new functions swf_WriteHeader, swf_WriteTag
[swftools.git] / lib / rfxswf.h
2002-01-05 krammnew functions swf_WriteHeader, swf_WriteTag
2002-01-05 krammimproved byte order handling
2001-12-16 krammadded EditText handling.
2001-12-13 krammadded byte order handling
2001-12-09 krammfixed stupid typo defining false to be one (1), which...
2001-12-04 krammadded #defines for TRUE/FALSE (rfxswf.h), and tell...
2001-12-02 kramms/GetDataSize/GetTagLen/g
2001-11-30 krammnew function isPseudoDefiningTag.
2001-11-29 krammprototype for FontExtract_DefineTextCallback.
2001-11-16 krammadded escape-key action condition
2001-11-11 krammadded jump rewriting for actionscript
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-11-10 krammswf_WriteFont doesn't take a useDefineFont2 parameter...
2001-11-08 krammfixed a typo in swf_ActionSet
2001-11-06 krammchanged actionscript-module function names
2001-11-05 boehmeminor fixes: new font structure in dumpfont.c, commente...
2001-11-05 krammchanged codes and gid in SWFFONT to glyph2ascii and...
2001-11-05 krammthe SWFFONT structure consists of pointers (was: arrays...
2001-11-05 krammadded tag types {EXPORT, IMPORT}ASSETS, ENABLEDEBUGGER
2001-11-04 krammadded swf_WriteFont and swf_ReadFont routines
2001-10-31 krammRemoved the len/WritePos,pos/ReadPos unions again,...
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-31 krammadded optimized routines for actioncode generation
2001-10-30 krammadded enumeration routines
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammAdd Actionscript header and functions.
2001-10-28 boehmenew lossless image functions
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-25 krammintroduced old_rfxswf.h, which stores #define's for...
2001-10-22 krammremoved GetTagPosPtr
2001-10-18 krammInitial revision