194 Commits (fop-0_93)

Author SHA1 Message Date
  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
  Andreas L. Delmelle 35f6e9d8d3 Oops! Removed duplicate 'if' 18 years ago
  Andreas L. Delmelle c32c8496f9 Made junit-layout-hyphenation conditional 18 years ago
  Andreas L. Delmelle 780bb00f88 Made junit-layout-standard conditional 18 years ago
  Manuel Mall b7c43146df Changed tar targets to set execute permission on fop script 18 years ago
  Manuel Mall ebd5b57340 Excluded docs directory from fop dist build 18 years ago
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): 18 years ago
  Manuel Mall a37a9acdf8 Separated JUnit layout tests such that the majority are still run even if no hyphenation support present 18 years ago
  Andreas L. Delmelle 3f0251fb8f Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com) 18 years ago
  Manuel Mall 297be867a7 Updated build.xml to include lib licences in binary build and other small mods 18 years ago
  Jeremias Maerki 72e8bb2888 Package documentation. 18 years ago
  Jeremias Maerki df9bf92c17 Javadoc fixes. 18 years ago
  Jeremias Maerki 94b582d886 Forgot to add the new Version class to the transcoder package. 18 years ago
  Jeremias Maerki 134c4e30e3 FOP now retrieves the version information from the Manifest or from SVN information if the Manifest is not available. 18 years ago
  Simon Pepping 8700bc0def The classpath for junit-transcoder should not contain fop.jar 18 years ago
  Simon Pepping 0f4419ec15 Use libs-run-classpath for hyphenation-present and junit-layout 18 years ago
  Manuel Mall 0b1652d48f Separated JUnit tests into groups with separate targets, added fotree test to default JUnit target, test for the presence of hyphenation support as prerequisite for layout tests 18 years ago
  Joerg Pietschmann 84d2cda5f4 Use checkstyle.config to get the appropriate checkstyle configuration file 18 years ago
  Simon Pepping a9c3a5c722 Build the hyphenation patterns under the build/classes directory. 18 years ago
  Christian Geisert e36a41a6f4 Build should work without Forrest installed 18 years ago
  Christian Geisert 0aeafe0ea0 Added docs building with forrest 18 years ago
  Christian Geisert 9ba44a77f5 dist filenames lowercase 18 years ago
  Joerg Pietschmann 9258cc7397 Added Checkstyle 4.0 capability. Added Checkstyle autodetection. 18 years ago
  Christian Geisert 93d2fb0f22 include serializer.jar in dist (see Bugzilla #36677) 18 years ago
  Andreas L. Delmelle 9ba779240b Removal of hyphenation patterns 18 years ago
  Joerg Pietschmann d2efda5aa0 Use uptodate to avoid rebuilding fop-transcoder jars every time. 18 years ago
  Christian Geisert 6dc17afec8 version number update for first preview release 18 years ago
  Finn Bock 4d97f973f6 Enabled fotree junit tests. 18 years ago
  Joerg Pietschmann 0e16dba76b Require at least Java 1.4 for building the javadocs. 19 years ago