| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out unused properties. Patch by Richard Wheeldon | Simon Pepping | 2006-12-20 | 1 | -10/+6 |
* | Implemented limited support for extension properties through new methods on E... | Jeremias Maerki | 2006-09-11 | 1 | -6/+20 |
* | Minor enhancement of column-number property code / removal of unused method | Andreas L. Delmelle | 2006-08-22 | 1 | -6/+1 |
* | Rework of default column-creation and setting column-widths from the first ro... | Andreas L. Delmelle | 2006-08-21 | 1 | -41/+88 |
* | Rework of the marker/retrieve-marker implementation to cater for correct eval... | Andreas L. Delmelle | 2006-08-06 | 1 | -11/+32 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | See r412224: forgot to move the related code for TableColumn... | Andreas L. Delmelle | 2006-06-07 | 1 | -4/+0 |
* | Fixes Bugzilla 39560: make sure the interaction between FOs and properties is... | Andreas L. Delmelle | 2006-06-06 | 1 | -20/+38 |
* | Implementation for from-table-column(). See: bugzilla 38282 | Andreas L. Delmelle | 2006-01-31 | 1 | -18/+21 |
* | The border-collapse property on fo:table is now forced to the value "separate... | Jeremias Maerki | 2005-12-05 | 1 | -2/+5 |
* | Made the FO tree a little more consistent by renaming getName() to getLocalNa... | Jeremias Maerki | 2005-11-11 | 1 | -5/+3 |
* | Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). | Jeremias Maerki | 2005-10-24 | 1 | -12/+13 |
* | Removed warning for padding (r291267); padding never seems to be null, so war... | Andreas L. Delmelle | 2005-09-25 | 1 | -2/+2 |
* | Removed superfluous javadoc | Andreas L. Delmelle | 2005-09-24 | 1 | -5/+1 |
* | Added warning for padding on table with collapsing border-model | Andreas L. Delmelle | 2005-09-24 | 1 | -11/+14 |
* | Java 1.3 compatibility. | Jeremias Maerki | 2005-09-22 | 1 | -1/+3 |
* | Update for initial-values of column-number + some pending style-violation cor... | Andreas L. Delmelle | 2005-09-20 | 1 | -0/+1 |
* | Implementation for initial values of the column-number property | Andreas L. Delmelle | 2005-09-17 | 1 | -14/+79 |
* | An informative warning for the user if he doesn't supply enough table-column ... | Jeremias Maerki | 2005-09-16 | 1 | -1/+1 |
* | Bugzilla #36379: | Finn Bock | 2005-08-31 | 1 | -1/+3 |
* | Added warning for unimplemented feature | Andreas L. Delmelle | 2005-08-28 | 1 | -0/+3 |
* | Added support for table border-*-precedence properties in the table | Finn Bock | 2005-08-26 | 1 | -11/+12 |
* | Switch to .equals() instead of == for String compares of namespaces. Thanks ... | Glen Mazza | 2005-06-26 | 1 | -1/+1 |
* | Warning about collapsing border model. | Jeremias Maerki | 2005-06-20 | 1 | -0/+4 |
* | Initial keep-together support on table. | Jeremias Maerki | 2005-05-23 | 1 | -1/+14 |
* | Merge of branch Temp_KnuthStylePageBreaking back into HEAD. | Jeremias Maerki | 2005-05-13 | 1 | -7/+26 |
* | ---------------------------------------------------------------------- | Glen Mazza | 2005-03-05 | 1 | -0/+4 |
* | Validation for fo:table and fo:table-header added, some minor simplifications... | Glen Mazza | 2005-03-05 | 1 | -1/+59 |
* | Set border traits for fo:table only if border-collapse="separate". | Jeremias Maerki | 2005-02-15 | 1 | -0/+10 |
* | Implemented table-omit-header-at-break. The same for footers comes later when... | Jeremias Maerki | 2005-02-11 | 1 | -0/+10 |
* | No longer fail when no table-columns are defined. The table creates a "defaul... | Jeremias Maerki | 2005-02-09 | 1 | -0/+17 |
* | Accessor for table-layout property. | Jeremias Maerki | 2005-02-09 | 1 | -0/+5 |
* | Support for table-cells as direct children of table-body|header|footer. | Jeremias Maerki | 2005-02-08 | 1 | -0/+5 |
* | Support for border-spacing shorthand. | Jeremias Maerki | 2005-02-07 | 1 | -0/+5 |
* | Border, Padding and spaces on level fo:table. | Jeremias Maerki | 2005-01-31 | 1 | -18/+39 |
* | This patch implements a pluggable LayoutManagers system, according | Simon Pepping | 2004-12-24 | 1 | -38/+3 |
* | Bind some more of the implemented properties. | Finn Bock | 2004-10-29 | 1 | -2/+2 |
* | New exception hierarchy rooted in SAXException and throw clauses on | Finn Bock | 2004-10-28 | 1 | -10/+7 |
* | Second phase of performance improvement. | Finn Bock | 2004-10-19 | 1 | -42/+0 |
* | First phase of performance improvement. Added bind() and startOfNode() | Finn Bock | 2004-10-19 | 1 | -9/+109 |
* | PR: | Glen Mazza | 2004-10-12 | 1 | -1/+1 |
* | Removed unneeded import statements. Makes eclipse happy. | Finn Bock | 2004-09-07 | 1 | -6/+0 |
* | Renamed FOInputHandler to somewhat more intuitive FOEventHandler. | Glen Mazza | 2004-09-06 | 1 | -2/+2 |
* | PR: | Glen Mazza | 2004-09-05 | 1 | -1/+1 |
* | 1.) Some flattening of the Region classes done, with the goal of moving | Glen Mazza | 2004-08-30 | 1 | -11/+8 |
* | PR: | Glen Mazza | 2004-08-29 | 1 | -5/+3 |
* | 1. Implemented validateChildNode() for fo:simple-page-master. This may cause... | Glen Mazza | 2004-08-25 | 1 | -1/+1 |
* | 1.) validateChildNode() added for fo:marker. | Glen Mazza | 2004-08-20 | 1 | -1/+3 |
* | 1. Moved getNameId() from FObj to FONode. | Glen Mazza | 2004-08-18 | 1 | -7/+0 |
* | 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f... | Glen Mazza | 2004-08-13 | 1 | -13/+43 |