| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 1 | -2/+3 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 1 | -100/+57 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 1 | -108/+28 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 1 | -9/+2 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 1 | -2/+2 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 1 | -48/+13 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 1 | -1/+0 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 1 | -25/+4 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 1 | -15/+3 |
* | Unused apps.Document object removed from FOTreeBuilder. | Glen Mazza | 2004-06-18 | 1 | -1/+0 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 1 | -13/+1 |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 1 | -7/+2 |
* | 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 | 1 | -1/+1 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 1 | -1/+1 |
* | Removed unneeded getCurrentDocument() again from Driver. | Glen Mazza | 2004-06-13 | 1 | -8/+0 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 1 | -2/+8 |
* | Removed the new apps.Document from public access within Driver, at least unti... | Glen Mazza | 2004-06-08 | 1 | -16/+0 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 1 | -2/+0 |
* | Folded the layout strategy into apps.Document. | Glen Mazza | 2004-05-18 | 1 | -24/+2 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 1 | -1/+0 |
* | Removed currently unused Document object from the LayoutStrategy (the latter | Glen Mazza | 2004-04-24 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2004-04-22 | 1 | -3/+3 |
* | PR: | Glen Mazza | 2004-03-31 | 1 | -32/+15 |
* | Code changed to set the Base URL in FOUserAgent, which allows | Glen Mazza | 2004-03-16 | 1 | -1/+1 |
* | 1.) Modified TextLayoutManager to take an additional length | Glen Mazza | 2004-03-01 | 1 | -2/+1 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 1 | -48/+16 |
* | Copyright year update and enable keyword subst. | Jeremias Maerki | 2004-02-03 | 1 | -1/+1 |
* | Move FOTreeListener registration and removal into getContentHandler() to fix ... | Jeremias Maerki | 2004-02-03 | 1 | -12/+23 |
* | 1. add method to LayoutStrategy indicating whether an FO Tree should be built... | William Victor Mote | 2003-11-19 | 1 | -0/+17 |
* | Now all setup code is moved from render() to getContentHandler() except for t... | Jeremias Maerki | 2003-11-08 | 1 | -16/+17 |
* | Another fix, making Area Tree Renderers work again. Damn, when am I going to ... | Jeremias Maerki | 2003-11-08 | 1 | -7/+7 |
* | Fix Document construction in getContentHandler() (it was done too late) | Jeremias Maerki | 2003-11-08 | 1 | -14/+14 |
* | Tried to fix basic driver tests but didn't manage, yet.
| Jeremias Maerki | 2003-11-07 | 1 | -17/+15 |
* | RTF structural renderer moved from root to render.rtf, joining all the other ... | Glen Mazza | 2003-11-04 | 1 | -2/+2 |
* | Moved mif package (including structural renderer MIFHandler.java) to | Glen Mazza | 2003-11-01 | 1 | -1/+1 |
* | 1. add an AreaTreeControl interface | William Victor Mote | 2003-10-06 | 1 | -1/+1 |
* | add accessor methods for currentDocument | William Victor Mote | 2003-09-17 | 1 | -1/+16 |
* | set the (default) LayoutStrategy only if it has not been set already | William Victor Mote | 2003-09-17 | 1 | -1/+3 |
* | remove unneeded reference to Renderer from within the area package | William Victor Mote | 2003-09-10 | 1 | -1/+2 |
* | Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once... | William Victor Mote | 2003-09-02 | 1 | -1/+1 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 1 | -0/+1 |
* | clean up some gump javadoc warnings | William Victor Mote | 2003-08-23 | 1 | -1/+1 |
* | move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat... | William Victor Mote | 2003-08-22 | 1 | -1/+1 |
* | 1. move renderer initialization work from FOTreeHandler to Driver | William Victor Mote | 2003-08-22 | 1 | -1/+12 |
* | move logic for creating bookmarks/outlines in the area tree from extensions/B... | William Victor Mote | 2003-08-20 | 1 | -1/+1 |
* | move control/Document to apps/Document | William Victor Mote | 2003-08-20 | 1 | -1/+1 |
* | style/javadoc changes only | William Victor Mote | 2003-08-20 | 1 | -4/+0 |
* | move some fields and methods from Driver to Document | William Victor Mote | 2003-08-20 | 1 | -56/+7 |
* | Deprecated (since mid-2001) setRenderer(rendererClassName, version) method re... | Glen Mazza | 2003-08-19 | 1 | -18/+12 |