aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/SimplePageMaster.java
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
* Minor refactoring: extract code-blocks from the Region implementations into p...Andreas L. Delmelle2009-03-221-0/+40
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-6/+6
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-6/+10
* Merged branchJeremias Maerki2008-04-141-69/+61
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+7
* 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
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-23/+14
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-5/+5
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-1/+5
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Second phase of performance improvement.Finn Bock2004-10-191-19/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-72/+146
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* PR:Glen Mazza2004-08-291-1/+1
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-1/+1
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-32/+93
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-10/+0
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-5/+10
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-2/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-4/+4
* 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-1/+1
* 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
* remove remaining references to layout/PageMaster (all unused), and remove the...William Victor Mote2003-08-271-14/+0
* remove unused methodWilliam Victor Mote2003-08-271-9/+0
* remove unused importsWilliam Victor Mote2003-08-261-3/+0
* move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...William Victor Mote2003-08-261-67/+5
* make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper...William Victor Mote2003-08-241-1/+2
* move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad...William Victor Mote2003-08-231-1/+1
* style changes onlyWilliam Victor Mote2003-08-221-0/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-13/+18
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-2/+2
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+273