aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* CommonURIResolver is no longer a singletonMaximilian Berger2008-08-251-1/+1
* Moved DataURIResolver from FOP to commons; use new URIResolver registryMaximilian Berger2008-08-241-7/+5
* Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t...Andreas L. Delmelle2008-08-101-9/+10
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-249-57/+57
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-131-3/+3
* A nit...Andreas L. Delmelle2008-06-231-1/+1
* Moved the instantiation of the FontManager to the constructor along with all ...Adrian Cumiskey2008-05-091-10/+8
* Checkstyle and minor typo fixesVincent Hennebert2008-05-094-132/+132
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-082-4/+13
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-064-80/+82
* Bugfix: If the first event is not issued over an event producer, the fallback...Jeremias Maerki2008-04-181-16/+18
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-181-1/+1
* Merged branchJeremias Maerki2008-04-142-0/+66
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-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