]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
more things to do
authorKeiron Liddle <keiron@apache.org>
Fri, 13 Sep 2002 10:23:56 +0000 (10:23 +0000)
committerKeiron Liddle <keiron@apache.org>
Fri, 13 Sep 2002 10:23:56 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195179 13f79535-47bb-0310-9956-ffa450edef68

status.xml

index 2b567527ff5bf58824eea491ac346512a58b10e8..ee6aef97ba5dbb3dec40c8cdd0c740cc3c73fe7e 100644 (file)
@@ -61,9 +61,39 @@ inactive??
       the area tree. 
     </action>
     <action context="code" dev="open">
-      Implemented spacing between blocks and the adjustment to
+      Implement spacing between blocks and the adjustment to
       actual height when adding areas.
     </action>
+    <action context="code" dev="open">
+      Implement force page breaks.
+    </action>
+    <action context="code" dev="open">
+      Implement page columns.
+      Each column will need to layout until the page is complete.
+      Need to improve the way that breaks are stored.
+    </action>
+    <action context="code" dev="open">
+      Implement footnote.
+      A footnote creates an inline parent and a block that is put into
+      the footnote area.
+    </action>
+    <action context="code" dev="open">
+      Implement border and background for block and inline areas.
+    </action>
+    <action context="code" dev="open">
+      Implement floats.
+      A float adds an anchor inline or block area to the parent
+      and a block is added to the nearest reference area. The
+      reference area layout manager needs to check it fits and
+      adjust ipd available to line areas.
+    </action>
+    <action context="code" dev="open">
+      Sort out writing directions and stacking.
+      All blocks and line areas can be stack in different directions
+      depending on writing mode and orientation.
+      Need to ensure that all areas can be stacked properly in the
+      correct direction.
+    </action>
 
    </actions>
 
@@ -94,7 +124,13 @@ inactive??
   <changes>
    <release version="?" date="2002">
     <action context="code" dev="KLL" type="update">
-      Implemented link part of basic link. Internal desitnation
+      Started table layout managers.
+    </action>
+    <action context="code" dev="KLL" type="update">
+      Implemented render pages model.
+    </action>
+    <action context="code" dev="KLL" type="update">
+      Implemented link part of basic link. Internal destination
       is resolved. The link is a trait on the inline parent.
     </action>
     <action context="code" dev="KLL" type="update">