Age | Commit message (Expand) | Author | Files | Lines |
2001-12-16 | fixed font path | kramm | 1 | -4/+4 |
2001-12-16 | logf argument names changed. | kramm | 1 | -3/+3 |
2001-12-13 | added byte order handling | kramm | 2 | -7/+26 |
2001-12-09 | fixed stupid typo defining false to be one (1), which caused zlib | kramm | 1 | -1/+1 |
2001-12-06 | fixed advance values | kramm | 2 | -5/+5 |
2001-12-06 | * fixed memory leaks | kramm | 1 | -15/+34 |
2001-12-06 | swf_WriteFont: write characters > 256 | kramm | 1 | -11/+9 |
2001-12-05 | added #define HAVE_BOOLEAN, to tell the jpeglib that it hasn't to | kramm | 1 | -0/+1 |
2001-12-04 | added #defines for TRUE/FALSE (rfxswf.h), and tell jpeglib that we | kramm | 1 | -0/+7 |
2001-12-03 | swfdump: fix segfault and endless loop; improved action code output | boehme | 1 | -3/+28 |
2001-12-03 | added additive bitmap routines. (for alpha overlaying) | kramm | 1 | -15/+60 |
2001-12-02 | added avi2swf. | kramm | 1 | -1/+7 |
2001-12-02 | initial revision. | kramm | 1 | -0/+231 |
2001-12-02 | s/GetDataSize/GetTagLen/g | kramm | 3 | -5/+7 |
2001-12-02 | new function is_in_range. | kramm | 1 | -0/+75 |
2001-11-30 | added buttoncxform, buttonsound, namecharacter to pseudodefines. | kramm | 1 | -3/+7 |
2001-11-30 | new function isPseudoDefiningTag. | kramm | 2 | -1/+21 |
2001-11-29 | spriteids and defineids are also defined in ../../src/flash.h. Changed name | kramm | 1 | -6/+6 |
2001-11-29 | new function FontExtract_DefineTextCallback. | kramm | 1 | -1/+12 |
2001-11-29 | prototype for FontExtract_DefineTextCallback. | kramm | 1 | -0/+4 |
2001-11-28 | added YUV->RGB conversion. | kramm | 1 | -3/+12 |
2001-11-28 | * Don't rely on jpeglib to do any conversions anymore. | kramm | 1 | -5/+33 |
2001-11-21 | some versions of jpeglib don't support color conversion.release-0-1-2 | kramm | 1 | -5/+20 |
2001-11-21 | fix: grayscale jpegs weren't handled correctly | kramm | 1 | -1/+1 |
2001-11-19 | SetMatrix: Handle matrix values which are too large. | kramm | 1 | -0/+12 |
2001-11-18 | * fixed pushInt() | kramm | 1 | -1/+28 |
2001-11-18 | fixjump didn't work if both arguments were identical. (used in tight loops) | kramm | 1 | -5/+4 |
2001-11-16 | added escape-key action condition | kramm | 1 | -0/+22 |
2001-11-15 | new example: glyphshape.c | boehme | 2 | -4/+171 |
2001-11-11 | added jump rewriting | kramm | 1 | -0/+63 |
2001-11-11 | added jump rewriting for actionscript | kramm | 1 | -0/+6 |
2001-11-11 | fixed some targets | boehme | 1 | -4/+6 |
2001-11-11 | minor fixes: swf_SetBits(), cleanup shape struct, fixed dumpfont | boehme | 4 | -26/+6 |
2001-11-11 | fixed header. | kramm | 1 | -2/+3 |
2001-11-10 | swf_WriteFont: double spacing in text fields, remove the useDefineFont2 | kramm | 1 | -26/+28 |
2001-11-10 | swf_WriteFont doesn't take a useDefineFont2 parameter any longer. | kramm | 1 | -1/+1 |
2001-11-10 | utility for creating the standard fonts in swf format | kramm | 1 | -0/+176 |
2001-11-10 | added makefonts utility | kramm | 1 | -2/+9 |
2001-11-08 | fixed a typo in swf_ActionSet | kramm | 1 | -1/+1 |
2001-11-06 | changed actionscript-module function names | kramm | 1 | -2/+3 |
2001-11-06 | * optimized a loop | kramm | 1 | -5/+16 |
2001-11-06 | * updated function names | kramm | 1 | -3/+5 |
2001-11-05 | minor fixes: new font structure in dumpfont.c, commented obsolete functions, ... | boehme | 4 | -13/+15 |
2001-11-05 | added memset | kramm | 1 | -0/+1 |
2001-11-05 | fixed some bugs in extractdefinefont2 | kramm | 1 | -3/+10 |
2001-11-05 | * enumerate also definefont2 tags | kramm | 1 | -3/+6 |
2001-11-05 | generate code for new SWFFONT struct. | kramm | 1 | -11/+14 |
2001-11-05 | changed to new SWFFONT struct. | kramm | 1 | -15/+17 |
2001-11-05 | changed gid to ascii2glyph and codes to glyph2ascii | kramm | 1 | -62/+100 |
2001-11-05 | changed codes and gid in SWFFONT to glyph2ascii and ascii2glyph. | kramm | 1 | -2/+3 |