aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/Fop.java
Commit message (Expand)AuthorAgeFilesLines
* Corrected javadocs in o.a.f.apps.* classesMehdi Houshmand2012-07-231-1/+5
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-3/+3
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-6/+1
* Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-211-2/+2
* JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-1/+1
* Bugzilla #46705:Jeremias Maerki2009-02-191-1/+6
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-9/+9
* Made the necessary changes to remove the long-standing deprecations in the ap...Jeremias Maerki2008-02-181-60/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-9/+51
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-63/+0
* The result of some practice with CheckstyleSimon Pepping2005-12-091-3/+0
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-1/+10
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-15/+58
* Javadoc fixes.Jeremias Maerki2005-10-271-1/+1
* FOP now retrieves the version information from the Manifest or from SVN infor...Jeremias Maerki2005-10-211-1/+1
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-165/+1
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Bugzilla #35937: Jeremias Maerki2005-07-301-1/+25
* Dynamic classpath setup in case not all required dependencies are available i...Jeremias Maerki2005-07-181-3/+120
* Bugzilla: #33760Jeremias Maerki2005-06-091-2/+5
* Avoid throwing exceptions from ctor, the logger is lost in that case.Finn Bock2004-09-131-1/+2
* Bugzilla patch 31162:Jeremias Maerki2004-09-111-18/+3
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-8/+104
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+1
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-181-3/+2
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-1/+1
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-20/+14
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-1/+8
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-3/+1
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-5/+0
* 3/4ths of Simon's patch committed at the moment, with minor changesGlen Mazza2004-04-091-5/+4
* PR:Glen Mazza2004-03-311-3/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th...Glen Mazza2003-10-251-0/+9
* add back test to make sure a renderer is present, which is needed for Structu...William Victor Mote2003-08-151-15/+17
* 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...Glen Mazza2003-08-121-7/+39
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-121-1/+1
* 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.Glen Mazza2003-08-111-5/+1
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-291-1/+9
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+91