aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/PageSequence.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-22/+22
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-181-2/+2
* Merged branchJeremias Maerki2008-04-141-19/+9
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-92/+21
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-8/+2
* Bugzilla #42576Chris Bowditch2007-06-221-2/+0
* Code cleanup: Andreas L. Delmelle2007-01-111-2/+2
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-7/+20
* Clean-up in PageSequence.Jeremias Maerki2006-03-221-35/+37
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-3/+15
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Accessor for the id property.Jeremias Maerki2005-07-261-0/+5
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-8/+27
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-011-1/+0
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-3/+7
* 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