X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog;h=64b6927cf8e3bc5aaf032a62d9dcd7b6a4c2c88f;hb=514edfe0ed692a226002388f6de8100beb28f90f;hp=f550109118fd9c6445f9bd7fe4b40b3ff82b98b2;hpb=14b39e83c3517a3b14076dfc3aada7f96328f980;p=swftools.git diff --git a/ChangeLog b/ChangeLog index f550109..64b6927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -235,7 +235,53 @@ * src/png2swf.c: added -z option * src/jpeg2swf.c: added -z option * m4/python.m4: Python MacOS X fixes - * pdf2swf/xpdf: CMYK conversion fix * src/gif2swf.c: New tool, for converting (animated) gifs to swf (Daichi Shinozaki) +0.7.0: + * swfdump: Fixed bit overflow bug + * lib/gfxdevice.h: Started implementation of graphic layer abstraction + * pdf2swf: Fixed Type 3 color bug + * pdf2swf: Fixed a rare rendering bug caused by the float conversion in moveTo + * pdf2swf: Fixed CMYK conversion + * pdf2swf: added support for joinstyles + * pdf2swf: capstyles don't require clipping anymore + * pdf2swf: added support for dashed/dotted lines + * pdf2swf: Images are now stored as either jpeg or zlib, whatever is smaller. + * pdf2swf: Fixed Type0C handling + * swfcombine: Fixed jpeg table conversion + * lib/rfxswf.c: added support for definejpeg3 extraction + * pdf2swf: New option -s bboxvars + * pdf2swf: Added support for stroke/clip text rendering + * swfbbox: Default behaviour has been fixed + * pdf2swf: fix for non-closed shapes + * pdf2swf: Font quality is now determined by the used font sizes + * pdf2swf: Shapes are now all starting at (0,0), and then explizitly placed at their + actual starting positions (useful with zlib) + * pdf2swf: Default Flash version is now 6 +0.8.0: + * lib/modules/swfsound.c: Fixed compile problem if the lame library is present + * pdf2swf: Bugfix: -s flashversion was broken + * pdf2swf: -b and -l now also work on Windows + * swfbbox: The -c option is now documented + * swfdump: Added support for flash 8 + * librfxswf: Added support for flash 8 filters and blend modes + * src/swfc: Added support for flash 8 filters and blend modes + * pdf2swf: upgraded to xpdf 3.01 + * swfcombine: new -w (--scalex) -h (--scaley) options + +0.8.1: + * pdf2swf: Upgraded to xpdf 3.02 + * lib/modules/swftools: Fixed several bugs in Flash8 parsing + * src/swfrender: Added --ng switch + * lib/swf/: New gfxdevice + +0.9.0: + * pdf2swf: Added support for Flash 8 Flashtype + * src/swfdump: now dumps a few more Flash 8 tags (like DEFINESHAPE4) + * pdf2swf: Common fonts are now linked directly into the executable (removes need for InstallPath in registry) + * pdf2swf: New optimizing levels -O1 -O2 + * pdf2swf: Added direct gradient conversion + * setup.py: Added Python setup script + * lib/python/gfx: New python module for accessing pdf2swf functionality + * lib/modules/swfabc.c: New module for the Flash9 AVM2 Actionscript