added swf_ShapeAddFillStyle2().
[swftools.git] / lib / modules / swfshape.c
2005-01-10 krammadded swf_ShapeAddFillStyle2().
2004-12-18 krammadded swf_SetTagPos(tag, 0).
2004-12-11 krammadded swf_Shape2Clone() function.
2004-11-15 krammadded newline to fprintf(stderr,...).
2004-11-11 krammnew function swf_RecodeShapeData().
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-11-01 krammmoved fillstyle definitions to ../rfxswf.c
2004-10-28 krammsome indenting/style fixes.
2004-10-28 krammlines which are too long are now split.
2004-10-21 krammadded bit checking in swf_ShapeSetCurve().
2004-10-21 krammadded extra information output in case of bit overflows.
2004-09-14 krammremoved no-longer-valid comment.
2004-06-28 krammremoved debugging code.
2004-05-16 krammadded some functions from ../../src/swfbbox.c.
2004-01-31 krammremoved some unused code
2004-01-01 krammadded gradient fill.
2003-11-19 krammchanged S16 to int, so that SET_TO_ZERO can be used.
2003-08-08 krammadded (long) GPL headers.
2003-05-19 krammbugfixes, cleanups
2003-04-30 krammadded ShapeSetBitmapRect, fix a bit overflow bug.
2003-02-06 krammdon't throw an error on empty shapes- those are perfect...
2002-07-21 krammmore functions implemented.
2002-06-14 krammfixed shape parsing bugs.
2002-06-13 krammimplemented SHAPE2 routines.
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-23 krammfixed ShapeSetLine (again) release-0-0-2
2001-10-22 kramm* ShapeSetEnd now resets the bit count
2001-10-18 krammInitial revision