| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugzilla #42067: | Jeremias Maerki | 2007-05-07 | 2 | -25/+63 |
* | 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 | 2 | -71/+50 |
* | 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 | 2 | -2/+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 |
* | Fixes for issues introduced with fox:destination: | Jeremias Maerki | 2007-04-04 | 1 | -2/+8 |
* | Allow for the case where a block-container occurs inside an inline | Simon Pepping | 2007-04-03 | 1 | -3/+7 |
* | In collapsing-border model, tables have no padding and borders are determined... | Vincent Hennebert | 2007-04-02 | 1 | -2/+4 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -0/+3 |
* | 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 | 3 | -97/+129 |
* | 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 |
* | Small improvements in the SpaceResolver class: | Vincent Hennebert | 2007-03-22 | 1 | -3/+3 |
* | Documentation, cleanup, log statements in the table layout code. | Vincent Hennebert | 2007-03-19 | 9 | -70/+185 |
* | Some javadoc and variables renaming in TableStepper. | Vincent Hennebert | 2007-03-13 | 1 | -28/+46 |
* | Fixed an IllegalArgumentException for absolutely positioned block-containers ... | Jeremias Maerki | 2007-03-12 | 1 | -1/+3 |
* | Extract sub-classes from TableContentLayoutManager and make them top-level cl... | Vincent Hennebert | 2007-03-06 | 7 | -197/+282 |
* | Tweak: add FO context info to clarify the message. | Andreas L. Delmelle | 2007-03-02 | 1 | -2/+2 |
* | Tweak: add FO context info to clarify the message. | Andreas L. Delmelle | 2007-03-02 | 1 | -1/+2 |
* | 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 |
* | Bugzilla 41652: | Andreas L. Delmelle | 2007-02-22 | 1 | -4/+3 |
* | Javadoc for the table layout code | Vincent Hennebert | 2007-02-08 | 4 | -14/+50 |
* | Fix for bug 41019, minor changes to a few testcases as now a different set of... | Luca Furini | 2007-01-30 | 2 | -7/+32 |
* | Bugzilla #41426: | Jeremias Maerki | 2007-01-22 | 1 | -2/+2 |
* | Two Knuth boxes following each other should only be considered for an additio... | Manuel Mall | 2007-01-14 | 1 | -1/+3 |
* | Initial support for soft hyphens | Manuel Mall | 2007-01-13 | 1 | -43/+87 |
* | Code cleanup: | Andreas L. Delmelle | 2007-01-11 | 3 | -3/+3 |
* | Added support for line-height-shift-adjustment property | Manuel Mall | 2007-01-11 | 1 | -6/+9 |
* | Fix for new linebreaking in combination with hyphenation not correctly breaki... | Manuel Mall | 2007-01-11 | 1 | -21/+25 |
* | Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to... | Manuel Mall | 2006-12-22 | 1 | -287/+355 |
* | Small improvements of the table layout code: | Vincent Hennebert | 2006-11-24 | 8 | -279/+403 |