Brought up to date
authorkramm <kramm>
Sun, 6 Feb 2005 16:53:51 +0000 (16:53 +0000)
committerkramm <kramm>
Sun, 6 Feb 2005 16:53:51 +0000 (16:53 +0000)
ChangeLog
FAQ
TODO

index 43875f6..f550109 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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 (file)
--- a/FAQ
+++ b/FAQ
     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 (file)
--- 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