aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-252-12/+13
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-2522-257/+396
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-1/+4
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-182-36/+29
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-1519-187/+345
* Merged branchJeremias Maerki2008-04-1417-113/+512
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-2319-139/+79
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-184-12/+33
* Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...Vincent Hennebert2008-03-143-8/+6
* Bugzilla #44412:Jeremias Maerki2008-03-143-6/+8
* 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
* Need to clean up after myself.Jeremias Maerki2008-03-102-3/+2
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-104-171/+209
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-1020-124/+185
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-056-135/+367
* Bugfix: If there's shrink available in an auto-height situation, the differen...Jeremias Maerki2008-03-041-1/+7
* 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-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