aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-7/+6
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-1/+7
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-359/+24
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+1
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-740/+49
* Bugzilla #42576Chris Bowditch2007-06-221-9/+24
* Bugzilla #39840:Jeremias Maerki2006-08-041-3/+33
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-0/+1
* Bugzilla #39443:Jeremias Maerki2006-05-071-2/+18
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-251-1/+1
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-0/+2
* Bugzilla #39118:Jeremias Maerki2006-04-231-2/+52
* 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