X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=ChangeLog;h=acc928bf928539ccd714c60992162bed0d479129;hp=b7c340bcf183ee530d837d740fe70ffc6e9228a4;hb=5c5bdb50a110c125e97152a78782bc268b19d8d7;hpb=9338a27736f17c125ce00ea86b64dd4fed3006fb diff --git a/ChangeLog b/ChangeLog index b7c340b..acc928b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -99,7 +99,7 @@ * configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed. * swfs/Makefile: FreeBSD fixes. -0.4.0: (not released yet) +0.4.0: * pdf2swf/xpdf: Upgraded PDF Parser to Version 1.01. * pdf2swf: Can now handle Type 3 Fonts. (As Bitmaps) * src/swfcombine: Completely rewritten, using the rfxswf routines @@ -107,4 +107,48 @@ * lib/rfxswf: Fixed some parsing bugs (swffont, swfdump) * pdf2swf: Added antialiasing capabilities for Type 3 Fonts * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly + * png2swf: Support for more image types + * pdf2swf: New option -t (--stop) +0.4.1: + * src/swfcombine: Bugfix with -x option + * lib/Makefile: MacOSX fixes + * pdf2swf/SWFOutput.cc: fixed undefined sqrt() + * src/png2swf: Support for transparency + * pdf2swf: Support for CID Fonts + * src/swfcombine: Bugfixes + * lib/rfxswf: Added Sprite Unfolding routines + +0.4.2: + * src/Makefile: OpenBSD fixes + * lib/lame: Removed *.o files from archive + * avi2swf: Implemented --flip option + * pdf2swf: Implemented --flashversion option + * pdf2swf: Implemented Viewer gadgets- it's now possible to call Flash functions via hyperlink + +0.4.3: + * src/jpeg2swf: Grayscale fix + * lib/rfxswf: Improved MX support + * pdf2swf: Command line fixes + * swfdump: Added -f (--frames) option + * png2swf: Added support for mode 6 images + * swfs: Support for print protection in simple_viewer + * swfs: added keyboard_viewer + * swfcombine: Bugfixes + * swfdump: Shows frame position now. + * swfdump: Some definesound infos added + * wav2swf: added support for definesound, looping and framerate + * pdf2swf: Calling Actionscript Functions can now also be done via http: hyperlink, + e.g.: http://pdf2swf:call:_root.myFunction:parameter + * ./*/Makefile: all Makefiles rewritten. + +0.4.4: (not yet released) + * src/swfextract: output file name handling fix + * lib/rfxswf: better sprite fold/unfold support + * src/swfdump: new option -p (--placements), support for exportassets, namecharacter + * src/swfextract: support for font extraction + * pdf2swf/font2swf: new tool, for converting Type1 fonts to SWF + * 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