From 58b1b0479ff50d205d8b61be737d3d56842bc659 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 2 Apr 2003 17:43:25 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 1 + TODO | 7 ++----- src/swfdump.1 | 3 +++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef0f2eb..acc928b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -151,3 +151,4 @@ * 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 --- 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: diff --git a/src/swfdump.1 b/src/swfdump.1 index 14e896a..0a78baa 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -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 -- 1.7.10.4