aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOTreeBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-4/+4
* FOP-2385: Add ability to specify custom properties in the Document Informatio...Vincent Hennebert2014-06-181-1/+3
* FOP-2271: XSL Infinite loop; patch submitted by Simon Steiner.Luis Bernardo2013-07-121-9/+18
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+4
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-021-7/+1
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-101-0/+5
|\
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-1/+1
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-5/+3
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-0/+7
* | Bugzilla #52206: small performance improvements by declaring some class membe...Vincent Hennebert2011-12-051-9/+9
|/
* Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-1/+3
* Revert some changes that were meant to be kept local for the moment...Andreas L. Delmelle2009-08-201-4/+1
* Bugzilla 47710: White-space handling in retrieved markers throws a NullPointe...Andreas L. Delmelle2009-08-201-1/+7
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-281-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-44/+44
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-4/+15
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-221-1/+1
* Changed FONode.addCharacters() signature to match the characters() event (use...Andreas L. Delmelle2008-06-221-1/+1
* Separation of concerns:Jeremias Maerki2008-06-191-6/+11
* Simplifications and a Checkstyle fix.Jeremias Maerki2008-06-191-4/+3
* Merged branchJeremias Maerki2008-04-141-27/+40
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-5/+0
* Minor tweaks/updates:Andreas L. Delmelle2008-02-281-64/+35
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-10/+5
* Don't just exit with no error message if the document contains no content. Pr...Jeremias Maerki2007-12-271-8/+17
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-21/+12
* Tweak: allow control over usage of LocatorsAndreas L. Delmelle2007-07-061-4/+3
* changes to support named destinationJay Bryant2007-04-011-4/+5
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-24/+51
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-4/+5
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-7/+4
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-83/+162
* Added safe-guard against reuse to avoid problems with the renderers. Jeremias Maerki2006-01-271-9/+9
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-110/+7
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-2/+19
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+1
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-6/+14
* Bugzilla #36871: Jeremias Maerki2005-10-041-2/+8
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-0/+1
* Notify image cache about the expiration of a user agent (i.e. processing run).Jeremias Maerki2005-08-161-13/+16
* Bugzilla #35937: Jeremias Maerki2005-07-301-3/+29
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-92/+3
* Removed comment; relaxed validation done on an fo-by-fo basis.Glen Mazza2005-06-081-2/+0
* 1.) fox:label converted to 1.1 fo:bookmark-title.Glen Mazza2005-01-061-2/+3
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-11/+8
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+6
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-3/+16