aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 669423,669436,669835,670217,670222,670323,670325,670332,6703...Adrian Cumiskey2008-06-231-25/+26
* Merged revisions 655489,655500,655522,655531,655578,655601,655603,655614,6557...Adrian Cumiskey2008-05-131-9/+1
* Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerg...Adrian Cumiskey2008-04-301-6/+12
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-19/+20
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-7/+4
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-2/+2
* Throw a ValidationException if table-footer is put after table-body and the t...Vincent Hennebert2007-12-131-3/+11
* Changed back visibility of fields from public to package-private, due to the ...Vincent Hennebert2007-11-131-1/+1
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-30/+18
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-0/+555