added PlaceObject parser.
[swftools.git] / lib / modules /
2004-12-30 krammswf_SetDefineBBox().
2004-12-18 krammfixed memory usage bug.
2004-12-18 krammswf_GetBBox() now returns a zeroed out bbox if the...
2004-12-18 krammadded swf_SetTagPos(tag, 0).
2004-12-16 krammadded some comments.
2004-12-16 krammgcc 2.95.3 fixes.
2004-12-12 krammfixed non-(0,0) movie bbox bug.
2004-12-11 krammadded swf_Shape2Clone() function.
2004-12-11 krammfixed "shifted texture shape" bug.
2004-11-28 krammfixed SET_TO_ZERO logic.
2004-11-28 krammfixed SET_TO_ZERO handling.
2004-11-23 krammadded background color support.
2004-11-23 krammswf_FontEnumerate now passes a self pointer to the...
2004-11-22 krammdon't write out "S16 out of bounds) warnings in case...
2004-11-19 kramm* fixed clipped bitmap handling
2004-11-16 krammimproved line rendering quality.
2004-11-16 krammfixed a bug which caused swf_Optimize() to miss some...
2004-11-15 krammadded newline to fprintf(stderr,...).
2004-11-12 kramminitial revision.
2004-11-11 krammnew function swf_RecodeShapeData().
2004-11-11 krammadded dummy xpos to swf_TextCalculateBBoxUTF8().
2004-11-07 krammfixed malloc(0).
2004-11-05 krammnew functions
2004-11-05 krammfixed byte order in swf_JPEG2TagToImage().
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-11-03 krammfixed swf_Optimize(). always return positive tag hash.
2004-11-02 krammremoved debugging printf.
2004-11-01 krammswf_GetPlaceObject() can now also parse PLACEOBJECTs.
2004-11-01 krammmoved fillstyle definitions to ../rfxswf.c
2004-10-29 krammadded swf_ExtractImage() function.
2004-10-28 krammsome indenting/style fixes.
2004-10-28 krammlines which are too long are now split.
2004-10-27 krammfixed swf_Optimize().
2004-10-26 krammadded swf_Optimize() method.
2004-10-22 krammadded function name fix from Marcus Doemling.
2004-10-22 krammswf_ObjectPlace(Clip) now only sets a matrix if it...
2004-10-21 krammadded bit checking in swf_ShapeSetCurve().
2004-10-21 krammadded extra information output in case of bit overflows.
2004-09-22 krammswf_WriteFont/swf_ReadFont now also work on Windows.
2004-09-14 krammremoved no-longer-valid comment.
2004-09-14 krammadded overflow checking for text coordinates.
2004-09-05 krammfixed big-endian problems.
2004-09-03 krammadded INITACTION to swf_GetDefineID().
2004-09-03 krammPatch from Simon:
2004-09-03 krammsome fixes to ft2build.h handling.
2004-09-02 krammuse FT_FREETYPE_H if we have ft2build.h.
2004-09-02 krammadded handling of ft2build.h.
2004-08-20 krammadded support for charmaps.
2004-08-17 krammfixed freetype bounding boxes & ascent/descent/leading.
2004-08-17 krammfixed "bad code offset" bug.
2004-08-16 krammfixed off by one maxascii bug.
2004-08-16 krammfixed small bug.
2004-08-16 krammadded full_unicode to swf_SetLoadFontParameters().
2004-08-16 krammfixed "align to subpixels" outline quality problem.
2004-08-16 krammstarted reworking the FONTUSAGE code.
2004-08-14 krammremoved lame warning "strange error flushing buffer".
2004-08-14 krammgcc 2.95.x compatibility fixes.
2004-08-14 krammseveral bugfixes. Freetype fonts are now properly sized.
2004-08-13 krammadded reencoding code.
2004-08-13 krammfixed "second swf_LoadT1Font() fails" bug.
2004-08-12 krammadded more graceful error handling.
2004-08-08 krammindent -kr -l160
2004-08-08 krammadded swf_FontPrepareForEditText().
2004-08-07 krammadded swf_DummyFont().
2004-07-25 krammundid last change.
2004-07-25 krammadded matrix argument to swf_SetDefineText().
2004-07-24 krammrenamed swf_LoadFontSetScale to swf_LoadFontSetParameters.
2004-07-24 krammadded custom font scaling.
2004-07-12 krammadded comment.
2004-07-12 krammfixed TTF leading.
2004-06-28 krammremoved debugging code.
2004-06-12 krammfixed a font bug, added handling for NULL in glyphnames.
2004-06-12 krammremoved a debug statement.
2004-06-12 krammFreetype converter: Only glyphs with either a unicode...
2004-06-06 krammfixed UTF8 bounding box calculation.
2004-06-06 krammprevent against missing glyphs in swf_DrawText.
2004-06-06 krammremoved superfluous memset.
2004-06-02 krammfixed yet another typo.
2004-06-02 krammfixed typo.
2004-06-02 krammadded FONTNAMES to getDefineID.
2004-06-02 krammadded a size argment to swf_DrawText.
2004-06-02 krammAdded swf_TextCountBitsUTF8() and swf_TextSetCharRecord...
2004-06-02 krammOnly store max. 256 characters into a font SWF file...
2004-06-02 krammfixed "connected h,a characters" bug.
2004-05-31 krammmoved fix for short definebitslossless tags to ../rfxswf.c.
2004-05-28 krammfixed fontUsage functions.
2004-05-28 krammthe advance value is now in twips, not in pixels.
2004-05-28 krammfixed ascent,descent&leading.
2004-05-28 krammadvance is now in twips, not in pixels.
2004-05-16 krammadded some functions from ../../src/swfbbox.c.
2004-05-11 krammremoved buttons from swf_GetDefineBBox(), as they don...
2004-05-11 krammadded method swf_ParseDefineText().
2004-05-07 krammfix: definebutton2 has an alpha cxform.
2004-05-02 krammsupport for using shapedrawers for line drawings
2004-04-08 krammfixed swfextract -F segfault error
2004-03-30 krammfixed gcc 2.95.3 compile problem
2004-03-30 krammadded glyphnames support
2004-03-29 krammadded swf_Concatenate() function
2004-02-10 krammfixed compile problems.
2004-02-06 krammfix for segfault in LoadT1Font if the fontname is not...
next