aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-271-1/+1
* Introduced a flag to tell the page breaking to operate in auto-height mode, i...Jeremias Maerki2005-12-221-2/+6
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-5/+5
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-1/+25
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-1/+1
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-0/+5
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ...Luca Furini2005-10-061-2/+3
* Changed some identifiersJoerg Pietschmann2005-10-061-58/+58
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-021-3/+21
* Bugfix: IPD for footnote region now correct in multi-column layout. Jeremias Maerki2005-06-291-5/+1
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-2/+3
* trace getLineWidth().Jeremias Maerki2005-06-221-1/+5
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-5/+24
* Handling of very long footnotesLuca Furini2005-05-301-34/+226
* Correction to footnotes handling: break a footnote body only if its citation ...Luca Furini2005-05-191-37/+48
* log translation only.Jeremias Maerki2005-05-171-2/+2
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-2/+460
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-171-2/+4
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-0/+81