aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/Region.java
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Relaxed validation for border and padding on region-*.Jeremias Maerki2005-11-291-2/+3
* Style touch-upJeremias Maerki2005-09-161-3/+4
* bugzilla 36678 - region name reported when region is found with non zero bord...Chris Bowditch2005-09-161-2/+2
* Bugzilla #36487: Jeremias Maerki2005-09-051-2/+2
* Bugzilla #36379:Finn Bock2005-08-311-3/+5
* Fix for bad page-master and region margin calculations. All margin calculatio...Jeremias Maerki2005-02-171-14/+22
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-6/+5
* Fourth phase of performance improvement.Finn Bock2004-10-201-14/+3
* Second phase of performance improvement.Finn Bock2004-10-191-30/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-13/+78
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-38/+7
* PR:Glen Mazza2004-08-291-4/+2
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-18/+0
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-9/+9
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-1/+0
* PR:Glen Mazza2004-08-011-11/+3
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-6/+5
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-2/+2
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-271-1/+1
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-2/+5
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-1/+12
* 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-21/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-311-6/+4
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-2/+2
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-7/+7
* Organize imports. Joerg Pietschmann2003-09-191-7/+2
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* duplicate the area.RegionReference region codes in fo/pagination/Region, and ...William Victor Mote2003-08-271-7/+17
* move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-271-16/+0
* 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou...William Victor Mote2003-08-271-15/+2
* move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re...William Victor Mote2003-08-271-36/+1
* move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...William Victor Mote2003-08-261-1/+1
* 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-10/+16
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-4/+4
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+289