diff options
author | jtauber <jtauber@unknown> | 1999-11-25 19:21:12 +0000 |
---|---|---|
committer | jtauber <jtauber@unknown> | 1999-11-25 19:21:12 +0000 |
commit | a476ff2b906f937cdead665a3b30472c4dc21f1d (patch) | |
tree | d2a20c94411568279d8309f71cb8a0c9cd06b4d3 /STATUS | |
parent | 0ea8dc71fb06d38c155d3a13184f214ea3257ac1 (diff) | |
download | xmlgraphics-fop-a476ff2b906f937cdead665a3b30472c4dc21f1d.tar.gz xmlgraphics-fop-a476ff2b906f937cdead665a3b30472c4dc21f1d.zip |
Added AWT Viewer contributed by Albers+Frommberger (af-software.de)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -11,8 +11,25 @@ Get images working [PARTIAL] Implement basic keeps [DONE]Incorporate Eric Schaeffer's fix to tables in static-content [DONE] Incorporate Kelly Campell's fixes to GifJpegImage +Incorporate Eric Schaeffer's further table fixes +Incorporate Eric Schaeffer's background colour implementation Other Bugs to fix: colour not continued onto subsequent pages if coloured block goes over page +Todo's and problems with AWT Previewer: + +- currently the layout process uses PDF fonts. This gives sometimes + trouble with java.awt.Font +- we need some progress messages even if the process itself is fast +- GIF format is supported by the viewer, but disabled in FOP. BMP is + not done, because there are no standard libraries. +- more comments/english comments +- print output using AWT +- i18n for the user interface (yes, now we need this stuff) +- toolbar images directory is not configurable +- first preview is painted twice (flashing screen) +- should "preview" be an option when calling FOP instead of having + it's own main method? + |