aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-1007/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-3/+3
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-131-0/+1
|\
| * FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-0/+1
* | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-141-0/+1
* | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-54/+8
|/
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-2/+2
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-04-151-3/+0
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-5/+5
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-03-161-0/+3
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-2/+2
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-5/+7
* Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-161-4/+0
* Bugzilla #45715: Break before (break-before) not respected on blocks nested i...Glenn Adams2012-05-041-2/+7
* Bugzilla #53094: Convert block container overflow exception to event model, i...Glenn Adams2012-04-171-2/+18
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-1/+2
* apply complex scripts patchGlenn Adams2012-02-261-2/+13
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins w...Andreas L. Delmelle2011-03-261-0/+3
* Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me...Andreas L. Delmelle2011-02-101-9/+3
* Further attempts at improving code readability, reduce some more duplication,...Andreas L. Delmelle2011-02-091-86/+87
* Further reduction of code duplication in/between getNextKnuthElements()Andreas L. Delmelle2011-02-081-105/+40
* Move CSOK suppresion comments; apparently @Override causes these to be ignore...Andreas L. Delmelle2011-02-061-2/+2
* Decommission BlockStackingLM.StackingIterAndreas L. Delmelle2011-02-061-1/+1
* Code cleanup:Andreas L. Delmelle2011-02-061-422/+137
* Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-141-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-5/+7
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-103/+73
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-1/+1
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-0/+306
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-18/+13
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-3/+6
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-98/+98
* Minor optimization.Adrian Cumiskey2008-07-231-2/+2
* Fixing absolute positioning of block-containers: bottom and right distances w...Luca Furini2008-07-071-0/+9
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-8/+10
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-15/+17
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-11/+7
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-18/+21
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-21/+10
* Merged branchJeremias Maerki2008-04-141-15/+29
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-10/+6
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-0/+3
* Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...Vincent Hennebert2008-03-141-3/+0
* Bugzilla #44412:Jeremias Maerki2008-03-141-0/+3
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-23/+12
* Bugzilla #36391:Jeremias Maerki2008-02-061-36/+63
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-281-6/+3
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-16/+11
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-9/+0
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-7/+4