aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* Now all setup code is moved from render() to getContentHandler() except for t...Jeremias Maerki2003-11-081-16/+17
* Another fix, making Area Tree Renderers work again. Damn, when am I going to ...Jeremias Maerki2003-11-081-7/+7
* Fix Document construction in getContentHandler() (it was done too late)Jeremias Maerki2003-11-081-14/+14
* Tried to fix basic driver tests but didn't manage, yet. Jeremias Maerki2003-11-071-17/+15
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-041-2/+2
* Moved mif package (including structural renderer MIFHandler.java) toGlen Mazza2003-11-011-1/+1
* Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th...Glen Mazza2003-10-251-0/+9
* Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23...Glen Mazza2003-10-071-9/+0
* move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t...William Victor Mote2003-10-061-0/+1
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-062-2/+4
* port maintenance branch improvements in apps/FOPException to the trunkWilliam Victor Mote2003-09-251-0/+20
* add accessor methods for currentDocumentWilliam Victor Mote2003-09-171-1/+16
* set the (default) LayoutStrategy only if it has not been set alreadyWilliam Victor Mote2003-09-171-1/+3
* remove unneeded reference to Renderer from within the area packageWilliam Victor Mote2003-09-101-1/+2
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-022-1/+20
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-022-1/+15
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp...William Victor Mote2003-09-011-0/+17
* style/javadoc changes onlyWilliam Victor Mote2003-09-015-30/+41
* move renderXML() from apps/FOUserAgent to render/AbstractRendererWilliam Victor Mote2003-08-281-39/+0
* move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend...William Victor Mote2003-08-281-26/+2
* don't try to create bookmarks in output unless there are some in the input (g...William Victor Mote2003-08-261-1/+1
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-261-1/+1
* clean up some gump javadoc warningsWilliam Victor Mote2003-08-231-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-1/+251
* 1. move renderer initialization work from FOTreeHandler to DriverWilliam Victor Mote2003-08-221-1/+12
* move logic for creating bookmarks/outlines in the area tree from extensions/B...William Victor Mote2003-08-202-2/+12
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-202-1/+353
* style/javadoc changes onlyWilliam Victor Mote2003-08-201-4/+0
* move some fields and methods from Driver to DocumentWilliam Victor Mote2003-08-201-56/+7
* Deprecated (since mid-2001) setRenderer(rendererClassName, version) method re...Glen Mazza2003-08-191-18/+12
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-1/+1
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-1/+1
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-0/+1
* Removed error message when logger not explicitly set; Driver will continue to...Glen Mazza2003-08-151-1/+1
* add back test to make sure a renderer is present, which is needed for Structu...William Victor Mote2003-08-151-15/+17
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-5/+21
* clean up documentation of new code and some checkstyle problemsWilliam Victor Mote2003-08-131-4/+29
* 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...Glen Mazza2003-08-123-143/+44
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-123-89/+9
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-124-9/+8
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-121-4/+58
* 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.Glen Mazza2003-08-113-138/+8
* set up render(XMLReader, InputSource) as the main render() method, and normal...William Victor Mote2003-08-111-21/+9
* fix minor checkstyle errorsWilliam Victor Mote2003-08-111-2/+1
* some javadoc changesWilliam Victor Mote2003-08-111-7/+7
* Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.Glen Mazza2003-08-101-13/+5
* Fix: setOptions() for AWTRenderer not being called.Glen Mazza2003-08-081-0/+1
* Safer handling of treebuilder variable within Driver.reset(), also Driver.set...Glen Mazza2003-08-051-1/+8
* 1) Command-line option -l now sets default locale for entire instance, not ju...Glen Mazza2003-08-042-19/+4
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-044-43/+12