| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th... | Glen Mazza | 2003-10-25 | 1 | -0/+9 |
* | Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23... | Glen Mazza | 2003-10-07 | 1 | -9/+0 |
* | move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t... | William Victor Mote | 2003-10-06 | 1 | -0/+1 |
* | 1. add an AreaTreeControl interface | William Victor Mote | 2003-10-06 | 2 | -2/+4 |
* | port maintenance branch improvements in apps/FOPException to the trunk | William Victor Mote | 2003-09-25 | 1 | -0/+20 |
* | 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 | 2 | -1/+20 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 2 | -1/+15 |
* | move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp... | William Victor Mote | 2003-09-01 | 1 | -0/+17 |
* | style/javadoc changes only | William Victor Mote | 2003-09-01 | 5 | -30/+41 |
* | move renderXML() from apps/FOUserAgent to render/AbstractRenderer | William Victor Mote | 2003-08-28 | 1 | -39/+0 |
* | move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend... | William Victor Mote | 2003-08-28 | 1 | -26/+2 |
* | don't try to create bookmarks in output unless there are some in the input (g... | William Victor Mote | 2003-08-26 | 1 | -1/+1 |
* | move extensions package to fo.extensions (primarily to show that these classe... | William Victor Mote | 2003-08-26 | 1 | -1/+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 | 2 | -1/+251 |
* | 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 | 2 | -2/+12 |
* | move control/Document to apps/Document | William Victor Mote | 2003-08-20 | 2 | -1/+353 |
* | 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 |
* | create fo/FOTreeControl interface, and make control/Document implement it, to... | William Victor Mote | 2003-08-19 | 1 | -1/+1 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 1 | -1/+1 |
* | 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root | William Victor Mote | 2003-08-16 | 1 | -0/+1 |
* | Removed error message when logger not explicitly set; Driver will continue to... | Glen Mazza | 2003-08-15 | 1 | -1/+1 |
* | add back test to make sure a renderer is present, which is needed for Structu... | William Victor Mote | 2003-08-15 | 1 | -15/+17 |
* | 1. integrate Document and LayoutStrategy into workflow | William Victor Mote | 2003-08-15 | 1 | -5/+21 |
* | clean up documentation of new code and some checkstyle problems | William Victor Mote | 2003-08-13 | 1 | -4/+29 |
* | 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma... | Glen Mazza | 2003-08-12 | 3 | -143/+44 |
* | 1. FOPTaskStarter separated from Starter class (was not using latter's InputH... | Glen Mazza | 2003-08-12 | 3 | -89/+9 |
* | Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th... | Glen Mazza | 2003-08-12 | 4 | -9/+8 |
* | 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o... | William Victor Mote | 2003-08-12 | 1 | -4/+58 |
* | 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. | Glen Mazza | 2003-08-11 | 3 | -138/+8 |
* | set up render(XMLReader, InputSource) as the main render() method, and normal... | William Victor Mote | 2003-08-11 | 1 | -21/+9 |
* | fix minor checkstyle errors | William Victor Mote | 2003-08-11 | 1 | -2/+1 |
* | some javadoc changes | William Victor Mote | 2003-08-11 | 1 | -7/+7 |
* | Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer. | Glen Mazza | 2003-08-10 | 1 | -13/+5 |
* | Fix: setOptions() for AWTRenderer not being called. | Glen Mazza | 2003-08-08 | 1 | -0/+1 |
* | Safer handling of treebuilder variable within Driver.reset(), also Driver.set... | Glen Mazza | 2003-08-05 | 1 | -1/+8 |
* | 1) Command-line option -l now sets default locale for entire instance, not ju... | Glen Mazza | 2003-08-04 | 2 | -19/+4 |
* | 1.) only partly implemented Run() function removed from InputHandler and its ... | Glen Mazza | 2003-08-04 | 4 | -43/+12 |