aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/Root.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-375/+0
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-061-0/+10
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-5/+5
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-081-11/+2
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-0/+2
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-0/+26
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-3/+11
* Enable id property on fo:root.Andreas L. Delmelle2011-01-151-0/+1
* Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...Andreas L. Delmelle2011-01-091-5/+5
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-24/+24
* Separation of concerns:Jeremias Maerki2008-06-191-3/+22
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-10/+20
* Merged branchJeremias Maerki2008-04-141-15/+5
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-9/+5
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-2/+17
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-5/+4
* changes to support named destinationJay Bryant2007-04-011-1/+23
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-2/+8
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-011-11/+6
* PR:Glen Mazza2005-02-181-2/+2
* PR:Glen Mazza2005-02-171-9/+34
* PR:Glen Mazza2005-02-051-1/+1
* Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two moreGlen Mazza2005-01-021-23/+21
* changed 'bookmark' to 'bookmarks'Andreas L. Delmelle2004-11-141-5/+5
* reverting previous change: 'outline' -> 'bookmark'Andreas L. Delmelle2004-11-141-5/+5
* changed 'bookmarks' to 'outline' to avoid ValidateException for bookmarks ext...Andreas L. Delmelle2004-11-141-5/+5
* More properties implemented.Finn Bock2004-10-291-4/+3
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-10/+22
* PR:Glen Mazza2004-09-271-0/+10
* Removed illegal tab characters. Please, guys, pay attention to your IDE setti...Jeremias Maerki2004-09-231-9/+9
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-0/+25
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* PR:Glen Mazza2004-09-061-25/+0
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-0/+3
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+8
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-2/+1
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-8/+0
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-4/+4
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-2/+6