DEFINEBINARY defines an id
[swftools.git] / lib / modules / swftools.c
2010-01-05 Matthias KrammDEFINEBINARY defines an id
2009-10-07 Matthias Krammadded fontalign support in swfdump
2009-08-05 Matthias Krammfixed two bugs in swfcombine
2009-07-31 Matthias Krammfixed swfcombine handling of symbolclass id 0000
2009-01-23 Matthias Krammadded \n to error messages
2009-01-23 Matthias Krammfixed a mem leak
2009-01-20 Matthias Krammmade swf_Relocate return a success code
2008-10-19 krammadded RAWABC tag
2008-10-13 krammadded DEFINEBINARY
2008-07-27 krammswf_DeleteTag now takes two arguments
2008-03-26 krammmade compileable standalone
2008-03-16 krammseveral flash 8 fixes
2008-02-08 krammadded definemorphshape2 to getdefineid
2008-02-03 krammadded morphshape2 to define tags
2008-01-09 krammwin32 compile fixes
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-12-09 kramma few more flash 9 additions
2007-12-09 krammflash9 tags implementation
2007-07-27 krammfixed bug in swf_Relocate()
2007-06-24 krammextract bbox also from shape4
2007-03-18 krammseveral fixes in used ids enumerating
2007-01-21 krammsome fixes to shape parsing
2007-01-17 krammfixed placeobject3 support
2007-01-13 krammadded flash 8 tags
2007-01-06 krammnew function swf_Relocate2()
2006-06-05 krammgcc 2.95.x fixes
2006-01-16 krammsupport for clipdepths in swf_RelocateDepth
2005-11-13 krammfixed text field parsing
2005-11-06 krammfixed BUTTONSOUND/BUTTONCXFORM parsing
2005-09-10 krammdump out a warning if there's an overflow during matrix...
2005-07-05 krammfixed (tx,ty) handling in matrix multiplication
2005-06-25 krammadded function swf_isFontTag().
2005-06-25 krammfixed a bug for the tx/ty vector handling in swf_Matrix...
2005-06-25 krammadded swf_isPlaceTag()
2005-03-27 krammnew function swf_GetSWFBackgroundColor()
2005-03-07 krammmade enumerateUsedIDs_styles() global.
2005-03-06 krammmade a log message more precise
2004-12-30 krammswf_SetDefineBBox().
2004-12-18 krammswf_GetBBox() now returns a zeroed out bbox if the...
2004-11-16 krammfixed a bug which caused swf_Optimize() to miss some...
2004-11-07 krammfixed malloc(0).
2004-11-05 krammnew functions
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-11-03 krammfixed swf_Optimize(). always return positive tag hash.
2004-10-27 krammfixed swf_Optimize().
2004-10-26 krammadded swf_Optimize() method.
2004-09-03 krammadded INITACTION to swf_GetDefineID().
2004-07-12 krammadded comment.
2004-06-02 krammfixed yet another typo.
2004-06-02 krammfixed typo.
2004-06-02 krammadded FONTNAMES to getDefineID.
2004-05-11 krammremoved buttons from swf_GetDefineBBox(), as they don...
2004-03-30 krammfixed gcc 2.95.3 compile problem
2004-03-30 krammadded glyphnames support
2004-03-29 krammadded swf_Concatenate() function
2004-02-03 krammgcc 2.95.4 fixes
2004-02-02 krammnew function swf_RelocateDepth().
2003-08-08 krammadded (long) GPL headers.
2003-04-16 krammadded DEFINEMOVIE to define tags
2003-04-02 krammsupport for videoframe
2003-01-31 kramm* zlib is now optional
2002-11-03 krammbugfixes.
2002-10-28 krammFlash MX additions
2002-06-16 krammfixed morph shape ID enumerating.
2002-06-13 krammmoved swf_GetMorphGradient from ../rfxswf.c.
2002-06-12 kramm* implemented exportassets
2002-06-12 krammgetUsedIDs now also handles Morphshapes and some specia...
2002-06-06 krammimplemented optional debugging.
2002-06-04 krammnew functions swf_SetDefineID, swf_Relocate.
2002-03-23 krammadded functions for extracting positions of referred IDs
2001-11-30 krammadded buttoncxform, buttonsound, namecharacter to pseud...
2001-11-30 krammnew function isPseudoDefiningTag.
2001-11-29 krammspriteids and defineids are also defined in ../../src...
2001-11-02 krammadded DefineEditText in getDefineId.
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-22 krammGetName now uses GetTagPos, not GetTagPosPtr (which...
2001-10-18 krammInitial revision