aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table
Commit message (Expand)AuthorAgeFilesLines
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-133-5/+16
|\
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-313-5/+16
* | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-141-0/+1
* | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-57/+11
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-132-2/+2
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-072-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-094-7/+5
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-1/+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-284-8/+333
* Bugzilla #45715: Restored support for break-before on fo:table.Vincent Hennebert2012-09-041-1/+2
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-166-8/+23
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left writi...Glenn Adams2012-04-203-8/+10
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-141-5/+2
* Buzilla #51807: Fixed small memory waste in rowCells array construction.Glenn Adams2012-04-051-1/+1
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-0/+1
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* apply complex scripts patchGlenn Adams2012-02-261-0/+42
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-221-6/+2
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-3/+1
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-272-2/+2
* Fixed indentationVincent Hennebert2010-08-272-6/+6
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-142-14/+11
* Bugzilla #49733:Jeremias Maerki2010-08-147-19/+22
* Bugfix: NPE when there is a forced break before a table occurring at an IPD c...Vincent Hennebert2010-03-151-0/+18
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-227-33/+31
* Bugzilla #48082: value of conditional space not always taken into account in ...Vincent Hennebert2009-10-291-0/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-153-14/+14
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-238-101/+77
* Changes from revision 768320 introduced another bug: footnotes from later ste...Vincent Hennebert2009-05-011-14/+18
* Bugfix: footnotes occurring within the forced height of a table row did not a...Vincent Hennebert2009-04-241-10/+16
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-2/+2
* Added missing generation of areas for empty grid units in tables with collaps...Jeremias Maerki2008-08-292-8/+111
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-312-10/+24
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2414-167/+167
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+0
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-215-20/+23
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-6/+6
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-093-17/+20
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-093-23/+47
* Bugzilla 37579: added support for footnotes in lists and table bodies (not he...Vincent Hennebert2008-05-282-2/+34
* Replaced hack in TableStepper to get the steps' penalty values with a more pr...Vincent Hennebert2008-05-122-11/+16
* 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-262-3/+3
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-258-94/+128
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-1/+4
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-156-78/+78