| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix: forced break ignored when the minimum height of a table-row isn't rea... | Vincent Hennebert | 2008-03-10 | 1 | -12/+0 |
* | Moved the getBody method into PrimaryGridUnit, since it's only needed there a... | Vincent Hennebert | 2008-02-26 | 3 | -16/+14 |
* | - added full support for keep-with-previous on table-row and in table-cell | Vincent Hennebert | 2008-02-25 | 9 | -52/+150 |
* | No stack traces with missing images. | Jeremias Maerki | 2008-02-18 | 1 | -0/+3 |
* | rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi... | Vincent Hennebert | 2008-02-15 | 1 | -1/+0 |
* | break-after set on the last child of a row-spanning cell must apply to the la... | Vincent Hennebert | 2008-02-14 | 1 | -1/+1 |
* | Moved to the FO tree stage the check for break-before/after on table-row whil... | Vincent Hennebert | 2008-02-13 | 3 | -7/+45 |
* | Added support for breaks before and after table cells | Vincent Hennebert | 2008-02-13 | 3 | -2/+89 |
* | Also display the column index in the toString method | Vincent Hennebert | 2008-02-08 | 1 | -0/+1 |
* | Further cleanup/refinement of FixedLength: | Andreas L. Delmelle | 2008-02-02 | 1 | -27/+13 |
* | Bugzilla #44289: Wrong border resolution when header/footer omitted at break | Vincent Hennebert | 2008-01-24 | 1 | -6/+6 |
* | Removed no longer needed reference to TableColumn in GridUnit | Vincent Hennebert | 2008-01-24 | 4 | -32/+15 |
* | Cleanup: | Vincent Hennebert | 2008-01-24 | 5 | -58/+50 |
* | Added support for conditional borders (and paddings) in tables. | Vincent Hennebert | 2008-01-23 | 6 | -171/+230 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 1 | -16/+27 |
* | - renamed variables for clarity | Vincent Hennebert | 2008-01-10 | 2 | -7/+13 |
* | Added new extension element: fox:external-document. It allows to add whole do... | Jeremias Maerki | 2007-12-27 | 1 | -69/+18 |
* | Organized imports | Vincent Hennebert | 2007-12-17 | 1 | -1/+0 |
* | Streamlining/Correction of the changes made in r603926 | Andreas L. Delmelle | 2007-12-16 | 1 | -21/+14 |
* | Throw a ValidationException if table-footer is put after table-body and the t... | Vincent Hennebert | 2007-12-13 | 1 | -3/+11 |
* | Removed parameter from the endTablePart method, as the part is already passed... | Vincent Hennebert | 2007-12-13 | 4 | -6/+5 |
* | Removed parameter from the endPart method, since the part is already passed a... | Vincent Hennebert | 2007-12-13 | 4 | -6/+4 |
* | Fixed the handling of columns in the border resolution, especially in case of... | Vincent Hennebert | 2007-12-13 | 2 | -12/+13 |
* | Style only: removed trailing white spaces | Vincent Hennebert | 2007-12-13 | 3 | -5/+5 |
* | Implemented the resolution of collapsing borders in the FO tree, for every si... | Vincent Hennebert | 2007-12-13 | 8 | -137/+728 |
* | Minor tweaks: | Andreas L. Delmelle | 2007-12-13 | 1 | -0/+37 |
* | Bugzilla #43605: | Jeremias Maerki | 2007-11-18 | 3 | -140/+203 |
* | Restored the setting of rowIndex on primary grid units (although testcases we... | Vincent Hennebert | 2007-11-14 | 3 | -16/+13 |
* | Restored the setting of the parent table-row element on grid units | Vincent Hennebert | 2007-11-14 | 7 | -40/+57 |
* | Reduced visibility of some methods and constructors from public to package-pr... | Vincent Hennebert | 2007-11-14 | 3 | -6/+6 |
* | Moved EffRow to the fo.flow.table package | Vincent Hennebert | 2007-11-14 | 1 | -0/+179 |
* | Use a singleton for a default BorderInfo of style none, instead of every time... | Vincent Hennebert | 2007-11-13 | 1 | -1/+1 |
* | Changed back visibility of fields from public to package-private, due to the ... | Vincent Hennebert | 2007-11-13 | 2 | -2/+2 |
* | Moved *GridUnit from layoutmgr/table to fo/flow/table | Vincent Hennebert | 2007-11-13 | 6 | -5/+745 |
* | Moved the creation of grid units to the FO tree building stage. Brought a few... | Vincent Hennebert | 2007-11-13 | 17 | -160/+784 |
* | Now that there is a dedicated package for tables, the PendingSpan class can b... | Vincent Hennebert | 2007-11-06 | 3 | -24/+40 |
* | Added check for table-cells which span more rows than available in their pare... | Vincent Hennebert | 2007-11-06 | 4 | -15/+30 |
* | Renamed signalNewRow method into more accurate signalRowEnd | Vincent Hennebert | 2007-11-05 | 2 | -4/+4 |
* | Moved table-related FObj into new o.a.fop.fo.flow.table package | Vincent Hennebert | 2007-11-05 | 17 | -17/+19 |
* | First step towards building row groups at the FO tree stage. The built row gr... | Vincent Hennebert | 2007-11-05 | 8 | -9/+302 |
* | Reworked the creation of implicit columns to match new behaviour: the number ... | Vincent Hennebert | 2007-11-02 | 4 | -62/+82 |
* | - Enforced check for proper number of columns in a table. Now if a table has ... | Vincent Hennebert | 2007-10-31 | 2 | -0/+14 |
* | Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager.... | Vincent Hennebert | 2007-10-30 | 2 | -13/+1 |
* | - factored the management of column numbers into a separate helper class | Vincent Hennebert | 2007-10-30 | 9 | -616/+428 |
* | Made the columns field in Table private, and created suitable accessors to it | Vincent Hennebert | 2007-10-26 | 3 | -31/+41 |
* | Moved the creation of the columns list to the declaration of the columns fiel... | Vincent Hennebert | 2007-10-26 | 2 | -11/+3 |
* | Removed useless addChildNode method since it only transfered the call to the ... | Vincent Hennebert | 2007-10-26 | 1 | -9/+1 |
* | Created an abstract TableCellContainer class meant to contain the logic in Ta... | Vincent Hennebert | 2007-10-26 | 4 | -143/+165 |
* | Removed the check for borders specified on table-column/body/row in separate ... | Vincent Hennebert | 2007-10-25 | 1 | -9/+0 |
* | Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev... | Andreas L. Delmelle | 2007-09-16 | 1 | -0/+1 |