Browse Source

latest changes, working on tables


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195154 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Keiron Liddle 22 years ago
parent
commit
3fc166eda3
1 changed files with 28 additions and 25 deletions
  1. 28
    25
      status.xml

+ 28
- 25
status.xml View File

@@ -29,21 +29,7 @@ inactive??
<todo>
<actions priority="high">
<action context="code" dev="open">
sort out page sequence details
</action>
<action context="code" dev="open">
complete resolving id areas
</action>

<action context="code" dev="open">
Add id areas to page when area added.
When the layout managers add an area to the page it can also add the id
information.
</action>
<action context="code" dev="open">
Resolve id references on other pages, extensions.
When an id is added to a page this will allow id references to be
resolved.
Sort out page sequence details and page numbering.
</action>
<action context="code" dev="open">
Add markers to page when areas added.
@@ -62,7 +48,7 @@ inactive??
resolved then we need to be able to save the page contents to
disk to save memory
</action>
<action context="code" dev="open">
<action context="code" dev="KLL">
Implement table layout.
The table layout will use the same technique as the block layout. It
will locate suitable breaks between rows or inside rows until table
@@ -78,15 +64,6 @@ inactive??
Implemented spacing between blocks and the adjustment to
actual height when adding areas.
</action>
<action context="code" dev="open">
Get bookmark extension working.
Make sure the extension id references are resolved. Once the data is
fully resolved then implement a way for the pdf renderer to add the
bookmarks. See branch for code how to add bookmarks.
</action>
<action context="code" dev="open">
add the pdf side part of bookmark extension
</action>

</actions>

@@ -116,6 +93,32 @@ inactive??

<changes>
<release version="?" date="2002">
<action context="code" dev="KLL" type="update">
Implemented link part of basic link. Internal desitnation
is resolved. The link is a trait on the inline parent.
</action>
<action context="code" dev="KLL" type="update">
Got bookmark extension working.
Make sure the extension id references are resolved. Once the data is
fully resolved then implement a way for the pdf renderer to add the
bookmarks. See branch for code how to add bookmarks.
</action>
<action context="code" dev="KLL" type="update">
add the pdf side part of bookmark extension
</action>
<action context="code" dev="KLL" type="update">
complete resolving id areas
</action>
<action context="code" dev="KLL" type="update">
Add id areas to page when area added.
When the layout managers add an area to the page it can also add the id
information.
</action>
<action context="code" dev="KLL" type="update">
Resolve id references on other pages, extensions.
When an id is added to a page this will allow id references to be
resolved.
</action>
<action context="code" dev="KLL" type="update">
Fixed a bug in the TTFReader where it tried to read
values for the end character. Handles unsupported

Loading…
Cancel
Save