aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-1263-21/+259
* More solid checking to ensure first node encountered is an fo:root FO.Glen Mazza2004-06-122-7/+9
* Consolidated formatPageSequence() into FOTreeHandler.Glen Mazza2004-06-116-183/+119
* Better error-handling messages added for incorrect LayoutMasterSets.Glen Mazza2004-06-082-2/+10
* Solve a few problems concerning hyphenation:Simon Pepping2004-05-292-2/+5
* Removed getPropertyList() method from PropertyManager, as that methodGlen Mazza2004-05-261-8/+0
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-234-114/+62
* PR:Glen Mazza2004-05-228-41/+87
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-2236-318/+254
* Spelled out FO element maker classes in order to make its toString()Glen Mazza2004-05-192-112/+120
* PR:Glen Mazza2004-05-151-4/+4
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-122-2/+8