aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-12/+11
* Bugzilla #49733:Jeremias Maerki2010-08-141-3/+12
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-11/+10
* Added missing generation of areas for empty grid units in tables with collaps...Jeremias Maerki2008-08-291-3/+11
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-31/+31
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-12/+11
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-13/+37
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-14/+20
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-1/+6
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-051-99/+65
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-261-1/+1
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-45/+46
* Added support for breaks before and after table cellsVincent Hennebert2008-02-131-5/+10
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-081-2/+2
* Cleanup:Vincent Hennebert2008-01-241-3/+3
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-241-1/+2
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-13/+19
* Removed endPart() method and moved its content into addAreasAndFlushRow()Vincent Hennebert2008-01-101-1/+0
* Simplification in RowPainter: avoid the use of an array to store rowOffsets a...Vincent Hennebert2007-12-181-0/+1
* Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ...Vincent Hennebert2007-12-171-1/+1
* Reduced visibility of methods from public to package-privateVincent Hennebert2007-12-141-8/+8
* Removed calls to removeLegalBreaks since they aren't necessary (the whole con...Vincent Hennebert2007-12-131-2/+0
* Bugfix: the last element generated by the merging algorithm may now be a glueVincent Hennebert2007-11-211-1/+2
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+1
* Cleaned up RowGroupLayoutManager and TableRowIteratorVincent Hennebert2007-11-131-7/+4
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+1
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-3/+3
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-151-9/+5
* Move the handling of breaks back in TableContentLMVincent Hennebert2007-08-021-4/+31
* First step at introducing a layout manager for a row-groupVincent Hennebert2007-08-021-361/+3
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* Fixes in the steps computation:Vincent Hennebert2007-07-121-3/+0
* Bugfixes:Vincent Hennebert2007-04-301-3/+15
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-261-9/+2
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+6
* TableRowIterator:Vincent Hennebert2007-03-281-1/+0
* Factorize in a method the code handling TableContentPosition elements, in Tab...Vincent Hennebert2007-03-271-22/+22
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-6/+14
* Extract sub-classes from TableContentLayoutManager and make them top-level cl...Vincent Hennebert2007-03-061-192/+1
* Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...Vincent Hennebert2007-03-011-3/+1
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-281-240/+2
* Javadoc for the table layout codeVincent Hennebert2007-02-081-2/+3
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-36/+32
* Bugfix: Nested tables with headers and footers were not handled correctly and...Jeremias Maerki2006-10-071-0/+11
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-2/+12
* Small update in the table-layout codeAndreas L. Delmelle2006-08-081-2/+3
* Small update in the table-layout codeAndreas L. Delmelle2006-08-081-16/+19
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: tables nested in inline elements caused a NullPointerException.Jeremias Maerki2006-05-151-0/+5
* Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...Jeremias Maerki2006-03-151-1/+1