aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/PageSequence.java
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2005-02-181-30/+5
* PR:Glen Mazza2005-02-171-1/+0
* PR:Glen Mazza2005-02-171-245/+29
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-121-15/+17
* PR:Glen Mazza2005-02-061-5/+6
* PR:Glen Mazza2004-11-241-2/+2
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-4/+4
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-12/+11
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+2
* Second phase of performance improvement.Finn Bock2004-10-191-53/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-14/+92
* Fix missing static-content regression.Finn Bock2004-10-081-0/+2
* PR:Glen Mazza2004-09-261-0/+3
* Changed initial-page-number from string to number property.Finn Bock2004-09-131-28/+8
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* PR:Glen Mazza2004-09-051-144/+107
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-2/+2
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-4/+3
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-1/+4
* PR:Glen Mazza2004-08-271-1/+0
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-211-2/+2
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-1/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-3/+1
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-9/+0
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-5/+6
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-1/+1
* 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/+4
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-2/+2
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-8/+4
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-80/+99
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-6/+7
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-2/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-2/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-12/+5
* Better error-handling messages added for incorrect LayoutMasterSets.Glen Mazza2004-06-081-2/+6
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-9/+3
* Apparent off-by-one error fixed for initial-page-number property:Glen Mazza2004-04-181-1/+1
* PR:Glen Mazza2004-03-311-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-7/+7
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-9/+9
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-101-12/+12
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-191-0/+4
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-2/+2
* move field that tracks which SimplePageMaster to use (currentSimplePageMaster...William Victor Mote2003-08-271-22/+19
* move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-261-46/+5
* style/javadoc changes onlyWilliam Victor Mote2003-08-201-3/+27