aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/Driver.java
Commit message (Expand)AuthorAgeFilesLines
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-051-2/+3
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-271-100/+57
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-108/+28
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-9/+2
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-2/+2
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-48/+13
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-201-1/+0
* 1. ProxyContentHandler no longer needed.Glen Mazza2004-06-201-25/+4
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-191-15/+3
* Unused apps.Document object removed from FOTreeBuilder.Glen Mazza2004-06-181-1/+0
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-13/+1
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-171-7/+2
* Correction to text message of previous patch: No-parameter constructor create...Glen Mazza2004-06-171-0/+1
* No-constructor loader created for Area Tree.Glen Mazza2004-06-171-1/+1
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+1
* Removed unneeded getCurrentDocument() again from Driver.Glen Mazza2004-06-131-8/+0
* Consolidated formatPageSequence() into FOTreeHandler.Glen Mazza2004-06-111-2/+8
* Removed the new apps.Document from public access within Driver, at least unti...Glen Mazza2004-06-081-16/+0
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-2/+0
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-24/+2
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+0
* Removed currently unused Document object from the LayoutStrategy (the latterGlen Mazza2004-04-241-1/+1
* PR:Glen Mazza2004-04-221-3/+3
* PR:Glen Mazza2004-03-311-32/+15
* Code changed to set the Base URL in FOUserAgent, which allowsGlen Mazza2004-03-161-1/+1
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-2/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Copyright year update and enable keyword subst.Jeremias Maerki2004-02-031-1/+1
* Move FOTreeListener registration and removal into getContentHandler() to fix ...Jeremias Maerki2004-02-031-12/+23
* 1. add method to LayoutStrategy indicating whether an FO Tree should be built...William Victor Mote2003-11-191-0/+17
* 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
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-061-1/+1
* 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-021-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-0/+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-221-1/+1
* 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-201-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 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