aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOTreeBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-25/+5
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-241-1/+1
* Removed Unknown.java; for mappings in which it is desired to process invalid ...Glen Mazza2004-09-171-7/+7
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-1/+1
* Also validate extension elements from the fox: namespace.Finn Bock2004-09-091-1/+3
* Disable the validation for extension elements. This is a temporary fixFinn Bock2004-09-081-4/+6
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-8/+8
* PR:Glen Mazza2004-09-061-1/+1
* PR:Glen Mazza2004-09-051-4/+5
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+0
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-5/+5
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1