2001-12-16 |
kramm | fixed font path |
tree | commitdiff |
2001-12-16 |
kramm | logf argument names changed. |
tree | commitdiff |
2001-12-13 |
kramm | added byte order handling |
tree | commitdiff |
2001-12-09 |
kramm | fixed stupid typo defining false to be one (1), which... |
tree | commitdiff |
2001-12-06 |
kramm | fixed advance values |
tree | commitdiff |
2001-12-06 |
kramm | * fixed memory leaks |
tree | commitdiff |
2001-12-06 |
kramm | swf_WriteFont: write characters > 256 |
tree | commitdiff |
2001-12-05 |
kramm | added #define HAVE_BOOLEAN, to tell the jpeglib that... |
tree | commitdiff |
2001-12-04 |
kramm | added #defines for TRUE/FALSE (rfxswf.h), and tell... |
tree | commitdiff |
2001-12-03 |
boehme | swfdump: fix segfault and endless loop; improved action... |
tree | commitdiff |
2001-12-03 |
kramm | added additive bitmap routines. (for alpha overlaying) |
tree | commitdiff |
2001-12-02 |
kramm | added avi2swf. |
tree | commitdiff |
2001-12-02 |
kramm | initial revision. |
tree | commitdiff |
2001-12-02 |
kramm | s/GetDataSize/GetTagLen/g |
tree | commitdiff |
2001-12-02 |
kramm | new function is_in_range. |
tree | commitdiff |
2001-11-30 |
kramm | added buttoncxform, buttonsound, namecharacter to pseud... |
tree | commitdiff |
2001-11-30 |
kramm | new function isPseudoDefiningTag. |
tree | commitdiff |
2001-11-29 |
kramm | spriteids and defineids are also defined in ../../src... |
tree | commitdiff |
2001-11-29 |
kramm | new function FontExtract_DefineTextCallback. |
tree | commitdiff |
2001-11-29 |
kramm | prototype for FontExtract_DefineTextCallback. |
tree | commitdiff |
2001-11-28 |
kramm | added YUV->RGB conversion. |
tree | commitdiff |
2001-11-28 |
kramm | * Don't rely on jpeglib to do any conversions anymore. |
tree | commitdiff |
2001-11-21 |
kramm | some versions of jpeglib don't support color conversion. release-0-1-2 |
tree | commitdiff |
2001-11-21 |
kramm | fix: grayscale jpegs weren't handled correctly |
tree | commitdiff |
2001-11-19 |
kramm | SetMatrix: Handle matrix values which are too large. |
tree | commitdiff |
2001-11-18 |
kramm | * fixed pushInt() |
tree | commitdiff |
2001-11-18 |
kramm | fixjump didn't work if both arguments were identical... |
tree | commitdiff |
2001-11-16 |
kramm | added escape-key action condition |
tree | commitdiff |
2001-11-15 |
boehme | new example: glyphshape.c |
tree | commitdiff |
2001-11-11 |
kramm | added jump rewriting |
tree | commitdiff |
2001-11-11 |
kramm | added jump rewriting for actionscript |
tree | commitdiff |
2001-11-11 |
boehme | fixed some targets |
tree | commitdiff |
2001-11-11 |
boehme | minor fixes: swf_SetBits(), cleanup shape struct, fixed... |
tree | commitdiff |
2001-11-11 |
kramm | fixed header. |
tree | commitdiff |
2001-11-10 |
kramm | swf_WriteFont: double spacing in text fields, remove... |
tree | commitdiff |
2001-11-10 |
kramm | swf_WriteFont doesn't take a useDefineFont2 parameter... |
tree | commitdiff |
2001-11-10 |
kramm | utility for creating the standard fonts in swf format |
tree | commitdiff |
2001-11-10 |
kramm | added makefonts utility |
tree | commitdiff |
2001-11-08 |
kramm | fixed a typo in swf_ActionSet |
tree | commitdiff |
2001-11-06 |
kramm | changed actionscript-module function names |
tree | commitdiff |
2001-11-06 |
kramm | * optimized a loop |
tree | commitdiff |
2001-11-06 |
kramm | * updated function names |
tree | commitdiff |
2001-11-05 |
boehme | minor fixes: new font structure in dumpfont.c, commente... |
tree | commitdiff |
2001-11-05 |
kramm | added memset |
tree | commitdiff |
2001-11-05 |
kramm | fixed some bugs in extractdefinefont2 |
tree | commitdiff |
2001-11-05 |
kramm | * enumerate also definefont2 tags |
tree | commitdiff |
2001-11-05 |
kramm | generate code for new SWFFONT struct. |
tree | commitdiff |
2001-11-05 |
kramm | changed to new SWFFONT struct. |
tree | commitdiff |
2001-11-05 |
kramm | changed gid to ascii2glyph and codes to glyph2ascii |
tree | commitdiff |
2001-11-05 |
kramm | changed codes and gid in SWFFONT to glyph2ascii and... |
tree | commitdiff |
2001-11-05 |
kramm | use new SWFFONT struct |
tree | commitdiff |
2001-11-05 |
kramm | added routine for dumping fonts. |
tree | commitdiff |
2001-11-05 |
kramm | * implemented definefont2 parsing |
tree | commitdiff |
2001-11-05 |
kramm | the SWFFONT structure consists of pointers (was: arrays... |
tree | commitdiff |
2001-11-05 |
kramm | new font struct |
tree | commitdiff |
2001-11-05 |
kramm | added tag types {EXPORT, IMPORT}ASSETS, ENABLEDEBUGGER |
tree | commitdiff |
2001-11-04 |
kramm | added swf_WriteFont and swf_ReadFont routines |
tree | commitdiff |
2001-11-04 |
kramm | added swf_WriteFont and swfReadFont routines |
tree | commitdiff |
2001-11-02 |
kramm | * made output of dumpaction more nice |
tree | commitdiff |
2001-11-02 |
boehme | added target: movie (type 'make movies' to build all... |
tree | commitdiff |
2001-11-02 |
boehme | new examples: dumpfont and text |
tree | commitdiff |
2001-11-02 |
kramm | added DefineEditText in getDefineId. |
tree | commitdiff |
2001-11-02 |
kramm | added DEFINEEDITTEXT in getTagName() |
tree | commitdiff |
2001-11-01 |
boehme | fixed declaration order for strict compilers |
tree | commitdiff |
2001-11-01 |
boehme | Forgot DOS2UNIX ... |
tree | commitdiff |
2001-11-01 |
boehme | bugfix: ST_DEFINEBUTTON2 and CXForms |
tree | commitdiff |
2001-11-01 |
kramm | button/actionscript example |
tree | commitdiff |
2001-11-01 |
kramm | short options may now be combined. (-xvf style) |
tree | commitdiff |
2001-10-31 |
kramm | Fixed GetUrl. |
tree | commitdiff |
2001-10-31 |
boehme | new example: sprites.c |
tree | commitdiff |
2001-10-31 |
boehme | fixed swf_FontImport() |
tree | commitdiff |
2001-10-31 |
boehme | fixed swf_WriteCGI |
tree | commitdiff |
2001-10-31 |
kramm | fixed opcode for GetUrl. |
tree | commitdiff |
2001-10-31 |
kramm | Removed the len/WritePos,pos/ReadPos unions again,... |
tree | commitdiff |
2001-10-31 |
boehme | texbox.c is no longer needed because it's too complex |
tree | commitdiff |
2001-10-31 |
boehme | * updated examples to new rfxswf name conventions |
tree | commitdiff |
2001-10-31 |
boehme | rfxswf cleanups: TAG structure and ResetWriteBits/Reset... |
tree | commitdiff |
2001-10-31 |
kramm | added optimized routines for actioncode generation |
tree | commitdiff |
2001-10-30 |
kramm | added prefix swf_ to action enumeration routines. |
tree | commitdiff |
2001-10-30 |
kramm | resolved conflicts |
tree | commitdiff |
2001-10-30 |
kramm | added action enumeration routines |
tree | commitdiff |
2001-10-30 |
kramm | added enumeration routines |
tree | commitdiff |
2001-10-30 |
boehme | temporary comment because of changes in rfxswf |
tree | commitdiff |
2001-10-30 |
boehme | rfxswf cleanups: added prefixes and altered structure... |
tree | commitdiff |
2001-10-30 |
kramm | rfxswf.o now get's rebuild if one of the modules got... |
tree | commitdiff |
2001-10-30 |
kramm | added ActionEnumerateURLs function. |
tree | commitdiff |
2001-10-30 |
kramm | added SetAction routine |
tree | commitdiff |
2001-10-30 |
kramm | fixed target "clean" |
tree | commitdiff |
2001-10-30 |
kramm | don't include "args.h" |
tree | commitdiff |
2001-10-30 |
kramm | Module for handling Flash 3/4/5 Actionscript. |
tree | commitdiff |
2001-10-30 |
kramm | Add Actionscript header and functions. |
tree | commitdiff |
2001-10-30 |
kramm | print a warning if a parameter didn't expect an argument |
tree | commitdiff |
2001-10-29 |
kramm | fixed getTagName so that it returns 0 if the Tag has... |
tree | commitdiff |
2001-10-28 |
boehme | new lossless image functions (alpha channel still buggy... |
tree | commitdiff |
2001-10-28 |
boehme | new lossless image functions |
tree | commitdiff |
2001-10-28 |
boehme | initial version: little example for zlib-compressed... |
tree | commitdiff |
2001-10-28 |
boehme | rfxswf cleanup: replaced LP<type> by <type> * |
tree | commitdiff |
2001-10-27 |
kramm | removed stamp-h stuff |
tree | commitdiff |
2001-10-27 |
kramm | fixed dependencies. rfxlib used to get compiled always. |
tree | commitdiff |
2001-10-27 |
kramm | use the autoconf variables when compiling |
tree | commitdiff |
next |