fixed a bug. (SWFFont now strdups it's font name)
[swftools.git] / TODO
diff --git a/TODO b/TODO
index 6468d2d..321083b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,9 @@
 Priorities:
 1. Make the swfs that pdf2swf generates smaller
-2. Make pdf2swf faster
-3. General improvements
-4. Make pdf2swf cope with more complex pdfs
-5. Do some sample swfs for swfcombine 
-6. Cleanups in rfxswf-lib.
+2. General improvements
+3. Make pdf2swf cope with more complex pdfs
+4. Do some sample swfs for swfcombine 
+5. Cleanups in rfxswf-lib.
 
 Make the swfs pdf2swf generates smaller:
 
@@ -16,14 +15,11 @@ Make pdf2swf cope with more complex pdfs:
 
     The following pdf properties are not yet dealt with:
     * Links
+    * lossless image file formats
     * dashed lines
     * (type 3 and truetype fonts)
-
-Make pdf2swf faster:
-
-    * Embedded fonts which are used more than once are also converted more
-      than once. Implement a font cache, like the one in xpdf. (font->getID().num
-      seems to be unique for every font)
+    Bugs:
+    * big jpegs sometimes have wrong colors
 
 Do some sample swfs for swfcombine:
 
@@ -35,7 +31,6 @@ General Improvements:
     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
     * fix memory leaks
     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
-    * big jpegs sometimes have wrong colors
     * write manpages for swfstrings and swfdump
     * --version should work in all tools.