aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-182-2/+1
* Tweak: allow control over usage of LocatorsAndreas L. Delmelle2007-07-061-0/+21
* Bugzilla #42278:Jeremias Maerki2007-06-293-253/+249
* Bugzilla #41831:Jeremias Maerki2007-05-284-327/+510
* Fixed default encoding problem. Jeremias Maerki2007-05-111-2/+3
* Add an ending slash to base URLs when they don't have one, in order to better...Vincent Hennebert2007-02-271-10/+20
* Stricter user config file validation.Vincent Hennebert2007-02-143-127/+279
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+67
* corrected a couple of javadoc warnings issued by checkstyleChris Bowditch2006-08-221-1/+2
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-288-172/+183
* Oops. Wrong copyright.Jeremias Maerki2006-07-281-1/+1
* Made FOUserAgent.configure() protected again (not to tempt any users to play ...Jeremias Maerki2006-07-111-1/+1
* Some config file settings were not correctly set in FOUserAgent when invoked ...Manuel Mall2006-07-101-8/+3
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-2/+43
* Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is giv...Jeremias Maerki2006-04-232-2/+6
* Bugzilla #39285:Jeremias Maerki2006-04-231-2/+5
* Switching to the Commons variant for the base64 encoding/decoding.Jeremias Maerki2006-04-051-4/+3
* Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.Jeremias Maerki2006-03-271-15/+1
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-273-323/+770
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-252-4/+1
* Made the loading of user-specified hyphenation patterns usable again and plug...Jeremias Maerki2006-03-212-5/+23
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-0/+16
* Fix bug in the construction of a base URL when it's specified as a file syste...Jeremias Maerki2006-03-011-4/+1
* Changed the way the URL stream is opened. Use URLConnection now. Jeremias Maerki2006-02-231-2/+49
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-26/+66
* Bugzilla #38135:Jeremias Maerki2006-01-051-3/+29
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-63/+0
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-0/+7
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-23/+54
* Bugzilla #37877:Jeremias Maerki2005-12-151-1/+1
* The result of some practice with CheckstyleSimon Pepping2005-12-092-5/+6
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-1/+35
* Changing the debug level of a not so interesting message.Jeremias Maerki2005-11-301-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-2/+12
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-15/+139
* Get rid of annoying source of calculation inaccuracies.Jeremias Maerki2005-11-101-8/+18
* Fix for file: URL handling. The condition for adding a leading slash was wrong.Jeremias Maerki2005-11-101-2/+6
* Javadoc fixes.Jeremias Maerki2005-10-271-1/+1
* Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. Added...Jeremias Maerki2005-10-241-0/+3
* Simplified configuration XML as proposed.Jeremias Maerki2005-10-241-15/+18
* FOP now retrieves the version information from the Manifest or from SVN infor...Jeremias Maerki2005-10-211-1/+1
* 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