aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/Root.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+5
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-1/+25
* Test commit from Eclipse: removed unused import.Joerg Pietschmann2003-06-271-5/+3
* Add support for text-transform.William Victor Mote2003-03-251-10/+11
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+141