aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-08-16 13:06:38 +0000
committerKeiron Liddle <keiron@apache.org>2002-08-16 13:06:38 +0000
commit5c677a5dced5328af12ef96303015e4656f385e5 (patch)
tree3f4a603147a3921be6b8d61b652912206d8a4966 /status.xml
parent2bddcdef54e1544953538649d643b11476c2ea61 (diff)
downloadxmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.tar.gz
xmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.zip
cleanuup, updated status for line height
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/status.xml b/status.xml
index df9984fe8..611d0ae06 100644
--- a/status.xml
+++ b/status.xml
@@ -69,11 +69,6 @@ inactive??
retrieving. The marker can then be layed out as normal.
</action>
<action context="code" dev="open">
- Calculate line height.
- The line height needs to be calculated while finding breaks. This needs
- to include all the alignment and height details of the inline areas.
- </action>
- <action context="code" dev="open">
implement the caching mechanism to store pages
when a page contains a forward reference that has not been
resolved then we need to be able to save the page contents to
@@ -127,6 +122,11 @@ inactive??
<changes>
<release version="?" date="2002">
<action dev="KLL" type="update" context="code">
+ Calculate line height.
+ The line height is calculated while finding breaks.
+ Improved alignment to use the breaks and context.
+ </action>
+ <action dev="KLL" type="update" context="code">
Updated batik with change to TextPainter interface and UserAgent.
Improved PDFTextPainter to handle more types of text.
</action>
@@ -283,6 +283,10 @@ inactive??
<action dev="KL" type="add" context="code">
New layout system using layout managers
</action>
+ <action dev="KL" type="add" context="code">
+ Implemented handlers for whitespace handling that collapse whitespace
+ better in various places
+ </action>
<action dev="KLL" type="update" context="code">
Changed area tree xml format to match the area tree hierarchy
</action>