aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/GridUnit.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-18/+18
* Put the resolutions of collapsed borders together into the CollapsingBorderRe...Vincent Hennebert2008-05-121-0/+18
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t...Vincent Hennebert2008-05-081-17/+17
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-0/+9
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-261-9/+0
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-11/+11
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-241-21/+7
* Cleanup:Vincent Hennebert2008-01-241-30/+12
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-94/+64
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-131-32/+128
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-141-25/+21
* Reduced visibility of some methods and constructors from public to package-pr...Vincent Hennebert2007-11-141-4/+4
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+427