added missing O_BINARY to open().
[swftools.git] / src / swfc.c
2004-09-22 krammadded missing O_BINARY to open().
2004-09-14 krammchanged DEFINESHAPE to DEFINESHAPE3.
2004-08-17 krammthe font height of .edittext is now the same as the...
2004-08-08 krammadded call to swf_FontPrepareForEditText() for fonts.
2004-08-07 krammfixed button shape list parsing.
2004-08-07 krammadded framelabels.
2004-07-25 krammundid last change.
2004-07-25 krammadded matrix argument to swf_SetDefineText().
2004-06-21 krammfixed button's on_move_in.
2004-06-12 kramm* added workaround for clip bug
2004-06-02 krammtextshape now takes a "size" argument.
2004-05-31 krammAdded border option to edittext (Laurent Lalanne).
2004-05-31 krammremoved old debugging code.
2004-05-30 krammfixed handling of buttons without any action.
2004-05-28 krammadded edittext.
2004-05-22 krammbuttons: Added more checking for correct syntax.
2004-05-22 krammgcc 2.95.* fixes.
2004-05-08 krammadded shortcuts for some SWF3 actions (play,stop,previo...
2004-05-08 krammthe area attribute of buttons is now copied from idle...
2004-05-07 krammfixed several bugs in the button implementation.
2004-05-07 krammfinished button implementation. Not fully working yet.
2004-02-10 krammfixed compile problems.
2004-02-06 krammadded check to catch missing .flash headers
2004-02-06 krammadded ratio to put commands
2004-02-06 krammupdated/corrected documentation
2004-02-05 krammseveral small fixes
2004-02-03 krammgcc 2.95.4 fixes
2004-02-02 krammAdded ActionScript support
2004-02-01 krammfont loading is now done via swf_LoadFont()
2004-01-31 krammChangd SWFDRAWER to abstract drawer_t
2004-01-01 kramm* added .gradient, .outline
2003-11-17 kramm* renamed .swf to .flash, .shape to .swf.
2003-10-26 krammadded background color support.
2003-08-08 krammadded (long) GPL headers.
2003-08-02 krammstrndup is now called strdup_n.
2003-07-05 krammchanged logf to msg.
2003-05-06 krammmoved q.h/q.c to ../lib
2003-04-29 krammfix for negative coordinates.
2003-04-16 krammadded O_BINARY
2003-04-05 krammnomultiple fix
2003-04-04 krammSOUNDINFO.multiple is called nomultiple now.
2003-04-02 krammsound effects
2003-02-22 krammmore color names added.
2003-02-12 krammfix segv on points w/o brackets.
2003-02-10 krammimplemented relative frames.
2003-02-09 krammbetter output name handling, violet->magenta.
2003-02-06 krammimplemented shearing.
2003-02-06 krammswfc initial revision.