Brought up to date
authorkramm <kramm>
Wed, 2 Apr 2003 17:43:25 +0000 (17:43 +0000)
committerkramm <kramm>
Wed, 2 Apr 2003 17:43:25 +0000 (17:43 +0000)
ChangeLog
TODO
src/swfdump.1

index ef0f2eb..acc928b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lib/rfxswf: font routines fixed
        * lib/rfxswf: support for definejpegbits3
        * src/png2swf: better support for 32 bit images with transparency
+       * pdf2swf/pdf2swf: slightly better TTF support, some fixes
diff --git a/TODO b/TODO
index 95073a0..3018f75 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,8 +5,7 @@ swfc:
        "follow me" feature:  default, or should it be explicitly specified?
     * .replace command
        .crossfade command????
-    * .sound file.wav ?  
-       syntax for single sound hits, looping, synch sound stream.
+    * .soundstream
     * text:  newlines
     * .egon  (stub is there, never really implemented)... folding edges?
     * dump format for ingestion into swifty?
@@ -15,14 +14,11 @@ swfc:
     * default output filename (name.sc -> name.swf) if unspecified
     * change .swf to .flash ?  
        import swfs with .swf instead of .movie?
-    * more colour names?  X11 colour names?  (we are Linux after all...)
     * .hide/.show?
     * .orbit
     * store instance coordinates for .put with same name after .del?
     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
 
-    + .include         [DONE Feb 22 2003]
-
 pdf2swf:
 
     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
@@ -35,6 +31,7 @@ pdf2swf:
 font2swf:
     
     * implement support for truetype fonts.  [yes please :-)]
+    * command line option parsing
 
 swfcombine:
 
index 14e896a..0a78baa 100644 (file)
@@ -14,6 +14,9 @@ the Flash Plugin.
 \fB\-h\fR, \fB\-\-help\fR
 Print short help message and exit
 .TP
+\fB\-D\fR, \fB\-\-full\fR
+Show everything. Same as -atp
+.TP
 \fB\-V\fR, \fB\-\-version\fR
 Print version info and exit
 .TP