/[Apache-SVN]
ViewVC logotype

Revision 619854


Jump to revision: Previous Next
Author: vhennebert
Date: Fri Feb 8 12:11:04 2008 UTC (16 years, 4 months ago)
Changed paths: 18
Log Message:
Removed the 900 penalty mechanism which anyway almost always produced visually bad results. Now the first step for a row is computed so that each cell starting on it can contribute some content.
Used a similar mechanism to replace backtracking: the current row is now allowed to grow as long as there is not enough space on the current page to make the next row fit. The next row is "delayed", so this mechanism is called "row-delaying"


Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ActiveCell.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/CellPart.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_2.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_border-collapse_collapse_conditionals.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_border-collapse_collapse_omitHF.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_border-collapse_separate_border-spacing_2.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_border_padding_2.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_bug36403.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_bug37270.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_empty-cells.xml modified , text changed
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_row-delay.xml added
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_row-delay_fixed-row-height.xml added
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_row-delay_header-footer.xml added
Directoryxmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_space-before_space-after_1.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26