aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-181-1/+1
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-071-789/+0
* This change abstracts the Renderer away from FOTreeHandler as follows:Glen Mazza2004-07-061-26/+32
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-052-586/+0
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-1/+1
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-4/+2
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-1/+0
* 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-134/+0
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-11/+13
* No-constructor loader created for Area Tree.Glen Mazza2004-06-171-1/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-123-3/+0
* PR:Glen Mazza2004-04-221-17/+16
* PR:Glen Mazza2004-03-313-46/+127
* Comments fixed.Glen Mazza2004-03-201-2/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-279-420/+132
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-101-1/+1
* Added '-results' options to set the result ouput directory.Finn Bock2004-02-101-1/+4
* Simple proxying ContentHandler.Jeremias Maerki2004-02-031-0/+166
* Add dependant jars to the classloader.Finn Bock2004-01-211-12/+21
* Fix a NPE caused by avalonization of logging.Finn Bock2004-01-201-9/+39
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-7/+7
* New feature for the Ant task: relativebase="true" uses the directory of each ...Jeremias Maerki2003-11-221-2/+28
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-5/+5
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-13/+13
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-061-1/+1
* Removed apparent patching problemJoerg Pietschmann2003-09-151-10/+7
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-271-11/+12
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-223-3/+3
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-1/+1
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-2/+2
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-4/+4
* 1. create control packageWilliam Victor Mote2003-08-141-19/+20
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-121-3/+3
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-122-4/+4
* Patch 21381: New "force" attribute added to FOP task, update to documentation.Glen Mazza2003-07-301-7/+50
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-272-24/+2
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-172-47/+47
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-172-47/+47
* Remove the org.apache.fop.tools.xslt package. Jeremias Maerki2003-06-022-409/+0
* Replace use of deprecated field with recommended method to remove a compiler ...William Victor Mote2003-04-231-30/+30
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1110-0/+3423