aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-221-6/+2
* Fixed indentationVincent Hennebert2010-08-271-4/+4
* Bugzilla #49733:Jeremias Maerki2010-08-141-11/+4
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-10/+9
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-1/+1
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-21/+22
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-2/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-8/+8
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-2/+2
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-6/+6
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-10/+13
* Fix that preserves the final status of the fobj member variable.Adrian Cumiskey2008-05-031-1/+0
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-2/+2
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-21/+10
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-58/+15
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-5/+5
* Removed no longer used borderAndPaddingBPD fieldVincent Hennebert2008-03-121-17/+0
* Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd)Vincent Hennebert2008-03-111-1/+1
* Bugfix for row/body/col background painting when padding is used in the table...Jeremias Maerki2008-03-101-8/+14
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-3/+4
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-051-24/+61
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-1/+4
* Added support for breaks before and after table cellsVincent Hennebert2008-02-131-1/+11
* Cleanup:Vincent Hennebert2008-01-241-3/+3
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-110/+147
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-11/+0
* Bugzilla #43803: table cells having no children are allowed in relaxed valida...Vincent Hennebert2007-11-201-6/+14
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-2/+2
* Clean up the handling of startIndentVincent Hennebert2007-08-021-25/+14
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-10/+10
* Fix the handling of padding for spanning cells in the collapsing-border modelVincent Hennebert2007-04-201-2/+2
* Fix the computation of cells' IPD when they contain children with forced breaks.Vincent Hennebert2007-04-201-71/+48
* Bugfix: update dx also for grid units having no border, in the addAreas methodVincent Hennebert2007-04-191-31/+29
* - remove call to addPadding in TraitSetter.addCollapsingBordersVincent Hennebert2007-04-191-0/+2
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-301-85/+94
* Replace deprecated addBorders method with the new ones in addAreasVincent Hennebert2007-03-281-2/+4
* Small simplification: remove an unneeded parameter from the getContentHeight ...Vincent Hennebert2007-03-011-3/+8
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+2
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-311-2/+2
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-1/+2
* Added support for border-separation.block-progression-direction (only inline-...Jeremias Maerki2005-11-241-7/+6
* Fix for bug #37415Andreas L. Delmelle2005-11-081-1/+1
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-35/+54
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-20/+65
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-7/+10
* Bugfix: Fixes table-cell7 where display-align was off when border and/or padd...Jeremias Maerki2005-07-281-4/+4