renamed SWAP/REVERSESWAP to {LE,BE}_TO_NATIVE
[swftools.git] / lib / modules / swfaction.c
2010-03-02 Matthias Krammrenamed SWAP/REVERSESWAP to {LE,BE}_TO_NATIVE
2009-10-26 Matthias Krammmerged in fontalignzones branch
2009-10-13 Matthias Krammtrivial fix in action handling
2008-11-12 krammmade some char pointers constant
2008-07-27 krammdeletetag now takes two arguments
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-09-09 krammchar -> const char
2007-09-08 krammadded missing const keywords
2006-06-05 krammsmall fixes/cleanups
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-10-22 krammadded function name fix from Marcus Doemling.
2004-09-05 krammfixed big-endian problems.
2004-09-03 krammPatch from Simon:
2004-02-02 krammadded swf_ActionCompile function
2003-08-08 krammadded (long) GPL headers.
2003-01-07 krammbugfixes.
2002-11-03 krammbugfixes.
2002-10-28 krammFlash MX additions
2002-05-30 krammmade rfxswf actionscript routines threadsafe. ;)
2002-04-22 krammbugfixes.
2002-04-22 krammadded DefineFunction and With parsing.
2002-04-22 krammbugfix: doubles weren't parsed right.
2002-04-21 krammbugfix: jump addresses are signed.
2002-04-21 krammfixed compiler warnings.
2002-01-07 krammyet more big endian/solaris fixes. (especially the...
2002-01-07 krammseveral big endian fixes
2001-12-03 boehmeswfdump: fix segfault and endless loop; improved action...
2001-11-18 kramm* fixed pushInt()
2001-11-18 krammfixjump didn't work if both arguments were identical...
2001-11-11 krammadded jump rewriting
2001-11-06 kramm* optimized a loop
2001-11-02 kramm* made output of dumpaction more nice
2001-10-31 krammFixed GetUrl.
2001-10-31 krammfixed opcode for GetUrl.
2001-10-31 krammadded optimized routines for actioncode generation
2001-10-30 krammadded prefix swf_ to action enumeration routines.
2001-10-30 krammresolved conflicts
2001-10-30 krammadded action enumeration routines
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammadded ActionEnumerateURLs function.
2001-10-30 krammadded SetAction routine
2001-10-30 krammdon't include "args.h"
2001-10-30 krammModule for handling Flash 3/4/5 Actionscript.