aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-62/+167
* Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...Jeremias Maerki2006-03-151-0/+1
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-241-3/+7
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-1/+1
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-101-3/+5
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-2/+74
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-86/+97
* Bugzilla #37964:Jeremias Maerki2005-12-201-1/+0
* Bugzilla #37828:Jeremias Maerki2005-12-081-1/+3
* Bugzilla #37813:Jeremias Maerki2005-12-071-1/+4
* Bugzilla #37468:Jeremias Maerki2005-11-111-3/+5
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-4/+11
* Implemented the wrap-option property.Luca Furini2005-09-161-1/+1
* Bugzilla #36379:Finn Bock2005-08-311-0/+1
* Use a more direct notify mechanism for the formatting resultsSimon Pepping2005-07-311-0/+2
* Removing unused import.Finn Bock2005-07-281-7/+7
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-8/+8
* Various fixes for ID management. Jeremias Maerki2005-07-261-0/+1
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1
* 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