212 Commits (178483e30913d2065d5f7a154932b2870a83081e)

Author SHA1 Message Date
  Jeremias Maerki 178483e309 Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-638936,638938-640888,640890-642905,642907-647402,647404-647536,647538-648983,648985-649005,649007-649013,649015-650549,650551-651301,651303-653536,653538-654452,654454-656285,656287-656523,656525-657519,657521-661579,661581-663481,663483-664691,664693-681285,681287-681290,681292-681298 via svnmerge from 16 years ago
  Maximilian Berger 7cfb6cc73c Disabled retroweaver task definition, because it breaks gump 16 years ago
  Maximilian Berger 657951a3a5 Added PMD and Findbugs report, 'reports' target' 16 years ago
  Vincent Hennebert 978f6d7a00 Fixed typo 16 years ago
  Andreas L. Delmelle 7c6c748779 Minor update: make the codegen-unicode target create LineBreakUtils.java at the appropriate place in the source tree 16 years ago
  Jeremias Maerki 925425a93e Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-664698 via svnmerge from 16 years ago
  Simon Pepping 707465c821 Make the eventResourceGenerator task for the test files a separate 16 years ago
  Jeremias Maerki 01a9c273a2 First part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-together.within-column for all block-level FOs. 16 years ago
  Jeremias Maerki 53a3214401 Merged branch 16 years ago
  Vincent Hennebert bc8128695c Merged revisions 636400-636405,636407-638388 via svnmerge from 16 years ago
  Jeremias Maerki c87d810b5f Fixed transcoder test after yesterday's changes. 16 years ago
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Vincent Hennebert 85a7f54180 Upgraded javac.source and javac.target to 1.4 (to enable asserts, among others) 16 years ago
  Jeremias Maerki b4539a2423 Completely reimplemented the PDFTextPainter. All SVG text (including flow text, but excluding special cases with filters) is now painted in PDF text primitives. 16 years ago
  Joerg Pietschmann d1c82a1d50 remove deprecated style task 17 years ago
  Jeremias Maerki d7f5122dee Added Maven artifact building following the same pattern as in XML Graphics Commons. 17 years ago
  Andreas L. Delmelle 4ad95c45aa Avoid Ant's deprecated style-task warning 17 years ago
  Vincent Hennebert 404013f30e Stricter user config file validation. 17 years ago
  Simon Pepping f02d9c1b94 Merging changes from branch fop-0.93 back into trunk, change year 2006 17 years ago
  Manuel Mall c78f7767b3 Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm 17 years ago
  Jeremias Maerki 9b2dbedf57 Removed Implementation-URL entry as that seems to be used for automatic extension downloading: 17 years ago
  Jeremias Maerki 49182fd227 Put LICENSE and NOTICE in all important build artifacts. 17 years ago
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 years ago
  Jeremias Maerki 39c0d00f68 Added a task for a source JAR (for Maven and Eclipse users) 17 years ago
  Jeremias Maerki 2509ee8129 Setting basedir on the JUnit tasks to avoid problems in certain environments. 17 years ago
  Bertrand Delacretaz 91036df4ee More fo.examples overridable properties, working on bug #5335 comment #14 17 years ago
  Bertrand Delacretaz 189c780cdf Overridable property "fo.examples.include" added to select which examples to build 17 years ago
  Bertrand Delacretaz 6ae156e03e junit-reports target added, creates HTML test reports 17 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki f0959e6350 Oops, remove debug code. 18 years ago
  Jeremias Maerki 56a347b235 Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered. 18 years ago
  Jeremias Maerki 6950acd013 Extend exclude pattern for JAI-dependant classes. 18 years ago
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. 18 years ago
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 1526176a7d Bugzilla #38821: 18 years ago
  Chris Bowditch 25e2b93905 Added samedir property, to allow Checkstyle 4 to run 18 years ago
  Jeremias Maerki c7d0432324 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
  Manuel Mall 8faab42c21 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki cd600b952b XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. 18 years ago
  Jeremias Maerki faae5bc9c2 Going back to SVN Trunk mode. 18 years ago
  Manuel Mall bffc892848 Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests 18 years ago
  Jeremias Maerki 8aac67233c Merged changes 345575:345890 from branches/fop-0_90 into trunk: 18 years ago
  Joerg Pietschmann 1ac732c871 XMLified files describing disabled testcases for layout engine and FO tree 18 years ago
  Jeremias Maerki 91003d856b examples directory was missing in both src and bin distributions. 18 years ago
  Jeremias Maerki 74a6dc6666 Setting the final version number. 18 years ago
  Jeremias Maerki 75560f958f Make docs target work under Windows. 18 years ago
  Christian Geisert d5917f88f8 lowercase filenames for distsclean 18 years ago
  Christian Geisert de1c5f7ea0 docs building with a simple forrest call instead of using import 18 years ago
  Christian Geisert f848d591de exclude hyphenation patterns from source distribution 18 years ago