aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-21/+21
* Allow for the case where a block-container occurs inside an inlineSimon Pepping2007-04-031-3/+7
* Fixed an IllegalArgumentException for absolutely positioned block-containers ...Jeremias Maerki2007-03-121-1/+3
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: Table headers were omitted when a table is a child of a block-container.Jeremias Maerki2006-06-071-1/+1
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-251-0/+5
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+2
* block-container did not tell the breaker if it's in auto-height mode. That ca...Jeremias Maerki2006-03-211-2/+2
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-091-7/+2
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-5/+7
* Bugzilla #38102:Jeremias Maerki2006-01-041-1/+2
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-191-1/+2
* Added checks that warn about tables and block-containers that are wider than ...Jeremias Maerki2005-12-151-0/+9
* Better approach for enforcing the overflow property on block-containers.Jeremias Maerki2005-12-081-10/+8
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-16/+10
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-12/+7
* Disabled warning which are based on the containing reference area instead of ...Jeremias Maerki2005-11-131-0/+14
* Bugfix for handling of percentage width and height inside block-containers. F...Jeremias Maerki2005-11-131-23/+40