aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-555/+0
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-051-9/+48
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-28/+48
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-311-0/+7
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-301-125/+78
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-261-2/+20
* Moved the creation of the columns list to the declaration of the columns fiel...Vincent Hennebert2007-10-261-5/+3
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-14/+9
* Use a slightly more convenient name to keep the code somewhat readableAndreas L. Delmelle2007-07-141-2/+1
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-8/+0
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-9/+2
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-201-7/+0
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-1/+5
* The spec explicitely does not specify what should be done when bpd is set to ...Vincent Hennebert2007-02-071-1/+6
* In relaxed validation mode, it should be acceptable to have fo:table-footer /...Vincent Hennebert2007-01-091-1/+1
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-10/+6
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-6/+20
* Minor enhancement of column-number property code / removal of unused methodAndreas L. Delmelle2006-08-221-6/+1
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-211-41/+88
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-11/+32
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* See r412224: forgot to move the related code for TableColumn...Andreas L. Delmelle2006-06-071-4/+0
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-061-20/+38
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-311-18/+21
* The border-collapse property on fo:table is now forced to the value "separate...Jeremias Maerki2005-12-051-2/+5
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-12/+13
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-251-2/+2
* Removed superfluous javadocAndreas L. Delmelle2005-09-241-5/+1
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-241-11/+14
* 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-0/+1
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-14/+79
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-161-1/+1
* Bugzilla #36379:Finn Bock2005-08-311-1/+3
* Added warning for unimplemented featureAndreas L. Delmelle2005-08-281-0/+3
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-261-11/+12
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Warning about collapsing border model.Jeremias Maerki2005-06-201-0/+4
* Initial keep-together support on table.Jeremias Maerki2005-05-231-1/+14
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-7/+26
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-051-1/+59
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-151-0/+10
* Implemented table-omit-header-at-break. The same for footers comes later when...Jeremias Maerki2005-02-111-0/+10
* No longer fail when no table-columns are defined. The table creates a "defaul...Jeremias Maerki2005-02-091-0/+17
* Accessor for table-layout property.Jeremias Maerki2005-02-091-0/+5
* Support for table-cells as direct children of table-body|header|footer.Jeremias Maerki2005-02-081-0/+5
* Support for border-spacing shorthand.Jeremias Maerki2005-02-071-0/+5
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-311-18/+39