aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-09-261-891/+0
* Save the current number of spans. This fix a bug where multiple spansFinn Bock2004-09-221-0/+1
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-2/+0
* PR:Glen Mazza2004-09-051-11/+0
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-4/+4
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-15/+15
* PR:Glen Mazza2004-08-291-6/+4
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-15/+11
* Implemented a cache for property value lookup.Simon Pepping2004-06-181-0/+2
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-7/+7
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-121-2/+0
* implemented break-before propertyChris Bowditch2004-05-271-41/+45
* PR:Glen Mazza2004-05-221-4/+4
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-8/+10
* PR:Glen Mazza2004-05-151-0/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-3/+3
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-5/+5
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-2/+2
* PR:Glen Mazza2004-03-181-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-0/+10
* Set the ipd and bpd on the region reference area based on the reldimsFinn Bock2004-02-041-4/+5
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+0
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-6/+5
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-5/+4
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-021-2/+3
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-011-46/+4
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-8/+54
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-1/+9
* 1. reduce visibility of many classesWilliam Victor Mote2003-09-011-15/+11
* store a collection of StaticContentLayoutManager objects, keyed by flow-name,...William Victor Mote2003-08-291-1/+14
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...William Victor Mote2003-08-281-1/+11
* make some classes more readable by reversing the sense of some conditional logicWilliam Victor Mote2003-08-271-49/+49
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-271-7/+7
* duplicate the area.RegionReference region codes in fo/pagination/Region, and ...William Victor Mote2003-08-271-4/+4
* move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-271-2/+17
* 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou...William Victor Mote2003-08-271-2/+46
* move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re...William Victor Mote2003-08-271-1/+35
* remove remaining references to layout/PageMaster (all unused), and remove the...William Victor Mote2003-08-271-2/+0
* instead of storing and cloning page reference-area and viewport objects for e...William Victor Mote2003-08-271-19/+12
* 1. extract method getSimpleMasterPageToUse()William Victor Mote2003-08-271-18/+15
* move field that tracks which SimplePageMaster to use (currentSimplePageMaster...William Victor Mote2003-08-271-14/+25
* move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...William Victor Mote2003-08-261-3/+71
* move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-261-11/+55
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-171-4/+4
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+689