aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-011-2/+1
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-6/+9
* PR:Glen Mazza2005-02-191-0/+1
* PR:Glen Mazza2005-02-181-1/+1
* Fix for bad page-master and region margin calculations. All margin calculatio...Jeremias Maerki2005-02-171-10/+2
* PR:Glen Mazza2005-02-171-13/+15
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-121-59/+14
* PR:Glen Mazza2005-02-121-6/+1
* PR:Glen Mazza2005-02-101-1/+0
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-2/+8
* PR:Glen Mazza2005-02-061-7/+4
* PR:Glen Mazza2005-02-061-36/+23
* Notify the AreaTreeHandler about new pages being added.Jeremias Maerki2005-02-031-1/+1
* Fixed a bug in markers with boundary document and page-sequence.Jeremias Maerki2005-01-271-2/+6
* Switching off reuse of static LMs, which fixes page numbers and markers on pa...Jeremias Maerki2005-01-261-10/+8
* is-reference-area and is-viewport-area traitsJeremias Maerki2005-01-241-3/+17
* Provide access to the current PageViewport from the outside.Jeremias Maerki2005-01-071-4/+17
* Changed LayoutManagerMaker.makeLayoutManager(FONode node) to throw aSimon Pepping2004-12-271-8/+17
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-9/+27
* Removed instances of InlineStackingLayoutManager. Created a new FOSimon Pepping2004-12-221-2/+2
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-161-0/+1
* PR:Glen Mazza2004-12-161-27/+14
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-071-0/+4
* PR:Glen Mazza2004-11-291-5/+5
* PR:Glen Mazza2004-11-271-2/+2
* PR:Glen Mazza2004-11-241-15/+15
* Moved to an IllegalArgumentException for getRegionViewport.Glen Mazza2004-11-101-3/+0
* Minor simplification to layoutStaticContent() method.Glen Mazza2004-11-101-11/+8
* PR:Glen Mazza2004-10-241-5/+5
* Fourth phase of performance improvement.Finn Bock2004-10-201-17/+16
* Fourth phase of performance improvement.Finn Bock2004-10-201-11/+11
* Third phase of performance improvement.Finn Bock2004-10-201-8/+8
* Third phase of performance improvement.Finn Bock2004-10-191-6/+2
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-1/+1
* PR:Glen Mazza2004-10-021-7/+0
* Fix a regression where the page numbers started from 0.Finn Bock2004-09-271-1/+1
* PR:Glen Mazza2004-09-271-7/+8
* PR:Glen Mazza2004-09-261-0/+927