aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools
Commit message (Expand)AuthorAgeFilesLines
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-3/+4
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-192-25/+25
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-172-25/+25
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-18/+16
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-2/+2
* Bugzilla #49733:Jeremias Maerki2010-08-142-20/+20
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-132-5/+6
* Added support for xmlfile and xsltfile parameters in FOP's Ant Task.Adrian Cumiskey2009-10-231-16/+122
* Prepare for new hyphenation pattern files, which do not have their own classe...Simon Pepping2009-08-181-178/+0
* Added a command-line tool to list all configured fonts (org.apache.fop.tools....Jeremias Maerki2009-03-225-0/+865
* 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