aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Use a list of active cells for computing steps, continued:Vincent Hennebert2007-07-091-59/+56
* Also display the width of the penalty in the toString methodVincent Hennebert2007-07-091-0/+2
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-077-763/+887
* 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-062-260/+226
* Bugzilla #42576Chris Bowditch2007-06-221-9/+24
* Bugzilla #42109: Jeremias Maerki2007-05-212-7/+11
* Bugfix for ClassCastException with spaces inside a table-cell (using fox:wido...Jeremias Maerki2007-05-171-4/+9
* Fixing a problem with disappearing footnotes inside inlines when hyphenation ...Luca Furini2007-05-151-54/+71
* Bugzilla #42067:Jeremias Maerki2007-05-072-25/+63
* Bugfixes:Vincent Hennebert2007-04-303-66/+48
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-262-16/+2
* Make keep-with-next and keep-with-previous work on fo:tableVincent Hennebert2007-04-261-0/+6
* Fix the handling of padding for spanning cells in the collapsing-border modelVincent Hennebert2007-04-201-2/+2
* Fix the computation of cells' IPD when they contain children with forced breaks.Vincent Hennebert2007-04-202-71/+50
* Bugfix: update dx also for grid units having no border, in the addAreas methodVincent Hennebert2007-04-191-31/+29
* - remove call to addPadding in TraitSetter.addCollapsingBordersVincent Hennebert2007-04-192-2/+2
* 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
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-041-2/+8
* Allow for the case where a block-container occurs inside an inlineSimon Pepping2007-04-031-3/+7
* In collapsing-border model, tables have no padding and borders are determined...Vincent Hennebert2007-04-021-2/+4
* changes to support named destinationJay Bryant2007-04-011-0/+3
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+6
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-303-97/+129
* Replace deprecated addBorders method with the new ones in addAreasVincent Hennebert2007-03-281-2/+4
* TableRowIterator:Vincent Hennebert2007-03-283-119/+121
* Factorize in a method the code handling TableContentPosition elements, in Tab...Vincent Hennebert2007-03-271-22/+22
* Some more comments for RowPainter.Jeremias Maerki2007-03-232-1/+18
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-7/+23
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-231-2/+8
* Small improvements in the SpaceResolver class:Vincent Hennebert2007-03-221-3/+3
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-199-70/+185
* Some javadoc and variables renaming in TableStepper.Vincent Hennebert2007-03-131-28/+46
* Fixed an IllegalArgumentException for absolutely positioned block-containers ...Jeremias Maerki2007-03-121-1/+3
* Extract sub-classes from TableContentLayoutManager and make them top-level cl...Vincent Hennebert2007-03-067-197/+282
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-2/+2
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-1/+2
* Small simplification: remove an unneeded parameter from the getContentHeight ...Vincent Hennebert2007-03-011-3/+8
* Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...Vincent Hennebert2007-03-011-3/+1
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279
* Add code guards around log statements for better performance when they are di...Vincent Hennebert2007-02-281-2/+6