You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremias Maerki b126cbbe6d Removing unreachable catch block. 18 years ago
..
apps Removing unreachable catch block. 18 years ago
area Attaching the ImageFactory to the FopFactory. To have a cache effect between multiple rendering runs the FopFactory would have to be reused after this change. Multiple FopFactories = Multiple image caches. 18 years ago
cli Ensure the consistency of the created Fop object 18 years ago
datatypes Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more 18 years ago
fo Attaching the ImageFactory to the FopFactory. To have a cache effect between multiple rendering runs the FopFactory would have to be reused after this change. Multiple FopFactories = Multiple image caches. 18 years ago
fonts Creation of Font instances centralized in FontInfo and added a cache for them. This removes duplicate code in a number of places, improves speed a little and saves memory. 18 years ago
hyphenation An addition to FOP that can be used to render a hyphenation tree in 18 years ago
image Cleanup 18 years ago
layoutmgr Decorate warning with location info. 18 years ago
pdf 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
render Ensure the consistency of the created Fop object 18 years ago
servlet Ensure a consistent Fop object in the constructor 18 years ago
svg Creation of Font instances centralized in FontInfo and added a cache for them. This removes duplicate code in a number of places, improves speed a little and saves memory. 18 years ago
tools Change call to deprecated FOUserAgent constructor to FopFactory method 18 years ago
traits 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
util Hooking the ContentHandlerFactoryRegistry into the FopFactor. 18 years ago
Version.java The result of some practice with Checkstyle 18 years ago
overview.html Javadoc fixes. 18 years ago