X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog;h=c03b8040b4eb25485ec9a953c4535c0bf404d08f;hb=c5632476384129c77fab3dea934358ac6e7e4418;hp=ae84113ca8232c662a29c7c6d23a774560aaabbe;hpb=6bb72d1d16522761d0a1fe787860191997485f60;p=swftools.git diff --git a/ChangeLog b/ChangeLog index ae84113..c03b804 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() @@ -234,4 +234,29 @@ * pdf2swf/SWFOutputDev: refactored interface to pdf2swf.cc * src/png2swf.c: added -z option * src/jpeg2swf.c: added -z option + * m4/python.m4: Python MacOS X fixes + * 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 +