aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-244-20/+20
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-133-7/+7
* Beware! An evil tab character! But it's been eliminated. ;-)Jeremias Maerki2008-07-101-17/+17
* Whoops.. default value should be true :).Adrian Cumiskey2008-07-091-1/+1
* Added throwexceptions attribute to FOP ant task. This works around the proble...Adrian Cumiskey2008-07-091-1/+23
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-183-4/+4
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-287-35/+42
* Bugzilla #39809: Jeremias Maerki2006-06-141-1/+3
* Restore configurability of Ant task.Jeremias Maerki2006-05-221-25/+13
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-7/+11
* Added support for userconfig attribute in FOP Ant task. Jeremias Maerki2006-02-171-5/+31
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-242-7/+2
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-92/+84
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-1/+1
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-2/+4
* Reintroduce they user's hyphenation patterns into the build process.Simon Pepping2005-08-231-22/+34
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-232-4/+4
* Removing unused import.Finn Bock2005-07-281-1/+0
* Bugzilla: #33760Jeremias Maerki2005-06-091-0/+11
* PR:Glen Mazza2005-01-303-81/+54
* Support -ps output option.Finn Bock2004-09-281-0/+4
* Support -rtf output option.Finn Bock2004-09-271-2/+17
* PR:Glen Mazza2004-09-061-2/+2
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-252-8/+5
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-251-1/+1
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-242-27/+26
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-202-2/+2
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-192-18/+10
* 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