aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-2/+2
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-2/+1
* Bugzilla #39840:Jeremias Maerki2006-08-041-5/+26
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fixed removeNode() as discussed on fop-dev. No more checks for footnotes and ...Jeremias Maerki2006-07-131-29/+0
* Bugzilla #39777: Jeremias Maerki2006-06-141-52/+89
* Added region-body_display-align to demonstrate the default behaviour for adju...Jeremias Maerki2006-06-081-14/+23
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-251-5/+26
* 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