added missing pdf2swf objects
[swftools.git] / lib / python /
2007-01-07 krammfixed compile error
2005-12-03 krammfixed typo in error message
2005-11-18 krammadded png save support
2005-10-12 krammimage tags now have an "image" attribute
2005-10-12 krammnew function rgba_to_image()
2005-10-12 krammadded function for reading images
2005-09-10 krammadded implementation for colortransform
2005-02-05 krammset ob_type for FillStyle/LineStyle.
2005-01-24 krammadded support for load(data=...)
2005-01-21 krammapplied patch from Daichi Shinozaki.
2004-12-30 krammremoved swftagmap from parse function.
2004-12-30 krammadded PlaceObject parser.
2004-12-30 krammadded getter for matrix entries.
2004-12-30 krammadded f_Matrix2()
2004-12-30 krammadded f_Matrix2().
2004-12-30 krammfixed bug in bbox.
2004-12-30 krammadded TODO comment.
2004-12-30 krammadded isPlacement, isFont, setBBox() routines.
2004-12-18 krammadded some more generic tag functions.
2004-12-18 krammadded isShape() tag function.
2004-12-18 krammadded fillstyle and linestyle primitives.
2004-12-18 krammsmall fixes.
2004-12-18 krammadded shape parsing.
2004-12-18 kramm* fixed segf if bbox not set
2004-11-25 krammadded $(A) for lib extension.
2004-11-22 krammobject extension is now determined by configure. (...
2004-11-07 krammuse @SHARED@ instead of -shared.
2004-11-01 krammallow only the original image width/height in movie...
2004-11-01 krammallow some other image sizes in movie->addFrame().
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.