aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-1374/+0
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-061-0/+8
* Address low priority findbugs warningsAndreas L. Delmelle2015-05-241-0/+3
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-17/+144
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-13/+13
* FOP-1099: when table headers/footers are repeated at page breaks, also repeat...Vincent Hennebert2014-06-181-5/+0
* Create penalty only once and store it in WhitespaceManagementPenaltyVincent Hennebert2014-04-281-1/+1
* By default, only the first child of a multi-switch should be laid outVincent Hennebert2014-04-181-4/+4
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-31/+38
* Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-271-11/+16
* Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-171-5/+5
* Brought the branch in sync with rev. 1550844 of trunkVincent Hennebert2013-12-131-32/+46
|\
| * FOP-2106: Footnote put on earlier page than the one that contains the footnot...Vincent Hennebert2013-10-081-32/+46
* | Attach the selected variant to KnuthPageNode in order to propagate the inform...Vincent Hennebert2013-12-131-4/+41
* | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-201-44/+1
* | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-071-0/+44
* | FOP-2293: Second patch by Seifeddine DridiVincent Hennebert2013-09-041-8/+10
* | FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-291-1/+0
|/
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-10/+10
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-6/+6
* JIRA-1719 Fix IIOBE thrown when the final footnote-only page starts on a new ...Vincent Hennebert2013-01-291-13/+5
* Bugzilla #54167: Disable the overflow recovery mechanism when the flow IPD ch...Vincent Hennebert2012-11-191-0/+13
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-3/+2
* bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-211-1/+7
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* 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