aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* Code fixups, type safety, etc.Andreas L. Delmelle2011-02-061-47/+57
* Fixed indentationVincent Hennebert2010-08-271-2/+2
* Bugzilla #49733:Jeremias Maerki2010-08-141-18/+42
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-4/+4
* Removed addition of stretching to footnoteSeparatorLength. That was done to t...Vincent Hennebert2009-10-261-4/+0
* Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-201-10/+9
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-14/+14
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-0/+62
* Removed a commented leftover from local testsAndreas L. Delmelle2009-08-241-1/+0
* Reduce messages to DEBUG level, since they are meant more as a reminder for d...Andreas L. Delmelle2009-08-241-2/+2
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-0/+149
* Undid change related to column-keepsAndreas L. Delmelle2009-07-091-2/+2
* Changed explicit check to assertAndreas L. Delmelle2009-07-091-1/+2
* Fixed minor code indentation issuesVincent Hennebert2009-07-071-7/+4
* Further cleanup/readability improvementsAndreas L. Delmelle2009-07-011-52/+89
* Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-011-0/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-30/+30
* Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getL...Luca Furini2008-06-161-4/+4
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-3/+3
* Merged branchJeremias Maerki2008-04-141-25/+18
* Bugfix: If there's shrink available in an auto-height situation, the differen...Jeremias Maerki2008-03-041-1/+7
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-281-0/+14
* Bugzilla #44160:Jeremias Maerki2008-01-221-5/+9
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* 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