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.
Andreas L. Delmelle c3ec6a4b5a Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
..
expr Bugzilla #38618: 18 years ago
extensions 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
flow Implementation for from-table-column(). See: bugzilla 38282 18 years ago
pagination Implementation of force-page-count property, patch by Gerhard Oettl, 18 years ago
properties Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
CharIterator.java PR: 20 years ago
Constants.java Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file. 18 years ago
ElementMapping.java 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
ElementMappingRegistry.java 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
FOElementMapping.java Initial work on enhancing the extension facilities to register special extensions which create so-called ExtensionAttachment objects which are attached to the formatting object they are attached to. These objects can be evaluated by standard or custom layout managers or simply passed through to the area tree (the latter is NYI). The AreaTreeHandler currently takes ExtensionAttachment objects from fo:root and fo:declarations and wraps them in OffDocumentItems that Renderers can react on to provide additional functionality on document-level (like PDF metadata or PostScript media dictionaries). Since the simple-page-master is available directly from the PageViewport the renderer can take ExtensionAttachment objects directly from there (see PSRenderer.renderPage()). 19 years ago
FOEventHandler.java Revision of refinement white-space handling (cfr. Bugzilla 37639) 18 years ago
FONode.java Attempt at providing context information about the element causing an endless loop because of an area overflow in b-p-direction. This should make the error message more helpful. 18 years ago
FOPropertyMapping.java Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
FOText.java New method: FONode.decorateWithContextInfo() adds context information to an error or log message by either providing the locator information or by gathering context information from the context FOs. 18 years ago
FOTreeBuilder.java Added safe-guard against reuse to avoid problems with the renderers. 18 years ago
FObj.java New method: FONode.decorateWithContextInfo() adds context information to an error or log message by either providing the locator information or by gathering context information from the context FOs. 18 years ago
FObjMixed.java Applied white-space handling to leaders as well... 18 years ago
InlineCharIterator.java Fixed white space handling during refinement, added test cases, corrected error in graphics handling 18 years ago
NullCharIterator.java Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock back into Trunk. 19 years ago
OneCharIterator.java PR: 20 years ago
PropertyList.java Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
PropertyListMaker.java Fourth phase of performance improvement. 19 years ago
PropertySets.java Missing FOs that can receive markers. 19 years ago
RecursiveCharIterator.java PR: 20 years ago
StaticPropertyList.java Fix for Bug 36928 - refresh cached property value if explicitly set twice which can happen for font-size 18 years ago
UnknownXMLObj.java Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 years ago
ValidationException.java New exception hierarchy rooted in SAXException and throw clauses on 19 years ago
XMLObj.java Style fixes 18 years ago
XMLWhiteSpaceHandler.java Correction of the issue raised on the WhiteSpace Wiki (see accompanying change) 18 years ago
package.html Package documentation. 18 years ago