aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableStepper.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-508/+0
* Address low priority findbugs warningsAndreas L. Delmelle2015-05-241-0/+1
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-071-1/+3
* Buzilla #51807: Fixed small memory waste in rowCells array construction.Glenn Adams2012-04-051-1/+1
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-3/+1
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-5/+5
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-16/+12
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-11/+11
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-7/+2
* Bugzilla 37579: added support for footnotes in lists and table bodies (not he...Vincent Hennebert2008-05-281-1/+10
* Replaced hack in TableStepper to get the steps' penalty values with a more pr...Vincent Hennebert2008-05-121-9/+2
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-18/+27
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-4/+8
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-15/+17
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-131-14/+0
* Added support for breaks before and after table cellsVincent Hennebert2008-02-131-27/+9
* Added full support for breaks inside table-cell elementsVincent Hennebert2008-02-111-11/+38
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-081-146/+274
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-241-10/+8
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-7/+9
* Reset previousRowsLength before a new row-group is handledVincent Hennebert2007-12-181-0/+1
* Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ...Vincent Hennebert2007-12-171-6/+7
* Bugfix in tables: wrong element generation by the merging algorithm when glue...Vincent Hennebert2007-11-201-3/+3
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+1
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-1/+1
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-151-1/+1
* Code cleanup and javadocsVincent Hennebert2007-07-191-2/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* - Compute the height of already handled rows progressively in TableStepperVincent Hennebert2007-07-171-1/+3
* Extract the ActiveCell class into a top-level classVincent Hennebert2007-07-121-224/+1
* Move the creation of GridUnitParts into ActiveCellVincent Hennebert2007-07-121-37/+38
* Fixes in the steps computation:Vincent Hennebert2007-07-121-31/+31
* Temporary hack to handle cells with content of zero lengthVincent Hennebert2007-07-121-2/+2
* Move the content of the now small setupElementList method into initializeElem...Vincent Hennebert2007-07-091-9/+5
* Use a prevIsBox boolean instead of duplicating the list of Knuth elements for...Vincent Hennebert2007-07-091-10/+13
* Use a list of active cells for computing steps, continued:Vincent Hennebert2007-07-091-59/+56
* Cleaner way to handle border-separation in ActiveCellVincent Hennebert2007-07-061-11/+7
* Add a signalMinStep method in ActiveCellVincent Hennebert2007-07-061-18/+24
* Move the getNextStep method into ActiveCellVincent Hennebert2007-07-061-86/+65
* Remove decrease of activeRowIndex when backtrackingVincent Hennebert2007-07-061-10/+1
* Organize imports and remove no longer used methodsVincent Hennebert2007-07-061-15/+0
* First step towards using a list of active cells for computing stepsVincent Hennebert2007-07-061-258/+221
* Bugfixes:Vincent Hennebert2007-04-301-1/+3
* Fix the handling of forced breaks which were sometimes counted twice.Vincent Hennebert2007-04-181-16/+6
* Extract the logic for advancing to the next grid row, from the getNextStep me...Vincent Hennebert2007-04-181-53/+56
* ... and correct the test for early returning if stepFound is falseVincent Hennebert2007-04-181-1/+1
* Replace the seqCount integer with a stepFound boolean in the getNextStep methodVincent Hennebert2007-04-181-3/+3
* Replace the array of forced breaks with a single boolean, which should be eno...Vincent Hennebert2007-04-181-12/+4
* - add a columnCount field for clarityVincent Hennebert2007-04-171-19/+19