aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/TableRow.java
Commit message (Expand)AuthorAgeFilesLines
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-301-77/+19
* Created an abstract TableCellContainer class meant to contain the logic in Ta...Vincent Hennebert2007-10-261-26/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-19/+9
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-15/+1
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-10/+1
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-8/+5
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-211-0/+38
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-31/+24
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-061-63/+43
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-311-1/+1
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-3/+3
* Moved check for explicit column-number to ColumnNumberPropertyMakerAndreas L. Delmelle2005-09-241-1/+1
* Java 1.3 compatibility.Jeremias Maerki2005-09-221-1/+3
* Update for initial-values of column-number + some pending style-violation cor...Andreas L. Delmelle2005-09-201-14/+16
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-9/+103
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-261-8/+9
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Accessors for break-* on table-row.Jeremias Maerki2005-06-221-0/+10
* More keep accessors where needed.Jeremias Maerki2005-05-241-0/+18
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-231-9/+12
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-151-1/+0
* Support for table-cells as direct children of table-body|header|footer.Jeremias Maerki2005-02-081-1/+15
* Additional accessors and style.Jeremias Maerki2005-02-071-15/+14
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* More properties implemented.Finn Bock2004-10-291-2/+2
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* Fourth phase of performance improvement.Finn Bock2004-10-201-19/+0
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+1
* Second phase of performance improvement.Finn Bock2004-10-191-42/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-19/+119
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-2/+2
* PR:Glen Mazza2004-09-061-1/+20
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-1/+1
* PR:Glen Mazza2004-08-291-1/+1
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-2/+2
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-131-4/+8
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-34/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+6
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-7/+9
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+1
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-1/+2
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-2/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-2/+2