summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-03-07 10:21:57 +0000
committerfotis <fotis@unknown>2000-03-07 10:21:57 +0000
commit8aab13f7cecbd90807e13900e338d316ef856a8c (patch)
treea86d3ae908f6e0b378768fc545a4d5426190e82d /STATUS
parente66d37a4c5c57f0a100bf39b47a078c860e5bcba (diff)
downloadxmlgraphics-fop-8aab13f7cecbd90807e13900e338d316ef856a8c.tar.gz
xmlgraphics-fop-8aab13f7cecbd90807e13900e338d316ef856a8c.zip
adds work done or happening by G. Pati, J. Smith and S. Coffman
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS19
1 files changed, 9 insertions, 10 deletions
diff --git a/STATUS b/STATUS
index b8e55052f..eb071b7ad 100644
--- a/STATUS
+++ b/STATUS
@@ -4,11 +4,13 @@ STATUS
Things worked on:
-rewrite of the org.apache.fop.layout (implements xsl 2000) [James Tauber]
+rewrite of the org.apache.fop.layout in a new package (implements xsl 2000) [James Tauber]
image support [Eric Schaeffer, Pankaj Narula]
simple-links [Arved Sandstrom]
SVG support [Keiron Liddle][Torsten Friebe]
-borders and absolute positioning [Jon Smirl]
+more borders, padding and absolute positioning [Jon Smirl]
+smooth shading in PDF [Steve Coffman]
+
Things to do:
@@ -18,17 +20,13 @@ Get images working
[PARTIAL] Implement basic keeps
[PARTIAL] Incorporate Eric Schaeffer's further table fixes
Implement MessageHandler (or similar)
+Support XSL Working Draft 12 January 2000
Other Bugs to fix:
colour not continued onto subsequent pages if coloured block goes over page
simple-link doesn't seem to work (I think I, JKT, broke it)
-Todo's
-
-- Support XSL Working Draft 12 January 2000
-- Makefile: Avoid recompilation of all files, fix some smaller problems
-
with AWT Previewer:
- currently the layout process uses PDF fonts. This gives sometimes
@@ -43,11 +41,12 @@ with AWT Previewer:
History
+Done since 0.12.1 release
+- using Ant to build Fop instead of make [Giacomo Pati]
+- borders, padding and absolute positioning [Jon Smirl]
+
0.12.1 release
to make the bug fix on XTCommandLine available to non developers
-
-Done since 0.12.0 release:
-
basic support for padding-{top,left,bottom,right} on blocks.
implemented simple-link (don't think it works, though)
XTCommandLine now works again