aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Proper handling of page break between normally broken parts and the p...Jeremias Maerki2005-07-111-1/+8
* log statement should be debug().Jeremias Maerki2005-06-301-1/+1
* Bugfix: IPD for footnote region now correct in multi-column layout. Jeremias Maerki2005-06-291-26/+198
* First SVN commit. Trivial formatting change.Glen Mazza2005-06-241-0/+1
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-0/+5
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-221-2/+2
* Added getPageViewportProvider().Jeremias Maerki2005-06-161-20/+60
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-24/+102
* Switched to null for PageBreaker.getTopLevelLM().Glen Mazza2005-06-141-1/+1
* More cleanup/simplifications.Glen Mazza2005-06-091-1/+1
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-3/+7
* Minor PSLM simplifications.Glen Mazza2005-06-061-24/+7
* Remainder of pslm.gKNE() consolidated into pb.gKNE().Glen Mazza2005-06-051-18/+6
* Two stray isBogus()es removed, AFAICT unnecessary childLC initializationGlen Mazza2005-06-041-17/+2
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-011-10/+2
* Simplifications to PSLM.gKNE().Glen Mazza2005-06-011-20/+16
* Handling page dependent footnote separatorLuca Furini2005-05-311-23/+22
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-171-0/+4
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-11/+104
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-171-1/+1
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-161-7/+3
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-25/+1
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-141-18/+7
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-141-1/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-446/+277
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-3/+2
* 1.) Moved setting of idp value into Span constructor because the class is in anGlen Mazza2005-03-161-91/+36
* More simplifications to PSLM.Glen Mazza2005-03-141-47/+12
* Removing illegal tab characters.Jeremias Maerki2005-03-131-2/+2
* More simplifications to PSLM.Glen Mazza2005-03-131-25/+13
* More simplifications to PSLM.Glen Mazza2005-03-131-47/+13
* More simplifications to PSLM.Glen Mazza2005-03-121-39/+32
* Minor simplifications to PSLM.Glen Mazza2005-03-121-11/+12
* Minor simplification to PSLM.Glen Mazza2005-03-121-16/+11
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-111-18/+14
* More simplifications to PSLM.Glen Mazza2005-03-051-20/+3
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-051-3/+1
* 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