initial revision
[swftools.git] / lib /
2001-12-13 krammadded byte order handling
2001-12-09 krammfixed stupid typo defining false to be one (1), which...
2001-12-06 krammfixed advance values
2001-12-06 kramm* fixed memory leaks
2001-12-06 krammswf_WriteFont: write characters > 256
2001-12-05 krammadded #define HAVE_BOOLEAN, to tell the jpeglib that...
2001-12-04 krammadded #defines for TRUE/FALSE (rfxswf.h), and tell...
2001-12-03 boehmeswfdump: fix segfault and endless loop; improved action...
2001-12-03 krammadded additive bitmap routines. (for alpha overlaying)
2001-12-02 krammadded avi2swf.
2001-12-02 kramminitial revision.
2001-12-02 kramms/GetDataSize/GetTagLen/g
2001-12-02 krammnew function is_in_range.
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-29 krammnew function FontExtract_DefineTextCallback.
2001-11-29 krammprototype for FontExtract_DefineTextCallback.
2001-11-28 krammadded YUV->RGB conversion.
2001-11-28 kramm* Don't rely on jpeglib to do any conversions anymore.
2001-11-21 krammsome versions of jpeglib don't support color conversion. release-0-1-2
2001-11-21 krammfix: grayscale jpegs weren't handled correctly
2001-11-19 krammSetMatrix: Handle matrix values which are too large.
2001-11-18 kramm* fixed pushInt()
2001-11-18 krammfixjump didn't work if both arguments were identical...
2001-11-16 krammadded escape-key action condition
2001-11-15 boehmenew example: glyphshape.c
2001-11-11 krammadded jump rewriting
2001-11-11 krammadded jump rewriting for actionscript
2001-11-11 boehmefixed some targets
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-11-11 krammfixed header.
2001-11-10 krammswf_WriteFont: double spacing in text fields, remove...
2001-11-10 krammswf_WriteFont doesn't take a useDefineFont2 parameter...
2001-11-10 krammutility for creating the standard fonts in swf format
2001-11-10 krammadded makefonts utility
2001-11-08 krammfixed a typo in swf_ActionSet
2001-11-06 krammchanged actionscript-module function names
2001-11-06 kramm* optimized a loop
2001-11-06 kramm* updated function names
2001-11-05 boehmeminor fixes: new font structure in dumpfont.c, commente...
2001-11-05 krammadded memset
2001-11-05 krammfixed some bugs in extractdefinefont2
2001-11-05 kramm* enumerate also definefont2 tags
2001-11-05 krammgenerate code for new SWFFONT struct.
2001-11-05 krammchanged to new SWFFONT struct.
2001-11-05 krammchanged gid to ascii2glyph and codes to glyph2ascii
2001-11-05 krammchanged codes and gid in SWFFONT to glyph2ascii and...
2001-11-05 krammuse new SWFFONT struct
2001-11-05 krammadded routine for dumping fonts.
2001-11-05 kramm* implemented definefont2 parsing
2001-11-05 krammthe SWFFONT structure consists of pointers (was: arrays...
2001-11-05 krammnew font struct
2001-11-05 krammadded tag types {EXPORT, IMPORT}ASSETS, ENABLEDEBUGGER
2001-11-04 krammadded swf_WriteFont and swf_ReadFont routines
2001-11-04 krammadded swf_WriteFont and swfReadFont routines
2001-11-02 kramm* made output of dumpaction more nice
2001-11-02 boehmeadded target: movie (type 'make movies' to build all...
2001-11-02 boehmenew examples: dumpfont and text
2001-11-02 krammadded DefineEditText in getDefineId.
2001-11-02 krammadded DEFINEEDITTEXT in getTagName()
2001-11-01 boehmefixed declaration order for strict compilers
2001-11-01 boehmeForgot DOS2UNIX ...
2001-11-01 boehmebugfix: ST_DEFINEBUTTON2 and CXForms
2001-11-01 krammbutton/actionscript example
2001-11-01 krammshort options may now be combined. (-xvf style)
2001-10-31 krammFixed GetUrl.
2001-10-31 boehmenew example: sprites.c
2001-10-31 boehmefixed swf_FontImport()
2001-10-31 boehmefixed swf_WriteCGI
2001-10-31 krammfixed opcode for GetUrl.
2001-10-31 krammRemoved the len/WritePos,pos/ReadPos unions again,...
2001-10-31 boehmetexbox.c is no longer needed because it's too complex
2001-10-31 boehme* updated examples to new rfxswf name conventions
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
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 krammadded enumeration routines
2001-10-30 boehmetemporary comment because of changes in rfxswf
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammrfxswf.o now get's rebuild if one of the modules got...
2001-10-30 krammadded ActionEnumerateURLs function.
2001-10-30 krammadded SetAction routine
2001-10-30 krammfixed target "clean"
2001-10-30 krammdon't include "args.h"
2001-10-30 krammModule for handling Flash 3/4/5 Actionscript.
2001-10-30 krammAdd Actionscript header and functions.
2001-10-30 krammprint a warning if a parameter didn't expect an argument
2001-10-29 krammfixed getTagName so that it returns 0 if the Tag has...
2001-10-28 boehmenew lossless image functions (alpha channel still buggy...
2001-10-28 boehmenew lossless image functions
2001-10-28 boehmeinitial version: little example for zlib-compressed...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-27 krammremoved stamp-h stuff
2001-10-27 krammfixed dependencies. rfxlib used to get compiled always.
2001-10-27 krammuse the autoconf variables when compiling
2001-10-27 krammripped all the remaining automake self-generating stuff out
2001-10-27 krammwe don't do automake anymore
next