| Commit message (Expand) | Author | Age | Files | Lines |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 14 | -167/+167 |
* | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+0 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 5 | -20/+23 |
* | Replaced getLast() calls with calls to listUtil | Maximilian Berger | 2008-06-10 | 1 | -6/+6 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 3 | -17/+20 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 3 | -23/+47 |
* | Bugzilla 37579: added support for footnotes in lists and table bodies (not he... | Vincent Hennebert | 2008-05-28 | 2 | -2/+34 |
* | Replaced hack in TableStepper to get the steps' penalty values with a more pr... | Vincent Hennebert | 2008-05-12 | 2 | -11/+16 |
* | Fix that preserves the final status of the fobj member variable. | Adrian Cumiskey | 2008-05-03 | 1 | -1/+0 |
* | Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A... | Andreas L. Delmelle | 2008-04-26 | 2 | -3/+3 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 8 | -94/+128 |
* | Improve table-unit computation if proportional-column-width() is used | Simon Pepping | 2008-04-24 | 1 | -1/+4 |
* | First part of the implementation of stage 1 for advanced keeps (see Wiki): In... | Jeremias Maerki | 2008-04-15 | 6 | -78/+78 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 3 | -17/+28 |
* | Cleanup and minor refactoring: | Andreas L. Delmelle | 2008-03-23 | 4 | -17/+11 |
* | Merged revisions 636400-636405,636407-638388 via svnmerge from | Vincent Hennebert | 2008-03-18 | 1 | -3/+15 |
* | Removed no longer used borderAndPaddingBPD field | Vincent Hennebert | 2008-03-12 | 1 | -17/+0 |
* | Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd) | Vincent Hennebert | 2008-03-11 | 1 | -1/+1 |
* | Bugfix for row/body/col background painting when padding is used in the table... | Jeremias Maerki | 2008-03-10 | 1 | -8/+14 |
* | Bugfix: forced break ignored when the minimum height of a table-row isn't rea... | Vincent Hennebert | 2008-03-10 | 3 | -163/+204 |
* | Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le... | Jeremias Maerki | 2008-03-10 | 5 | -4/+18 |
* | - Fixed the rendering of the area of a table corresponding to border-separati... | Vincent Hennebert | 2008-03-05 | 5 | -134/+282 |
* | bpBeforeNormal and bpAfterNormal already include border-separation, no need t... | Vincent Hennebert | 2008-02-27 | 1 | -1/+0 |
* | Moved the getBody method into PrimaryGridUnit, since it's only needed there a... | Vincent Hennebert | 2008-02-26 | 1 | -1/+1 |
* | - added full support for keep-with-previous on table-row and in table-cell | Vincent Hennebert | 2008-02-25 | 7 | -241/+137 |
* | Fixed a bug leading to the content of row-spanning cells being duplicated at ... | Vincent Hennebert | 2008-02-19 | 1 | -5/+7 |
* | Moved to the FO tree stage the check for break-before/after on table-row whil... | Vincent Hennebert | 2008-02-13 | 1 | -14/+0 |
* | Added support for breaks before and after table cells | Vincent Hennebert | 2008-02-13 | 6 | -58/+54 |
* | Added full support for breaks inside table-cell elements | Vincent Hennebert | 2008-02-11 | 2 | -14/+62 |
* | Removed the 900 penalty mechanism which anyway almost always produced visuall... | Vincent Hennebert | 2008-02-08 | 6 | -281/+505 |
* | Of course startIndex == endIndex means there is one element whose length must... | Vincent Hennebert | 2008-01-27 | 1 | -1/+1 |
* | Fixed a bug in computeContentLength when there are empty cells | Vincent Hennebert | 2008-01-25 | 1 | -13/+19 |
* | Cleanup: | Vincent Hennebert | 2008-01-24 | 4 | -14/+14 |
* | Removed the no longer needed maxColumnCount parameter | Vincent Hennebert | 2008-01-24 | 3 | -16/+12 |
* | Added support for conditional borders (and paddings) in tables. | Vincent Hennebert | 2008-01-23 | 7 | -369/+549 |
* | Renamed lastRow into currentRow and yoffset into currentRowOffset | Vincent Hennebert | 2008-01-10 | 1 | -25/+27 |
* | The return value of addAreasAndFlushRow is never used, changed it to void | Vincent Hennebert | 2008-01-10 | 1 | -3/+1 |
* | Removed accumulatedBPD which is redundant with yoffset | Vincent Hennebert | 2008-01-10 | 1 | -3/+1 |
* | Removed endPart() method and moved its content into addAreasAndFlushRow() | Vincent Hennebert | 2008-01-10 | 2 | -7/+3 |
* | Simplified addAreasAndFlushRow | Vincent Hennebert | 2008-01-10 | 1 | -18/+2 |
* | No need to check if the end of the cell is reached when creating the areas fo... | Vincent Hennebert | 2008-01-10 | 1 | -2/+1 |
* | - renamed variables for clarity | Vincent Hennebert | 2008-01-10 | 1 | -33/+26 |
* | I said currentGU can no longer be null | Vincent Hennebert | 2007-12-19 | 1 | -4/+1 |
* | Streamlined the recording of row offsets, by replacing Map with a List. Fixed... | Vincent Hennebert | 2007-12-18 | 1 | -28/+46 |
* | Renamed firstRow into firstRowIndex and moved its initialization into handeTa... | Vincent Hennebert | 2007-12-18 | 1 | -8/+8 |
* | Simplification in RowPainter: avoid the use of an array to store rowOffsets a... | Vincent Hennebert | 2007-12-18 | 2 | -22/+24 |
* | Reset previousRowsLength before a new row-group is handled | Vincent Hennebert | 2007-12-18 | 1 | -0/+1 |
* | Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every ... | Vincent Hennebert | 2007-12-17 | 1 | -2/+2 |
* | Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ... | Vincent Hennebert | 2007-12-17 | 6 | -32/+33 |
* | Reduced visibility of methods from public to package-private | Vincent Hennebert | 2007-12-14 | 2 | -12/+12 |