aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...Glen Mazza2003-08-021-13/+2
* 1. Moved the XMLReader createParser() functionality from abstract class Inpu...Glen Mazza2003-08-024-48/+32
* XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler...Glen Mazza2003-07-312-230/+95
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-292-38/+22
* move layoutmgr/LayoutHandler to fo/FOTreeHandler:William Victor Mote2003-07-291-2/+2
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-12/+12
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-274-145/+32
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-277-52/+34
* style changes onlyWilliam Victor Mote2003-07-171-11/+11
* Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer define...Glen Mazza2003-07-101-107/+5
* style changes onlyWilliam Victor Mote2003-07-052-29/+53
* extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyl...William Victor Mote2003-07-051-129/+196
* FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuil...Glen Mazza2003-07-041-136/+3
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-293-887/+6
* Java style array bracketsPeter Bernard West2003-06-201-1/+1
* Array brackets movedPeter Bernard West2003-06-201-1/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-1710-927/+222
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-1710-222/+927