| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the DOM representation of the structure tree. | Vincent Hennebert | 2011-11-24 | 1 | -14/+16 |
* | Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap... | Vincent Hennebert | 2010-11-23 | 1 | -1/+2 |
* | Renamed TransformerNode into TransformerDefaultHandler and moved it into the ... | Vincent Hennebert | 2009-10-21 | 1 | -3/+3 |
* | Simplified the handling of the accessibility option and made it consistent wi... | Vincent Hennebert | 2009-10-21 | 1 | -4/+13 |
* | Factorized into a new class the parsing of the reduced FO tree, that was dupl... | Vincent Hennebert | 2009-09-22 | 1 | -11/+15 |
* | Incorporated some more of the feedback to #46705: | Jeremias Maerki | 2009-04-17 | 1 | -3/+4 |
* | Merge from Trunk revisions 744927 - 763662. | Jeremias Maerki | 2009-04-14 | 1 | -7/+34 |
|\ |
|
| * | Deprecated font base url methods on user agent level in favor of the methods ... | Jeremias Maerki | 2009-03-23 | 1 | -7/+15 |
| * | Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t... | Andreas L. Delmelle | 2009-03-13 | 1 | -0/+19 |
* | | JavaBeanified FOUserAgent.accessibilityEnabled(). | Jeremias Maerki | 2009-02-20 | 1 | -3/+3 |
* | | Bugzilla #46705: | Jeremias Maerki | 2009-02-19 | 1 | -0/+36 |
|/ |
|
* | Added getUserAgent() to IFDocumentHandler (implemented by all implementations... | Jeremias Maerki | 2008-12-17 | 1 | -0/+38 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1 | -5/+5 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 1 | -38/+38 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 1 | -1/+1 |
* | Bugfix: If the first event is not issued over an event producer, the fallback... | Jeremias Maerki | 2008-04-18 | 1 | -16/+18 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 1 | -0/+45 |
* | Made the necessary changes to remove the long-standing deprecations in the ap... | Jeremias Maerki | 2008-02-18 | 1 | -36/+2 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 1 | -2/+29 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -1/+0 |
* | Tweak: allow control over usage of Locators | Andreas L. Delmelle | 2007-07-06 | 1 | -0/+21 |
* | Bugzilla #42278: | Jeremias Maerki | 2007-06-29 | 1 | -7/+8 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -14/+29 |
* | Stricter user config file validation. | Vincent Hennebert | 2007-02-14 | 1 | -60/+19 |
* | corrected a couple of javadoc warnings issued by checkstyle | Chris Bowditch | 2006-08-22 | 1 | -1/+2 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Made FOUserAgent.configure() protected again (not to tempt any users to play ... | Jeremias Maerki | 2006-07-11 | 1 | -1/+1 |
* | Some config file settings were not correctly set in FOUserAgent when invoked ... | Manuel Mall | 2006-07-10 | 1 | -8/+3 |
* | Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is giv... | Jeremias Maerki | 2006-04-23 | 1 | -1/+3 |
* | Merged Temp_API_Finalization branch back into FOP Trunk: | Jeremias Maerki | 2006-03-27 | 1 | -314/+111 |
* | No stacktrace when encountering problems while building a base URL. It's not ... | Jeremias Maerki | 2006-03-25 | 1 | -3/+0 |
* | Made the loading of user-specified hyphenation patterns usable again and plug... | Jeremias Maerki | 2006-03-21 | 1 | -4/+18 |
* | Added support for fixed-width spaces and kerning. | Jeremias Maerki | 2006-03-16 | 1 | -0/+16 |
* | Fix bug in the construction of a base URL when it's specified as a file syste... | Jeremias Maerki | 2006-03-01 | 1 | -4/+1 |
* | Added support for relative font config URLs (metrics-url and embed-url). Thes... | Manuel Mall | 2006-01-07 | 1 | -26/+66 |
* | NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(... | Jeremias Maerki | 2005-12-15 | 1 | -23/+54 |
* | Bugzilla #37877: | Jeremias Maerki | 2005-12-15 | 1 | -1/+1 |
* | Alternative set of rules for text indent calculation (start-indent and end-in... | Jeremias Maerki | 2005-12-07 | 1 | -1/+35 |
* | Changing the debug level of a not so interesting message. | Jeremias Maerki | 2005-11-30 | 1 | -1/+1 |
* | Deprecated constructors Fop(int) and Fop(int, FOUserAgent). | Jeremias Maerki | 2005-11-12 | 1 | -1/+2 |
* | Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ... | Jeremias Maerki | 2005-11-11 | 1 | -0/+12 |
* | Get rid of annoying source of calculation inaccuracies. | Jeremias Maerki | 2005-11-10 | 1 | -8/+18 |
* | Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. Added... | Jeremias Maerki | 2005-10-24 | 1 | -0/+3 |
* | Simplified configuration XML as proposed. | Jeremias Maerki | 2005-10-24 | 1 | -15/+18 |
* | Slight modification to user config file format | Andreas L. Delmelle | 2005-09-28 | 1 | -9/+9 |
* | Added UA initialization from user-config | Andreas L. Delmelle | 2005-09-28 | 1 | -0/+54 |
* | Added custom Maker for page-height and page-width; use fallback values in cas... | Andreas L. Delmelle | 2005-09-24 | 1 | -2/+48 |
* | Squashed CheckStyle warnings, mostly JavaDoc. | Joerg Pietschmann | 2005-09-07 | 1 | -1/+0 |
* | Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
| Jeremias Maerki | 2005-08-23 | 1 | -18/+0 |
* | Bugzilla #36082
| Jeremias Maerki | 2005-08-16 | 1 | -20/+22 |