| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fixed in previous renaming. | Glen Mazza | 2004-07-25 | 1 | -1/+1 |
* | reverted change in PropertySets; unnecessary. | Glen Mazza | 2004-07-25 | 1 | -10/+10 |
* | moved FO term of a Node's child elements from "Children" to "ChildNodes" | Glen Mazza | 2004-07-24 | 13 | -64/+63 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 1 | -1/+1 |
* | Renamed FONode.addChild() to somewhat clearer FONode.addChildNode(). | Glen Mazza | 2004-07-24 | 14 | -44/+30 |
* | Allow a null locator in errorText | Simon Pepping | 2004-07-23 | 1 | -1/+5 |
* | Removed redundant check for invalid render type. | Glen Mazza | 2004-07-20 | 1 | -5/+0 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 2 | -4/+32 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 1 | -2/+8 |
* | Implemented the ErrorHandler interface in FOTreeBuilder. | Simon Pepping | 2004-07-18 | 1 | -0/+23 |
* | 1. New constructor for Driver created, takes FOUserAgent constructor. | Glen Mazza | 2004-07-18 | 1 | -0/+9 |
* | Moved user-defined ElementMapping initialization from Driver to FOUserAgent. | Glen Mazza | 2004-07-16 | 1 | -21/+24 |
* | missing call of endFlow added, so RTF module doesn't shift fo:flow's content ... | Peter Herweg | 2004-07-13 | 1 | -0/+1 |
* | PR: | Glen Mazza | 2004-07-13 | 1 | -4/+22 |
* | 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandler | Glen Mazza | 2004-07-13 | 2 | -648/+99 |
* | 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode... | Glen Mazza | 2004-07-07 | 2 | -4/+44 |
* | This change abstracts the Renderer away from FOTreeHandler as follows: | Glen Mazza | 2004-07-06 | 1 | -75/+15 |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 2 | -2/+28 |
* | validateChildNode() activated for fo:flow. | Glen Mazza | 2004-07-04 | 2 | -7/+17 |
* | Removed isMarker() method in favor of getName() (may eventually switch to an ... | Glen Mazza | 2004-07-04 | 3 | -19/+1 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 4 | -5/+48 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 5 | -17/+89 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 2 | -10/+12 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 1 | -0/+14 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 1 | -0/+9 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 2 | -0/+25 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 1 | -0/+9 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 4 | -72/+71 |
* | Implemented a cache for property value lookup. | Simon Pepping | 2004-06-18 | 3 | -12/+117 |
* | Unused apps.Document object removed from FOTreeBuilder. | Glen Mazza | 2004-06-18 | 2 | -14/+2 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 9 | -118/+153 |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 4 | -10/+49 |
* | 1. Valid node checking for LayoutMasterSet done. | Glen Mazza | 2004-06-16 | 22 | -58/+129 |
* | 1.) Check for fo:color-profile made to ensure no child elements during proces... | Glen Mazza | 2004-06-16 | 28 | -87/+123 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 30 | -146/+101 |
* | Standardized error messages, brought fox:bookmarks under parent fo:root. | Glen Mazza | 2004-06-15 | 11 | -50/+117 |
* | 1.) App now returns an error if no page-sequence declared within fo:root. | Glen Mazza | 2004-06-13 | 4 | -25/+65 |
* | Moved AddLMVisitor accessors into FOTreeHandler. | Glen Mazza | 2004-06-13 | 1 | -1/+27 |
* | Created a validateChildNode() in FONode for better syntax checking in the | Glen Mazza | 2004-06-12 | 63 | -21/+259 |
* | More solid checking to ensure first node encountered is an fo:root FO. | Glen Mazza | 2004-06-12 | 2 | -7/+9 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 6 | -183/+119 |
* | Better error-handling messages added for incorrect LayoutMasterSets. | Glen Mazza | 2004-06-08 | 2 | -2/+10 |
* | Solve a few problems concerning hyphenation: | Simon Pepping | 2004-05-29 | 2 | -2/+5 |
* | Removed getPropertyList() method from PropertyManager, as that method | Glen Mazza | 2004-05-26 | 1 | -8/+0 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 4 | -114/+62 |
* | PR: | Glen Mazza | 2004-05-22 | 8 | -41/+87 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 36 | -318/+254 |
* | Spelled out FO element maker classes in order to make its toString() | Glen Mazza | 2004-05-19 | 2 | -112/+120 |
* | PR: | Glen Mazza | 2004-05-15 | 1 | -4/+4 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 2 | -2/+8 |