| Commit message (Expand) | Author | Age | Files | Lines |
* | Made Driver.initialize() private, more in line with 0.20.5, which doesn't | Glen Mazza | 2004-07-09 | 2 | -2/+1 |
* | PR: | Glen Mazza | 2004-07-07 | 3 | -613/+8 |
* | 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode... | Glen Mazza | 2004-07-07 | 8 | -904/+156 |
* | This change abstracts the Renderer away from FOTreeHandler as follows: | Glen Mazza | 2004-07-06 | 4 | -111/+139 |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 5 | -8/+35 |
* | 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 | 7 | -106/+127 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 10 | -189/+155 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 9 | -77/+76 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 16 | -118/+104 |
* | Disable check for maximum line length because of a problem reported in FOP 0.... | Jeremias Maerki | 2004-06-22 | 1 | -1/+9 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 8 | -33/+34 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 8 | -80/+25 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 6 | -19/+28 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 3 | -159/+13 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 10 | -173/+83 |
* | Implemented a cache for property value lookup. | Simon Pepping | 2004-06-18 | 4 | -12/+119 |
* | Unused apps.Document object removed from FOTreeBuilder. | Glen Mazza | 2004-06-18 | 3 | -15/+2 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 16 | -160/+174 |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 6 | -28/+58 |
* | Correction to text message of previous patch: No-parameter constructor create... | Glen Mazza | 2004-06-17 | 1 | -0/+1 |
* | No-constructor loader created for Area Tree. | Glen Mazza | 2004-06-17 | 3 | -12/+10 |
* | 1. Valid node checking for LayoutMasterSet done. | Glen Mazza | 2004-06-16 | 22 | -58/+129 |
* | Removed illegal tab character
| Jeremias Maerki | 2004-06-16 | 2 | -11/+11 |
* | 1.) Check for fo:color-profile made to ensure no child elements during proces... | Glen Mazza | 2004-06-16 | 30 | -110/+124 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 37 | -156/+108 |
* | Standardized error messages, brought fox:bookmarks under parent fo:root. | Glen Mazza | 2004-06-15 | 13 | -76/+125 |
* | 1.) App now returns an error if no page-sequence declared within fo:root. | Glen Mazza | 2004-06-13 | 7 | -91/+77 |
* | Removed unneeded getCurrentDocument() again from Driver. | Glen Mazza | 2004-06-13 | 1 | -8/+0 |
* | Moved AddLMVisitor accessors into FOTreeHandler. | Glen Mazza | 2004-06-13 | 7 | -46/+46 |
* | 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 |
* | Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ... | Glen Mazza | 2004-06-12 | 6 | -42/+0 |
* | added year to Jeremy birthday | Clay Leeds | 2004-06-11 | 1 | -1/+1 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 8 | -304/+128 |
* | Added/moved Clay Leeds to Active Committers and added to Areas of Expertise (... | Clay Leeds | 2004-06-11 | 1 | -14/+39 |
* | Better error-handling messages added for incorrect LayoutMasterSets. | Glen Mazza | 2004-06-08 | 2 | -2/+10 |
* | public format() renamed to private formatPageSequence(). | Glen Mazza | 2004-06-08 | 1 | -2/+3 |
* | Removed the new apps.Document from public access within Driver, at least unti... | Glen Mazza | 2004-06-08 | 1 | -16/+0 |
* | Hyphenation of words with punctuation marks, patch by Luca Furini, bug | Simon Pepping | 2004-05-29 | 1 | -5/+53 |
* | Remove trailing spaces at the end of a paragraph. | Simon Pepping | 2004-05-29 | 1 | -21/+18 |
* | Solve a few problems concerning hyphenation: | Simon Pepping | 2004-05-29 | 4 | -14/+28 |
* | Moved myself to the list of active committers | Simon Pepping | 2004-05-27 | 1 | -5/+5 |
* | implemented break-before property | Chris Bowditch | 2004-05-27 | 7 | -78/+160 |
* | added protected log member, so child areas can send messages to log | Chris Bowditch | 2004-05-26 | 1 | -8/+17 |
* | added fix break-* properties to layout todo list | Chris Bowditch | 2004-05-26 | 1 | -0/+5 |
* | Removed getPropertyList() method from PropertyManager, as that method | Glen Mazza | 2004-05-26 | 2 | -10/+2 |
* | Removed PropertyManager argument from initProperties(), as it is already | Glen Mazza | 2004-05-26 | 13 | -132/+122 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 5 | -121/+74 |