206 次程式碼提交 (c7a8ce9bdf8d76dac38432c8fed77950bdeb29c6)

作者 SHA1 備註 提交日期
  Jeremias Maerki c7a8ce9bdf Merged revisions 634215-638841 via svnmerge from 16 年之前
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from 16 年之前
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. 16 年之前
  Jeremias Maerki afa8aa4799 Generate event model XMLs in to the build directory: build/gensrc and build/test-gensrc (the latter is new and needs to be setup as source folder in your IDE!) 16 年之前
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. 16 年之前
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 年之前
  Vincent Hennebert 85a7f54180 Upgraded javac.source and javac.target to 1.4 (to enable asserts, among others) 16 年之前
  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 年之前
  Joerg Pietschmann d1c82a1d50 remove deprecated style task 17 年之前
  Jeremias Maerki d7f5122dee Added Maven artifact building following the same pattern as in XML Graphics Commons. 17 年之前
  Andreas L. Delmelle 4ad95c45aa Avoid Ant's deprecated style-task warning 17 年之前
  Vincent Hennebert 404013f30e Stricter user config file validation. 17 年之前
  Simon Pepping f02d9c1b94 Merging changes from branch fop-0.93 back into trunk, change year 2006 17 年之前
  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 年之前
  Jeremias Maerki 9b2dbedf57 Removed Implementation-URL entry as that seems to be used for automatic extension downloading: 17 年之前
  Jeremias Maerki 49182fd227 Put LICENSE and NOTICE in all important build artifacts. 17 年之前
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 年之前
  Jeremias Maerki 39c0d00f68 Added a task for a source JAR (for Maven and Eclipse users) 17 年之前
  Jeremias Maerki 2509ee8129 Setting basedir on the JUnit tasks to avoid problems in certain environments. 17 年之前
  Bertrand Delacretaz 91036df4ee More fo.examples overridable properties, working on bug #5335 comment #14 17 年之前
  Bertrand Delacretaz 189c780cdf Overridable property "fo.examples.include" added to select which examples to build 17 年之前
  Bertrand Delacretaz 6ae156e03e junit-reports target added, creates HTML test reports 17 年之前
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 年之前
  Jeremias Maerki f0959e6350 Oops, remove debug code. 18 年之前
  Jeremias Maerki 56a347b235 Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered. 18 年之前
  Jeremias Maerki 6950acd013 Extend exclude pattern for JAI-dependant classes. 18 年之前
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. 18 年之前
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 年之前
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 年之前
  Jeremias Maerki 1526176a7d Bugzilla #38821: 18 年之前
  Chris Bowditch 25e2b93905 Added samedir property, to allow Checkstyle 4 to run 18 年之前
  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 年之前
  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 年之前
  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 年之前
  Jeremias Maerki faae5bc9c2 Going back to SVN Trunk mode. 18 年之前
  Manuel Mall bffc892848 Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests 18 年之前
  Jeremias Maerki 8aac67233c Merged changes 345575:345890 from branches/fop-0_90 into trunk: 18 年之前
  Joerg Pietschmann 1ac732c871 XMLified files describing disabled testcases for layout engine and FO tree 18 年之前
  Jeremias Maerki 91003d856b examples directory was missing in both src and bin distributions. 18 年之前
  Jeremias Maerki 74a6dc6666 Setting the final version number. 18 年之前
  Jeremias Maerki 75560f958f Make docs target work under Windows. 18 年之前
  Christian Geisert d5917f88f8 lowercase filenames for distsclean 18 年之前
  Christian Geisert de1c5f7ea0 docs building with a simple forrest call instead of using import 18 年之前
  Christian Geisert f848d591de exclude hyphenation patterns from source distribution 18 年之前
  Andreas L. Delmelle 35f6e9d8d3 Oops! Removed duplicate 'if' 18 年之前
  Andreas L. Delmelle c32c8496f9 Made junit-layout-hyphenation conditional 18 年之前
  Andreas L. Delmelle 780bb00f88 Made junit-layout-standard conditional 18 年之前
  Manuel Mall b7c43146df Changed tar targets to set execute permission on fop script 18 年之前
  Manuel Mall ebd5b57340 Excluded docs directory from fop dist build 18 年之前
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): 18 年之前