]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #39777:
authorJeremias Maerki <jeremias@apache.org>
Mon, 31 Jul 2006 09:20:16 +0000 (09:20 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 31 Jul 2006 09:20:16 +0000 (09:20 +0000)
commita4647700ecca8653876ad97aa30457a9657ae14b
tree1d963490ba3ac2e3963e8c03a4266ec434e45f4a
parent47c0d7171b0500cc491b7037d88093a9ae5909b9
Bugzilla #39777:
Initial support for fo:float with float="before" and float="none".
Submitted by: Vincent Hennebert <vincent.hennebert.at.enseeiht.fr>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Floats@427052 13f79535-47bb-0310-9956-ffa450edef68
29 files changed:
src/java/org/apache/fop/area/BeforeFloat.java
src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/flow/Float.java
src/java/org/apache/fop/layoutmgr/AbstractBreaker.java
src/java/org/apache/fop/layoutmgr/BalancingColumnBreakingAlgorithm.java
src/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
src/java/org/apache/fop/layoutmgr/FloatBodyLayoutManager.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/FootnoteBodyLayoutManager.java
src/java/org/apache/fop/layoutmgr/InlineKnuthSequence.java
src/java/org/apache/fop/layoutmgr/KnuthBlockBox.java
src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java
src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
src/java/org/apache/fop/layoutmgr/StaticContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/breaking/OutOfLineRecord.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/FloatLayoutManager.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/KnuthInlineBox.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
status.xml
test/layoutengine/disabled-testcases.xml
test/layoutengine/standard-testcases/before-float_basic.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_complex.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_deferred_no-stretch.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_deferred_stretch.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_not-deferred_no-stretch_1.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_not-deferred_no-stretch_2.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/before-float_not-deferred_stretch.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/float_float_none_1.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/float_float_none_2.xml [new file with mode: 0644]