aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/CommandLineOptions.java
Commit message (Expand)AuthorAgeFilesLines
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-60/+35
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-10/+17
* 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-8/+10
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-3/+5
* Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237)Glen Mazza2004-04-181-50/+33
* 3/4ths of Simon's patch committed at the moment, with minor changesGlen Mazza2004-04-091-37/+19
* PR:Glen Mazza2004-03-311-8/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-101-1/+18
* style/javadoc changes onlyWilliam Victor Mote2003-09-011-13/+13
* 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...Glen Mazza2003-08-121-5/+5
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-121-1/+1
* 1) Command-line option -l now sets default locale for entire instance, not ju...Glen Mazza2003-08-041-12/+3
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-291-37/+13
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-271-9/+0
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-271-1/+1
* extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyl...William Victor Mote2003-07-051-129/+196
* 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-171-22/+22
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-22/+22
* Take over InputHandler code from maintenance branch. Jeremias Maerki2003-06-021-1/+2
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+725