201 Commits (Temp_ImagePackageRedesign)

Autor SHA1 Nachricht Datum
  Jeremias Maerki d745f8a02a Enable assert keyword for javadoc production. vor 16 Jahren
  Vincent Hennebert 85a7f54180 Upgraded javac.source and javac.target to 1.4 (to enable asserts, among others) vor 16 Jahren
  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. vor 16 Jahren
  Joerg Pietschmann d1c82a1d50 remove deprecated style task vor 17 Jahren
  Jeremias Maerki d7f5122dee Added Maven artifact building following the same pattern as in XML Graphics Commons. vor 17 Jahren
  Andreas L. Delmelle 4ad95c45aa Avoid Ant's deprecated style-task warning vor 17 Jahren
  Vincent Hennebert 404013f30e Stricter user config file validation. vor 17 Jahren
  Simon Pepping f02d9c1b94 Merging changes from branch fop-0.93 back into trunk, change year 2006 vor 17 Jahren
  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 vor 17 Jahren
  Jeremias Maerki 9b2dbedf57 Removed Implementation-URL entry as that seems to be used for automatic extension downloading: vor 17 Jahren
  Jeremias Maerki 49182fd227 Put LICENSE and NOTICE in all important build artifacts. vor 17 Jahren
  Jeremias Maerki a625241b1f Bugzilla #40729: vor 17 Jahren
  Jeremias Maerki 39c0d00f68 Added a task for a source JAR (for Maven and Eclipse users) vor 17 Jahren
  Jeremias Maerki 2509ee8129 Setting basedir on the JUnit tasks to avoid problems in certain environments. vor 17 Jahren
  Bertrand Delacretaz 91036df4ee More fo.examples overridable properties, working on bug #5335 comment #14 vor 17 Jahren
  Bertrand Delacretaz 189c780cdf Overridable property "fo.examples.include" added to select which examples to build vor 17 Jahren
  Bertrand Delacretaz 6ae156e03e junit-reports target added, creates HTML test reports vor 18 Jahren
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html vor 18 Jahren
  Jeremias Maerki f0959e6350 Oops, remove debug code. vor 18 Jahren
  Jeremias Maerki 56a347b235 Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered. vor 18 Jahren
  Jeremias Maerki 6950acd013 Extend exclude pattern for JAI-dependant classes. vor 18 Jahren
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. vor 18 Jahren
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. vor 18 Jahren
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: vor 18 Jahren
  Jeremias Maerki 1526176a7d Bugzilla #38821: vor 18 Jahren
  Chris Bowditch 25e2b93905 Added samedir property, to allow Checkstyle 4 to run vor 18 Jahren
  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. vor 18 Jahren
  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. vor 18 Jahren
  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. vor 18 Jahren
  Jeremias Maerki faae5bc9c2 Going back to SVN Trunk mode. vor 18 Jahren
  Manuel Mall bffc892848 Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests vor 18 Jahren
  Jeremias Maerki 8aac67233c Merged changes 345575:345890 from branches/fop-0_90 into trunk: vor 18 Jahren
  Joerg Pietschmann 1ac732c871 XMLified files describing disabled testcases for layout engine and FO tree vor 18 Jahren
  Jeremias Maerki 91003d856b examples directory was missing in both src and bin distributions. vor 18 Jahren
  Jeremias Maerki 74a6dc6666 Setting the final version number. vor 18 Jahren
  Jeremias Maerki 75560f958f Make docs target work under Windows. vor 18 Jahren
  Christian Geisert d5917f88f8 lowercase filenames for distsclean vor 18 Jahren
  Christian Geisert de1c5f7ea0 docs building with a simple forrest call instead of using import vor 18 Jahren
  Christian Geisert f848d591de exclude hyphenation patterns from source distribution vor 18 Jahren
  Andreas L. Delmelle 35f6e9d8d3 Oops! Removed duplicate 'if' vor 18 Jahren
  Andreas L. Delmelle c32c8496f9 Made junit-layout-hyphenation conditional vor 18 Jahren
  Andreas L. Delmelle 780bb00f88 Made junit-layout-standard conditional vor 18 Jahren
  Manuel Mall b7c43146df Changed tar targets to set execute permission on fop script vor 18 Jahren
  Manuel Mall ebd5b57340 Excluded docs directory from fop dist build vor 18 Jahren
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): vor 18 Jahren
  Manuel Mall a37a9acdf8 Separated JUnit layout tests such that the majority are still run even if no hyphenation support present vor 18 Jahren
  Andreas L. Delmelle 3f0251fb8f Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com) vor 18 Jahren
  Manuel Mall 297be867a7 Updated build.xml to include lib licences in binary build and other small mods vor 18 Jahren
  Jeremias Maerki 72e8bb2888 Package documentation. vor 18 Jahren
  Jeremias Maerki df9bf92c17 Javadoc fixes. vor 18 Jahren