aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/Root.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-22/+26
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-11/+11
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-23/+51
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-131-3/+23
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+40
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* style/javadoc changes onlyWilliam Victor Mote2003-08-201-0/+4
* move startup of laying out a PageSequence from PageSequence.format() and Docu...William Victor Mote2003-08-201-1/+1
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-11/+12