aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* Slight modification to user config file formatAndreas L. Delmelle2005-09-281-9/+9
* Added UA initialization from user-configAndreas L. Delmelle2005-09-281-0/+54
* Added custom Maker for page-height and page-width; use fallback values in cas...Andreas L. Delmelle2005-09-241-2/+48
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-072-21/+56
* My earlier fix didn't quite work if the protocol isn't the same between the b...Jeremias Maerki2005-09-051-3/+3
* Not sure if it's the best solution but this changes the following: Jeremias Maerki2005-09-051-36/+50
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-235-1142/+2
* Bugzilla #36082 Jeremias Maerki2005-08-162-37/+41
* Bugzilla #36082 Jeremias Maerki2005-08-152-12/+181
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Better documentation of FOUserAgent.getStream()Jeremias Maerki2005-08-101-4/+6
* Bugzilla #35937: Jeremias Maerki2005-07-303-1/+167
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-14/+20
* Dynamic classpath setup in case not all required dependencies are available i...Jeremias Maerki2005-07-181-3/+120
* It's Apache FOP, not just FOP.Jeremias Maerki2005-06-301-1/+1
* Command-line switch for setting the resolution.Jeremias Maerki2005-06-091-1/+15
* Publish the default resolution to the outside.Jeremias Maerki2005-06-091-1/+4
* Bugzilla: #33760Jeremias Maerki2005-06-093-5/+64
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-132-1/+4
* Slight deviation from the template.Jeremias Maerki2005-03-181-1/+2
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-021-0/+24
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-121-1/+57
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-0/+19
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-29/+33
* Register an Errorlistener to get messages placed in the log system.Finn Bock2004-10-251-1/+31
* PR:Glen Mazza2004-10-241-2/+2
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-8/+34
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-241-2/+3
* Avoid throwing exceptions from ctor, the logger is lost in that case.Finn Bock2004-09-132-10/+12
* Bugzilla patch 31162:Jeremias Maerki2004-09-112-24/+39
* Calculating the resolution value instead of writing down the constant is more...Jeremias Maerki2004-09-111-1/+1
* Removed unneded import statements.Finn Bock2004-09-091-1/+0
* Minor edits.Glen Mazza2004-08-221-11/+3
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-254-191/+86
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-253-119/+12
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-246-167/+123
* Removed redundant check for invalid render type.Glen Mazza2004-07-201-5/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-202-35/+18
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-205-153/+72
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-191-11/+8
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-192-58/+41
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-181-3/+8
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-182-36/+7
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-162-61/+26
* Minor edit, fixed commenting.Glen Mazza2004-07-141-2/+1
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-141-60/+5
* PR:Glen Mazza2004-07-131-66/+17
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-2/+2