aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/FOUserAgent.java
Commit message (Expand)AuthorAgeFilesLines
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-14/+16
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-1/+2
* Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-211-3/+3
* Simplified the handling of the accessibility option and made it consistent wi...Vincent Hennebert2009-10-211-4/+13
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-221-11/+15
* Incorporated some more of the feedback to #46705:Jeremias Maerki2009-04-171-3/+4
* Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-141-7/+34
|\
| * Deprecated font base url methods on user agent level in favor of the methods ...Jeremias Maerki2009-03-231-7/+15
| * Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-0/+19
* | JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-3/+3
* | Bugzilla #46705:Jeremias Maerki2009-02-191-0/+36
|/
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-0/+38
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-5/+5
* Checkstyle and minor typo fixesVincent Hennebert2008-05-091-38/+38
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-1/+1
* Bugfix: If the first event is not issued over an event producer, the fallback...Jeremias Maerki2008-04-181-16/+18
* Merged branchJeremias Maerki2008-04-141-0/+45
* Made the necessary changes to remove the long-standing deprecations in the ap...Jeremias Maerki2008-02-181-36/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-2/+29
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+0
* Tweak: allow control over usage of LocatorsAndreas L. Delmelle2007-07-061-0/+21
* Bugzilla #42278:Jeremias Maerki2007-06-291-7/+8
* Bugzilla #41831:Jeremias Maerki2007-05-281-14/+29
* Stricter user config file validation.Vincent Hennebert2007-02-141-60/+19
* 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-281-5/+6
* 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
* Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is giv...Jeremias Maerki2006-04-231-1/+3
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-314/+111
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-251-3/+0
* Made the loading of user-specified hyphenation patterns usable again and plug...Jeremias Maerki2006-03-211-4/+18
* 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
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-26/+66
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-23/+54
* Bugzilla #37877:Jeremias Maerki2005-12-151-1/+1
* 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-121-1/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-0/+12
* Get rid of annoying source of calculation inaccuracies.Jeremias Maerki2005-11-101-8/+18
* 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
* 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
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-071-1/+0
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-18/+0
* Bugzilla #36082 Jeremias Maerki2005-08-161-20/+22