Generated from configure.in
[swftools.git] / lib / python /
2004-09-14 krammadded f_DefineShape method.
2004-09-14 krammadded missing member initialization.
2004-09-14 krammverbose is now off by default.
2004-09-07 krammnew videostream function addBlackFrame().
2004-09-06 krammcommented out debug code.
2004-09-03 krammadded files.
2004-08-14 krammdo not build executables by default.
2004-08-14 krammadded include.
2004-07-25 krammundid last change.
2004-07-25 krammadded matrix argument to swf_SetDefineText().
2004-07-13 krammchanged remaining SWF.so to SWF.$(SLEXT).
2004-07-12 krammoutput file is now named either SWF.so or SWF.dll.
2004-07-12 krammpython interface compilation is now controlled by autoconf.
2004-06-12 krammfixed some trivial bugs.
2004-06-06 krammattribute bbox is now instance of class SWF.BBox.
2004-06-06 krammadded new constructor for bbox.
2004-06-06 krammadded bbox attribute to text tag.
2004-05-29 krammadded pivotx,pivoty parameters to matrix constructor.
2004-05-29 krammadded removeobject tags.
2004-05-22 krammadded taglist_getTAGs2() function
2004-05-22 krammsprite support.
2004-05-22 krammadded tag_setattr, added sprite support
2004-05-22 krammchanged bbox parsing.
2004-05-22 krammmore tests added
2004-05-22 krammbbox_getBBox is now called bbox_getSRECT
2004-05-22 krammadded getattr, setattr fields.
2004-05-22 krammbbox now works on floats, not twips.
2004-05-22 kramm* added sprite tag
2004-05-19 krammimplemented distortionframe.
2004-05-19 krammadded PY_ERROR and PY_TYPE.
2004-05-16 krammadded moveobject, showframe.
2004-05-16 krammadded more error handling in getTAG.
2004-05-16 krammfixed ImageShape image size lookup.
2004-05-16 krammadded image and shape tags.
2004-05-16 krammfixed bug in dependency handling.
2004-05-16 krammadded test5.
2004-05-16 krammuses/supports Imaging python module now.
2004-05-07 krammsome improvements to the video stuff.
2004-05-07 krammfixed import order.
2004-05-07 kramminitial draft.
2004-05-07 krammadded image.o.
2004-05-07 krammadded mypython, swfpython.
2004-05-07 kramminitial revision
2004-04-16 krammfixed tag organisation, started video stuff
2004-04-08 krammtag-specific attributes/functions are now accessed...
2004-04-08 kramminitial revision
2004-04-08 krammis now generated from Makefile.in
2004-04-08 krammfixed another malloc(0) stable_core_1
2004-04-08 krammremoved some log messages
2004-04-08 krammfixed mem leak in taglist_new()
2004-04-08 krammfixed malloc(0)s
2004-04-08 krammload() now does a FoldAll before passing the data to...
2004-04-08 krammFoldAll is now done in SWF.c
2004-04-08 krammfixed a rather nasty memory allocation bug, where a...
2004-04-07 krammmemory management and logging fixes
2004-03-31 krammsmall convenience fixes
2004-03-31 krammreworked tag memory allocation
2004-03-30 krammfixed '+'/'-' markers in logging
2004-03-30 krammtaglist no longer contain an END tag
2004-03-30 krammnew tags are now mapped to their own IDs, not an alloca...
2004-03-29 krammhandle undefined ID exception
2004-03-29 krammfixed endless tagloop bug.
2004-03-29 krammlogging goes to stdout now
2004-03-29 krammseveral fixes
2004-03-27 krammfixed logging and tag id handling
2004-03-21 krammsplitted SWF.c into various modules
2004-01-31 kramm"verbose" is not static anymore.
2004-01-31 krammsome fixes, added "verbose" constant.
2003-11-30 krammadded support for Protect() Tag.
2003-09-18 kramm* removed contains function in taglist
2003-09-15 krammpython interface to rfxswflib - initial draft.