aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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