aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/TableFObj.java
Commit message (Expand)AuthorAgeFilesLines
* Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-5/+7
* Bugzilla #46705:Jeremias Maerki2009-02-191-0/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-3/+3
* Correct indentationAndreas L. Delmelle2008-07-071-13/+13
* Fixed ClassCastException when specifying column-number on something other tha...Andreas L. Delmelle2008-07-051-49/+65
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-221-11/+5
* Added event TableEventProducer.forceNextColumnNumber whenSimon Pepping2008-05-191-3/+6
* Put the resolutions of collapsed borders together into the CollapsingBorderRe...Vincent Hennebert2008-05-121-31/+7
* Restore the previous behaviour of the column-number property, viz. ifSimon Pepping2008-05-121-1/+30
* Checkstyle fix.Jeremias Maerki2008-05-081-1/+3
* Removed inadvertently added override [Avoid late night commits...]Andreas L. Delmelle2008-05-081-23/+0
* Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ...Andreas L. Delmelle2008-05-071-12/+36
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-181-19/+1
* Merged branchJeremias Maerki2008-04-141-18/+11
* Style only: removed trailing white spacesVincent Hennebert2007-12-131-2/+2
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-131-6/+38
* 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-3/+57
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-0/+192