aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/PrimaryGridUnit.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #49733:Jeremias Maerki2010-08-141-0/+12
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-12/+11
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-13/+13
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-2/+2
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-3/+3
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-14/+17
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-101-12/+0
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-261-0/+14
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-3/+38
* Added support for breaks before and after table cellsVincent Hennebert2008-02-131-0/+42
* Also display the column index in the toString methodVincent Hennebert2008-02-081-0/+1
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-241-5/+4
* Cleanup:Vincent Hennebert2008-01-241-19/+31
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-41/+110
* - renamed variables for clarityVincent Hennebert2008-01-101-5/+4
* Restored the setting of rowIndex on primary grid units (although testcases we...Vincent Hennebert2007-11-141-2/+5
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-141-2/+3
* Reduced visibility of some methods and constructors from public to package-pr...Vincent Hennebert2007-11-141-1/+1
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+239