| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a list of active cells for computing steps, continued: | Vincent Hennebert | 2007-07-09 | 1 | -59/+56 |
* | Cleaner way to handle border-separation in ActiveCell | Vincent Hennebert | 2007-07-06 | 1 | -11/+7 |
* | Add a signalMinStep method in ActiveCell | Vincent Hennebert | 2007-07-06 | 1 | -18/+24 |
* | Move the getNextStep method into ActiveCell | Vincent Hennebert | 2007-07-06 | 1 | -86/+65 |
* | Remove decrease of activeRowIndex when backtracking | Vincent Hennebert | 2007-07-06 | 1 | -10/+1 |
* | Organize imports and remove no longer used methods | Vincent Hennebert | 2007-07-06 | 1 | -15/+0 |
* | First step towards using a list of active cells for computing steps | Vincent Hennebert | 2007-07-06 | 1 | -258/+221 |
* | Bugfixes: | Vincent Hennebert | 2007-04-30 | 3 | -66/+48 |
* | Fix a NPE when break-before is specified on the first row of a table, and whe... | Vincent Hennebert | 2007-04-26 | 2 | -16/+2 |
* | Make keep-with-next and keep-with-previous work on fo:table | Vincent Hennebert | 2007-04-26 | 1 | -0/+6 |
* | Fix the handling of padding for spanning cells in the collapsing-border model | Vincent Hennebert | 2007-04-20 | 1 | -2/+2 |
* | Fix the computation of cells' IPD when they contain children with forced breaks. | Vincent Hennebert | 2007-04-20 | 1 | -71/+48 |
* | Bugfix: update dx also for grid units having no border, in the addAreas method | Vincent Hennebert | 2007-04-19 | 1 | -31/+29 |
* | - remove call to addPadding in TraitSetter.addCollapsingBorders | Vincent Hennebert | 2007-04-19 | 1 | -0/+2 |
* | Fix the handling of forced breaks which were sometimes counted twice. | Vincent Hennebert | 2007-04-18 | 1 | -16/+6 |
* | Extract the logic for advancing to the next grid row, from the getNextStep me... | Vincent Hennebert | 2007-04-18 | 1 | -53/+56 |
* | ... and correct the test for early returning if stepFound is false | Vincent Hennebert | 2007-04-18 | 1 | -1/+1 |
* | Replace the seqCount integer with a stepFound boolean in the getNextStep method | Vincent Hennebert | 2007-04-18 | 1 | -3/+3 |
* | Replace the array of forced breaks with a single boolean, which should be eno... | Vincent Hennebert | 2007-04-18 | 1 | -12/+4 |
* | - add a columnCount field for clarity | Vincent Hennebert | 2007-04-17 | 1 | -19/+19 |
* | In collapsing-border model, tables have no padding and borders are determined... | Vincent Hennebert | 2007-04-02 | 1 | -2/+4 |
* | Bugfix for keep-with-next inside tables: | Jeremias Maerki | 2007-04-01 | 1 | -0/+6 |
* | - fix the painting of borders for spanning cells in collapsing model | Vincent Hennebert | 2007-03-30 | 2 | -95/+127 |
* | Replace deprecated addBorders method with the new ones in addAreas | Vincent Hennebert | 2007-03-28 | 1 | -2/+4 |
* | TableRowIterator: | Vincent Hennebert | 2007-03-28 | 3 | -119/+121 |
* | Factorize in a method the code handling TableContentPosition elements, in Tab... | Vincent Hennebert | 2007-03-27 | 1 | -22/+22 |
* | Some more comments for RowPainter. | Jeremias Maerki | 2007-03-23 | 2 | -1/+18 |
* | Better document some of the code in RowPainter. | Jeremias Maerki | 2007-03-23 | 1 | -7/+23 |
* | Avoid an IndexOutOfBoundsException when more columns are used than are specif... | Jeremias Maerki | 2007-03-23 | 1 | -2/+8 |
* | Documentation, cleanup, log statements in the table layout code. | Vincent Hennebert | 2007-03-19 | 7 | -68/+165 |
* | Some javadoc and variables renaming in TableStepper. | Vincent Hennebert | 2007-03-13 | 1 | -28/+46 |
* | Extract sub-classes from TableContentLayoutManager and make them top-level cl... | Vincent Hennebert | 2007-03-06 | 7 | -197/+282 |
* | Small simplification: remove an unneeded parameter from the getContentHeight ... | Vincent Hennebert | 2007-03-01 | 1 | -3/+8 |
* | Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd... | Vincent Hennebert | 2007-03-01 | 1 | -3/+1 |
* | Extract RowPainter from TableContentLayoutManager and make it a top-level class. | Vincent Hennebert | 2007-02-28 | 2 | -240/+279 |
* | Add code guards around log statements for better performance when they are di... | Vincent Hennebert | 2007-02-28 | 1 | -2/+6 |
* | Rename a local variable in the getNextStep method for clarity, and convert it... | Vincent Hennebert | 2007-02-27 | 1 | -3/+3 |
* | Add log messages to help understand the code | Vincent Hennebert | 2007-02-27 | 1 | -4/+7 |
* | Javadoc for the table layout code | Vincent Hennebert | 2007-02-08 | 4 | -14/+50 |
* | Small improvements of the table layout code: | Vincent Hennebert | 2006-11-24 | 7 | -278/+402 |
* | Bugfix: Fixed bug when the sum of column widths of a table is larger than the... | Jeremias Maerki | 2006-11-06 | 2 | -4/+27 |
* | Bugfix: Nested tables with headers and footers were not handled correctly and... | Jeremias Maerki | 2006-10-07 | 2 | -6/+33 |
* | Create a class-specific logger for each LayoutManager which uses a logger. | Simon Pepping | 2006-10-05 | 2 | -0/+14 |
* | Implemented limited support for extension properties through new methods on E... | Jeremias Maerki | 2006-09-11 | 1 | -2/+12 |
* | Rework of default column-creation and setting column-widths from the first ro... | Andreas L. Delmelle | 2006-08-21 | 3 | -36/+89 |
* | Small update in the table-layout code | Andreas L. Delmelle | 2006-08-08 | 1 | -2/+3 |
* | Small update in the table-layout code | Andreas L. Delmelle | 2006-08-08 | 2 | -17/+20 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 15 | -75/+90 |
* | Bugfix: tables nested in inline elements caused a NullPointerException. | Jeremias Maerki | 2006-05-15 | 2 | -11/+6 |
* | Bugzilla #39443: | Jeremias Maerki | 2006-05-07 | 1 | -1/+1 |