aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/TableBody.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-64/+0
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+1
* Fixed SVN PropsMaximilian Berger2009-09-151-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-2/+2
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-221-2/+2
* Addition to r670217Andreas L. Delmelle2008-06-221-0/+25
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-234/+2
* Put the resolutions of collapsed borders together into the CollapsingBorderRe...Vincent Hennebert2008-05-121-9/+0
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-19/+15
* Merged branchJeremias Maerki2008-04-141-18/+11
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-6/+6
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-1/+0
* Removed parameter from the endTablePart method, as the part is already passed...Vincent Hennebert2007-12-131-1/+1
* 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-0/+4
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-141-0/+1
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-19/+48
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-061-4/+19
* Renamed signalNewRow method into more accurate signalRowEndVincent Hennebert2007-11-051-3/+3
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-0/+243