aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/cli/CommandLineOptions.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecated PDFEncryptionParams on FOUserAgent in factor of the more generic s...Jeremias Maerki2006-02-151-3/+7
* Most of the API finalization proposal is implemented now. No deprecations, ye...Jeremias Maerki2006-02-131-32/+5
* Avoid NPE when a malformed command-line is specified.Jeremias Maerki2006-01-251-2/+2
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-32/+108
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-0/+13
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* The command-line now automatically sets two parameters for any XSLT transform...Jeremias Maerki2005-12-091-6/+11
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-1/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-109/+80
* Ported the command-line options for PDF encryption to trunk.Jeremias Maerki2005-10-251-9/+62
* Another effort to get the warnings for the debug and quiet optionsSimon Pepping2005-09-281-8/+15
* Commented out the code that causes an NPE.Jeremias Maerki2005-09-191-4/+4
* Report area tree output mode.Simon Pepping2005-09-171-1/+10
* New "-foout" parameter which only saves the intermediate XSL-FO file when -xm...Jeremias Maerki2005-08-231-0/+25
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-0/+829