aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-124-140/+138
* Merged revisions 654111,654121,654190,654314,654322-654323,654338,654347,6544...Adrian Cumiskey2008-05-082-4/+13
* Merged revisions 653826 via svnmerge from Adrian Cumiskey2008-05-064-80/+82
* Merged revisions 649477,649552 via svnmerge from Adrian Cumiskey2008-04-181-16/+18
* Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from Adrian Cumiskey2008-04-181-1/+1
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-142-0/+66
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-10/+0
* Made the necessary changes to remove the long-standing deprecations in the ap...Jeremias Maerki2008-02-183-116/+22
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-135-226/+226
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-113-10/+66
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-3/+3
* * 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