aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from Adrian Cumiskey2008-04-182-36/+29
* Merged revisions 648381 via svnmerge from Adrian Cumiskey2008-04-1619-187/+345
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-1417-113/+512
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-0138-600/+886
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-258-243/+192
* Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al...Jeremias Maerki2008-02-251-7/+13
* 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
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-188/+188
* Simplification.Jeremias Maerki2008-02-121-4/+3
* Bugzilla #44393:Jeremias Maerki2008-02-121-1/+3
* Better javadoc for break classVincent Hennebert2008-02-112-5/+19
* Added full support for breaks inside table-cell elementsVincent Hennebert2008-02-112-14/+62
* In addKnuthElementsForBorderPaddingXXX, if the returnlist is aSimon Pepping2008-02-081-0/+16
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-086-281/+505
* Bugzilla #36391:Jeremias Maerki2008-02-061-36/+63
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-282-2/+10
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-283-9/+24
* 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-238-390/+566
* Bugzilla #44160:Jeremias Maerki2008-01-221-5/+9
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-16/+11
* java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...Jeremias Maerki2008-01-141-1/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-113-86/+226
* 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
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-2711-539/+976
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-201-4/+28
* Remove commented code.Jeremias Maerki2007-12-202-166/+2
* 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
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-1416-257/+0
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-132-0/+37
* Removed calls to removeLegalBreaks since they aren't necessary (the whole con...Vincent Hennebert2007-12-132-37/+10
* Avoid a NPE in toString().Jeremias Maerki2007-12-071-9/+10