aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged branchJeremias Maerki2008-04-143-17/+28
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-234-17/+11
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-3/+15
* 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
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-103-163/+204
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-105-4/+18
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-055-134/+282
* bpBeforeNormal and bpAfterNormal already include border-separation, no need t...Vincent Hennebert2008-02-271-1/+0
* 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-257-241/+137
* Fixed a bug leading to the content of row-spanning cells being duplicated at ...Vincent Hennebert2008-02-191-5/+7
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-131-14/+0
* Added support for breaks before and after table cellsVincent Hennebert2008-02-136-58/+54
* Added full support for breaks inside table-cell elementsVincent Hennebert2008-02-112-14/+62
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-086-281/+505
* Of course startIndex == endIndex means there is one element whose length must...Vincent Hennebert2008-01-271-1/+1
* Fixed a bug in computeContentLength when there are empty cellsVincent Hennebert2008-01-251-13/+19
* Cleanup:Vincent Hennebert2008-01-244-14/+14
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-243-16/+12
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-237-369/+549
* Renamed lastRow into currentRow and yoffset into currentRowOffsetVincent Hennebert2008-01-101-25/+27
* The return value of addAreasAndFlushRow is never used, changed it to voidVincent Hennebert2008-01-101-3/+1
* Removed accumulatedBPD which is redundant with yoffsetVincent Hennebert2008-01-101-3/+1
* Removed endPart() method and moved its content into addAreasAndFlushRow()Vincent Hennebert2008-01-102-7/+3
* Simplified addAreasAndFlushRowVincent Hennebert2008-01-101-18/+2
* No need to check if the end of the cell is reached when creating the areas fo...Vincent Hennebert2008-01-101-2/+1
* - renamed variables for clarityVincent Hennebert2008-01-101-33/+26
* I said currentGU can no longer be nullVincent Hennebert2007-12-191-4/+1
* Streamlined the recording of row offsets, by replacing Map with a List. Fixed...Vincent Hennebert2007-12-181-28/+46
* Renamed firstRow into firstRowIndex and moved its initialization into handeTa...Vincent Hennebert2007-12-181-8/+8
* Simplification in RowPainter: avoid the use of an array to store rowOffsets a...Vincent Hennebert2007-12-182-22/+24
* Reset previousRowsLength before a new row-group is handledVincent Hennebert2007-12-181-0/+1
* Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every ...Vincent Hennebert2007-12-171-2/+2
* Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ...Vincent Hennebert2007-12-176-32/+33
* Reduced visibility of methods from public to package-privateVincent Hennebert2007-12-142-12/+12