aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table
Commit message (Expand)AuthorAgeFilesLines
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-259-52/+150
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-1/+0
* break-after set on the last child of a row-spanning cell must apply to the la...Vincent Hennebert2008-02-141-1/+1
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-133-7/+45
* Added support for breaks before and after table cellsVincent Hennebert2008-02-133-2/+89
* Also display the column index in the toString methodVincent Hennebert2008-02-081-0/+1
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-6/+6
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-245-58/+50
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-236-171/+230
* - renamed variables for clarityVincent Hennebert2008-01-102-7/+13
* Throw a ValidationException if table-footer is put after table-body and the t...Vincent Hennebert2007-12-131-3/+11
* Removed parameter from the endTablePart method, as the part is already passed...Vincent Hennebert2007-12-134-6/+5
* Removed parameter from the endPart method, since the part is already passed a...Vincent Hennebert2007-12-134-6/+4
* Fixed the handling of columns in the border resolution, especially in case of...Vincent Hennebert2007-12-132-12/+13
* Style only: removed trailing white spacesVincent Hennebert2007-12-133-5/+5
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-138-137/+728
* Restored the setting of rowIndex on primary grid units (although testcases we...Vincent Hennebert2007-11-143-16/+13
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-147-40/+57
* Reduced visibility of some methods and constructors from public to package-pr...Vincent Hennebert2007-11-143-6/+6
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+179
* Use a singleton for a default BorderInfo of style none, instead of every time...Vincent Hennebert2007-11-131-1/+1
* Changed back visibility of fields from public to package-private, due to the ...Vincent Hennebert2007-11-132-2/+2
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-136-5/+745
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-1316-159/+772
* Now that there is a dedicated package for tables, the PendingSpan class can b...Vincent Hennebert2007-11-063-24/+40
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-064-15/+30
* Renamed signalNewRow method into more accurate signalRowEndVincent Hennebert2007-11-052-4/+4
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-0516-0/+2533