From 14b39e83c3517a3b14076dfc3aada7f96328f980 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Feb 2005 16:53:51 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 2 +- FAQ | 3 +++ TODO | 8 +++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43875f6..f550109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -218,7 +218,7 @@ * avi2swf: Is now ported to Win32, too. * pdf2swf: Upgraded to xpdf 3.00 -0.6.3 (not released yet): +0.6.3: * lib/modules/swfrender.c: New module, for shape->bitmap conversion * lib/rfxswf.c: Several small bugfixes * lib/modules/swftools.c: New function swf_Optimize() diff --git a/FAQ b/FAQ index 67fc1ae..8dfefd0 100644 --- a/FAQ +++ b/FAQ @@ -102,6 +102,9 @@ CXX=i386-mingw32msvc-g++ CPP=i386-mingw32msvc-cpp CC=i386-mingw32msvc-gcc \ ./configure --host=i586-mingw32msvc && make + For compiling on Windows itself, there's a HOWTO from Daichi Shinozaki: + http://lists.gnu.org/archive/html/swftools-common/2005-02/msg00023.html + 9.) The fonts in the SWFs generated by pdf2swf are wrong! Watch the output of pdf2swf closely. diff --git a/TODO b/TODO index f746a1c..2a44b2d 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,7 @@ swfc: * SWF 3 actionscript commands shortcuts: geturl, gotoframe? * .hide/.show? * store instance coordinates for .put with same name after .del? - * macros? looping? ways of reducing repetitive coding (and the length of sc files)? + * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end pdf2swf: @@ -79,6 +79,12 @@ Makefiles/configure/installation: * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements +Win32 Installation: + + * The installer colors are ugly + * Add Logo + * Make ParseDisplayName work + other: * swf2fig -- 1.7.10.4