some new functions
[swftools.git] / lib / rfxswf.h
2002-06-12 krammsome new functions
2002-06-05 krammshell script to make a shared librfxswf.
2002-06-04 krammfixed #define bug.
2002-06-04 krammmade bitio visible from outside.
2002-05-30 krammmade rfxswf actionscript routines threadsafe. ;)
2002-05-20 krammswf_SetSoundStreamBlock now doesn't have a framesize...
2002-05-19 krammbladeenc -> lame.
2002-05-19 krammnew function swf_SetJPEGBits2().
2002-04-22 krammmore MX tags.
2002-04-21 krammadded flash 6 (mx) tags.
2002-04-21 krammimplemented SWC writing.
2002-04-21 krammadded "compressed" field in header.
2002-04-09 boehmeNew compile option: RFXSWF_DISABLESOUND
2002-03-23 kramm* new reader functions (gradients, rgb)
2002-03-22 kramm* removed flags field from SWFFONT structure.
2002-03-05 krammfix -Wparentheses warnings.
2002-02-16 kramminclude ctype.h.
2002-02-16 krammAdded sprite folding
2002-01-13 krammAdded sound module.
2002-01-09 krammsmall bugfix in GET16
2002-01-09 krammadded functions GET16, GET32, PUT16, PUT32
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