aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-102/+0
* Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.Andreas L. Delmelle2016-01-021-1/+1
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-231-4/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-2/+0
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-1/+5
* Restored the setting of rowIndex on primary grid units (although testcases we...Vincent Hennebert2007-11-141-2/+3
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+1
* Cleaned up RowGroupLayoutManager and TableRowIteratorVincent Hennebert2007-11-131-455/+4
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+2
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-61/+52
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-5/+5
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-261-7/+0
* TableRowIterator:Vincent Hennebert2007-03-281-1/+1
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-14/+6
* Javadoc for the table layout codeVincent Hennebert2007-02-081-1/+1
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-151/+222
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38397: Jeremias Maerki2006-01-261-6/+23
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-8/+5
* Bugfix: getMaxRemainingHeight() was not very accurate and resulted in wrong e...Jeremias Maerki2005-05-311-23/+37
* Bugfix: LAST_IN_BODY wasn't set on the GridUnits of a row that wasn't the las...Jeremias Maerki2005-05-301-0/+4
* Skip markers (they are validated properly earlier).Jeremias Maerki2005-05-261-0/+4
* Code cleanup and some javadocs.Jeremias Maerki2005-05-231-9/+37
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-0/+439