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 |
2001-10-27 |
kramm | ripped all the remaining automake self-generating stuff out |
tree | commitdiff |
2001-10-27 |
kramm | we don't do automake anymore |
tree | commitdiff |
2001-10-26 |
kramm | removed Makefile target |
tree | commitdiff |
2001-10-26 |
kramm | check for HAVE_LIBJPEG |
tree | commitdiff |
2001-10-25 |
kramm | introduced old_rfxswf.h, which stores #define's for... |
tree | commitdiff |
2001-10-25 |
kramm | test HAVE_JPEGLIB_H before including the jpeglib header |
tree | commitdiff |
2001-10-23 |
kramm | fixed ShapeSetLine (again) release-0-0-2 |
tree | commitdiff |
2001-10-23 |
kramm | command line parameters which contain '=' are now split... |
tree | commitdiff |
2001-10-23 |
kramm | made C compatible |
tree | commitdiff |
2001-10-23 |
kramm | moved from src and pdf2swf into the lib directory,... |
tree | commitdiff |
2001-10-22 |
kramm | * InsertTag now sets an initial bitcount |
tree | commitdiff |
2001-10-22 |
kramm | removed GetTagPosPtr |
tree | commitdiff |
2001-10-22 |
kramm | GetName now uses GetTagPos, not GetTagPosPtr (which... |
tree | commitdiff |
2001-10-22 |
kramm | * ShapeSetEnd now resets the bit count |
tree | commitdiff |
2001-10-22 |
kramm | merged rainers jpeg patch, and converted newlines to... |
tree | commitdiff |
2001-10-22 |
kramm | fixed formatting |
tree | commitdiff |
2001-10-18 |
kramm | Initial revision |
tree | commitdiff |
|