aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-807/+0
* FOP-2443: Repeated Table headers and footers with markers are not being treat...Simon Steiner2015-02-061-0/+10
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-101-3/+1
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-131-5/+14
|\
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-311-5/+14
* | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-141-0/+1
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+1
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-241-2/+2
|\
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-081-2/+2
* | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-151-1/+1
|/
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-2/+185
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-1/+1
* 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