| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 1 | -12/+11 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 1 | -3/+12 |
* | Bugzilla 46905: Added basic implementation for column-level keeps. | Andreas L. Delmelle | 2009-08-23 | 1 | -11/+10 |
* | Added missing generation of areas for empty grid units in tables with collaps... | Jeremias Maerki | 2008-08-29 | 1 | -3/+11 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1 | -31/+31 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 1 | -12/+11 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 1 | -13/+37 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 1 | -14/+20 |
* | First part of the implementation of stage 1 for advanced keeps (see Wiki): In... | Jeremias Maerki | 2008-04-15 | 1 | -1/+6 |
* | - Fixed the rendering of the area of a table corresponding to border-separati... | Vincent Hennebert | 2008-03-05 | 1 | -99/+65 |
* | 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 | 1 | -45/+46 |
* | Added support for breaks before and after table cells | Vincent Hennebert | 2008-02-13 | 1 | -5/+10 |
* | Removed the 900 penalty mechanism which anyway almost always produced visuall... | Vincent Hennebert | 2008-02-08 | 1 | -2/+2 |
* | Cleanup: | Vincent Hennebert | 2008-01-24 | 1 | -3/+3 |
* | Removed the no longer needed maxColumnCount parameter | Vincent Hennebert | 2008-01-24 | 1 | -1/+2 |
* | Added support for conditional borders (and paddings) in tables. | Vincent Hennebert | 2008-01-23 | 1 | -13/+19 |
* | Removed endPart() method and moved its content into addAreasAndFlushRow() | Vincent Hennebert | 2008-01-10 | 1 | -1/+0 |
* | Simplification in RowPainter: avoid the use of an array to store rowOffsets a... | Vincent Hennebert | 2007-12-18 | 1 | -0/+1 |
* | Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ... | Vincent Hennebert | 2007-12-17 | 1 | -1/+1 |
* | Reduced visibility of methods from public to package-private | Vincent Hennebert | 2007-12-14 | 1 | -8/+8 |
* | Removed calls to removeLegalBreaks since they aren't necessary (the whole con... | Vincent Hennebert | 2007-12-13 | 1 | -2/+0 |
* | Bugfix: the last element generated by the merging algorithm may now be a glue | Vincent Hennebert | 2007-11-21 | 1 | -1/+2 |
* | Moved EffRow to the fo.flow.table package | Vincent Hennebert | 2007-11-14 | 1 | -0/+1 |
* | Cleaned up RowGroupLayoutManager and TableRowIterator | Vincent Hennebert | 2007-11-13 | 1 | -7/+4 |
* | Moved *GridUnit from layoutmgr/table to fo/flow/table | Vincent Hennebert | 2007-11-13 | 1 | -0/+1 |
* | Moved table-related FObj into new o.a.fop.fo.flow.table package | Vincent Hennebert | 2007-11-05 | 1 | -3/+3 |
* | Bugfix for NPE with empty table-row (regression from 0.93). | Jeremias Maerki | 2007-10-15 | 1 | -9/+5 |
* | Move the handling of breaks back in TableContentLM | Vincent Hennebert | 2007-08-02 | 1 | -4/+31 |
* | First step at introducing a layout manager for a row-group | Vincent Hennebert | 2007-08-02 | 1 | -361/+3 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -2/+2 |
* | Fixes in the steps computation: | Vincent Hennebert | 2007-07-12 | 1 | -3/+0 |
* | Bugfixes: | Vincent Hennebert | 2007-04-30 | 1 | -3/+15 |
* | Fix a NPE when break-before is specified on the first row of a table, and whe... | Vincent Hennebert | 2007-04-26 | 1 | -9/+2 |
* | Bugfix for keep-with-next inside tables: | Jeremias Maerki | 2007-04-01 | 1 | -0/+6 |
* | TableRowIterator: | Vincent Hennebert | 2007-03-28 | 1 | -1/+0 |
* | Factorize in a method the code handling TableContentPosition elements, in Tab... | Vincent Hennebert | 2007-03-27 | 1 | -22/+22 |
* | Documentation, cleanup, log statements in the table layout code. | Vincent Hennebert | 2007-03-19 | 1 | -6/+14 |
* | Extract sub-classes from TableContentLayoutManager and make them top-level cl... | Vincent Hennebert | 2007-03-06 | 1 | -192/+1 |
* | 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 | 1 | -240/+2 |
* | Javadoc for the table layout code | Vincent Hennebert | 2007-02-08 | 1 | -2/+3 |
* | Small improvements of the table layout code: | Vincent Hennebert | 2006-11-24 | 1 | -36/+32 |
* | Bugfix: Nested tables with headers and footers were not handled correctly and... | Jeremias Maerki | 2006-10-07 | 1 | -0/+11 |
* | Implemented limited support for extension properties through new methods on E... | Jeremias Maerki | 2006-09-11 | 1 | -2/+12 |
* | 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 | 1 | -16/+19 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Bugfix: tables nested in inline elements caused a NullPointerException. | Jeremias Maerki | 2006-05-15 | 1 | -0/+5 |
* | Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p... | Jeremias Maerki | 2006-03-15 | 1 | -1/+1 |