aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me...Andreas L. Delmelle2011-02-101-9/+4
* Further attempts at improving code readability, reduce some more duplication,...Andreas L. Delmelle2011-02-091-31/+60
* Further reduction of code duplication in/between getNextKnuthElements()Andreas L. Delmelle2011-02-081-20/+55
* Elimination of code duplication in getNextKnuthElements()Andreas L. Delmelle2011-02-081-82/+41
* 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-29/+1
* Minor fixup: extract condition into local variableAndreas L. Delmelle2011-02-061-2/+3
* Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...Andreas L. Delmelle2011-02-061-159/+49
* Code cleanupAndreas L. Delmelle2011-02-051-586/+109
* Bugzilla #49733:Jeremias Maerki2010-08-141-6/+38
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-74/+70
* Fixed a few checkstyle issues introduced in rev. 825646Vincent Hennebert2009-10-161-1/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-30/+30
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-3/+3
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-120/+282
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-81/+132
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-23/+69
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-132/+81
* Add startsWithForcedBreak() utility method to ElementListUtils.Andreas L. Delmelle2009-03-221-7/+8
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-15/+22
* Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ...Andreas L. Delmelle2008-08-301-2/+2
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-25/+32
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-113/+113
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-15/+15
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-28/+33
* Bugzilla 41500:Andreas L. Delmelle2008-05-071-3/+13
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-21/+18
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-33/+81
* Merged branchJeremias Maerki2008-04-141-1/+9
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-3/+13
* 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-2/+3
* Bugzilla #40230:Jeremias Maerki2007-11-271-20/+42
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-10/+10
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-1/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+9
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-1/+1
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-091-15/+15
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-28/+6
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-301-8/+15
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-20/+48
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-71/+53
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-115/+236
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-52/+4
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-39/+74