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
tags/Alt-Design-integration-base
Keiron Liddle 22 years ago
parent
commit
514cf028e7
1 changed files with 28 additions and 25 deletions
  1. 28
    25
      status.xml

+ 28
- 25
status.xml View File

<todo> <todo>
<actions priority="high"> <actions priority="high">
<action context="code" dev="open"> <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>
<action context="code" dev="open"> <action context="code" dev="open">
Add markers to page when areas added. Add markers to page when areas added.
resolved then we need to be able to save the page contents to resolved then we need to be able to save the page contents to
disk to save memory disk to save memory
</action> </action>
<action context="code" dev="open">
<action context="code" dev="KLL">
Implement table layout. Implement table layout.
The table layout will use the same technique as the block layout. It The table layout will use the same technique as the block layout. It
will locate suitable breaks between rows or inside rows until table will locate suitable breaks between rows or inside rows until table
Implemented spacing between blocks and the adjustment to Implemented spacing between blocks and the adjustment to
actual height when adding areas. actual height when adding areas.
</action> </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> </actions>




<changes> <changes>
<release version="?" date="2002"> <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"> <action context="code" dev="KLL" type="update">
Fixed a bug in the TTFReader where it tried to read Fixed a bug in the TTFReader where it tried to read
values for the end character. Handles unsupported values for the end character. Handles unsupported

Loading…
Cancel
Save