aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0311-2491/+0
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-231-5/+8
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-171-4/+30
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-104-8/+8
* Fix 4-instance findbug warnings.Glenn Adams2014-08-082-6/+5
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-072-4/+3
* Fix 2-instance findbug warnings.Glenn Adams2014-08-072-7/+19
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-3/+22
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-152-6/+6
* Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-061-2/+8
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-131-1/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-4/+4
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-314-45/+33
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-081-1/+1
* Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-161-0/+4
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-051-6/+6
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-033-16/+14
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-1/+2
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-071-0/+4
* 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