aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename a local variable in the getNextStep method for clarity, and convert it...Vincent Hennebert2007-02-271-3/+3
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* Javadoc for the table layout codeVincent Hennebert2007-02-084-14/+50
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-302-7/+32
* Bugzilla #41426:Jeremias Maerki2007-01-221-2/+2
* Two Knuth boxes following each other should only be considered for an additio...Manuel Mall2007-01-141-1/+3
* Initial support for soft hyphensManuel Mall2007-01-131-43/+87
* Code cleanup: Andreas L. Delmelle2007-01-113-3/+3
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-6/+9
* Fix for new linebreaking in combination with hyphenation not correctly breaki...Manuel Mall2007-01-111-21/+25
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-221-287/+355
* Small improvements of the table layout code:Vincent Hennebert2006-11-248-279/+403