aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractBreaker.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-866/+0
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-061-81/+145
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-21/+46
* FOP-2060: adjoining blocks with break-before="page" break-after="page" cause ...Luis Bernardo2014-10-151-0/+3
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-1/+1
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-291-333/+11
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-2/+2
* FOP-2293: Second patch by Seifeddine DridiVincent Hennebert2013-09-041-3/+3
* FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-291-1/+1
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* 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-7/+7
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-4/+7
* Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-161-1/+11
* Bugfix: When restarting layout for the last page, discard glues and penalties...Vincent Hennebert2012-07-121-8/+4
* Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order t...Glenn Adams2012-04-211-1/+1
* Fix minor format error in exception messageGlenn Adams2012-04-081-1/+1
* A few minor nits...Andreas L. Delmelle2011-02-111-12/+8
* Some refactoringSimon Pepping2011-01-081-130/+136
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+3
* Bugzilla #49733:Jeremias Maerki2010-08-141-29/+91
* Bugfix: definition of a special page-master for the last page was interfering...Vincent Hennebert2010-02-231-1/+1
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-39/+35
* The warning "Non restartable content flowing to narrower page" needs to be ro...Vincent Hennebert2009-10-281-3/+6
* Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-201-1/+6
* Bugfix: crash occurring when no restartable element could be found after a ch...Vincent Hennebert2009-10-201-2/+19
* Bugfix: a table immediately following a break where changing IPD occurs was c...Vincent Hennebert2009-10-191-2/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-9/+9
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-17/+129
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-0/+8
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-8/+0
* Undid change related to column-keepsAndreas L. Delmelle2009-07-041-7/+1
* Further cleanup/readability improvementsAndreas L. Delmelle2009-07-041-53/+55
* Further cleanup/readability improvementsAndreas L. Delmelle2009-07-011-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-61/+61
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-14/+14
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-4/+6
* Merged branchJeremias Maerki2008-04-141-4/+4
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-2/+2
* Simplification.Jeremias Maerki2008-02-121-4/+3
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-10/+8
* Bugzilla #39840:Jeremias Maerki2006-08-041-1/+10
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39777: Jeremias Maerki2006-06-141-0/+1
* Added region-body_display-align to demonstrate the default behaviour for adju...Jeremias Maerki2006-06-081-12/+47
* Bugzilla #39443:Jeremias Maerki2006-05-071-1/+2
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-251-1/+8
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-2/+16
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-271-1/+1