aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-034-65/+91
* PR:Glen Mazza2004-08-012-73/+49
* PR:Glen Mazza2004-08-015-100/+28
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0138-305/+185
* 1. validation for fo:basic-link addedGlen Mazza2004-07-3120-142/+157
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2777-828/+311
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-279-5/+106
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-2733-66/+119
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-2727-37/+37
* Redefining "isOutOfLineFODescendant" to include cases where FObj itselfGlen Mazza2004-07-271-5/+6
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-1/+1
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* Bug fixed in previous renaming.Glen Mazza2004-07-251-1/+1
* reverted change in PropertySets; unnecessary.Glen Mazza2004-07-251-10/+10
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-2413-64/+63
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-1/+1
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-2414-44/+30
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* Removed redundant check for invalid render type.Glen Mazza2004-07-201-5/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-202-4/+32
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+8
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-181-0/+23
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-181-0/+9
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-161-21/+24
* missing call of endFlow added, so RTF module doesn't shift fo:flow's content ...Peter Herweg2004-07-131-0/+1
* PR:Glen Mazza2004-07-131-4/+22
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-132-648/+99
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-072-4/+44
* This change abstracts the Renderer away from FOTreeHandler as follows:Glen Mazza2004-07-061-75/+15
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-052-2/+28
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-042-7/+17
* Removed isMarker() method in favor of getName() (may eventually switch to an ...Glen Mazza2004-07-043-19/+1
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-274-5/+48
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-265-17/+89
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-252-10/+12
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-0/+14
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-0/+9
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-202-0/+25
* 1. ProxyContentHandler no longer needed.Glen Mazza2004-06-201-0/+9
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-194-72/+71
* Implemented a cache for property value lookup.Simon Pepping2004-06-183-12/+117
* Unused apps.Document object removed from FOTreeBuilder.Glen Mazza2004-06-182-14/+2
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-189-118/+153
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-174-10/+49
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-1622-58/+129
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-1628-87/+123
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-1530-146/+101
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-1511-50/+117
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-134-25/+65
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-1/+27