more horizontal refactoring
[swftools.git] / lib / modules / swftext.c
2009-11-30 Matthias Krammfixed a couple of memleaks
2009-11-29 Matthias Krammhandle fonts with zero bboxes in layout more gracefully
2009-11-29 Matthias Krammadded 'flashtype' option to .font in swfc
2009-11-28 Matthias Krammundo previous change
2009-11-28 Matthias Krammignore word starts during pair usage building
2009-11-28 Matthias Krammgenerate align zones during postprocessing
2009-11-19 Matthias Krammadded occurence counting to glyph pair tracker
2009-11-19 Matthias Krammadded glyph pairing to align zone detector
2009-11-05 Matthias Krammfixed a couple of bugs in alignzone detector
2009-10-30 Matthias Krammadded fontalign polygon detector
2009-10-26 Matthias Krammmerged in fontalignzones branch
2009-10-07 Matthias Krammadded fontalign support in swfdump
2009-01-06 krammupgraded exportfont to flash version 9
2008-11-23 krammchar* -> const char*
2008-11-12 krammmade some char pointers constant
2008-09-26 krammhandle font tags without characters more gracefully
2008-05-24 krammapplied Huub Schaek's .edittext patch
2008-05-22 krammterminate font name with \0
2008-03-26 krammmade compileable standalone
2008-03-17 krammrenamed dx/dy to x/y in TextSetInfoRecord
2008-01-09 krammwin32 compile fixes
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-11-07 krammset previously uninitialized variables
2007-09-09 krammfixed bug in text printing
2007-09-08 krammadded missing const keywords
2007-08-20 krammfirst half of Huub Schaek's sweep patch
2007-08-11 krammadded extra braces
2007-08-07 krammpatch from Huub Schaeks
2007-07-27 krammapplied patches from Huub Schaeks
2007-01-21 krammremoved debug output
2006-10-30 krammchanged "%c" in text extraction to "%lc"
2006-06-16 krammadded used_glyphs field in font usage
2005-12-07 krammglyph2ascii can now be NULL
2005-12-03 krammadded newline capability to swf_SetDefineText().
2005-06-19 krammfixed memory deallocing
2005-05-28 krammfixed alpha color values in swf_ExtractText()
2005-05-21 krammfixed character reading: take offset table into account.
2005-05-08 krammadded a temporary swf_FontReduce() solution
2005-04-03 krammfixed swf_FontEnumerate()
2005-04-01 krammfixed swf_FontEnumerate() prototype
2004-11-28 krammfixed SET_TO_ZERO logic.
2004-11-28 krammfixed SET_TO_ZERO handling.
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-11 krammadded dummy xpos to swf_TextCalculateBBoxUTF8().
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-09-22 krammswf_WriteFont/swf_ReadFont now also work on Windows.
2004-09-14 krammadded overflow checking for text coordinates.
2004-08-17 krammfixed "bad code offset" bug.
2004-08-16 krammstarted reworking the FONTUSAGE code.
2004-08-14 krammgcc 2.95.x compatibility fixes.
2004-08-08 krammindent -kr -l160
2004-08-08 krammadded swf_FontPrepareForEditText().
2004-07-25 krammundid last change.
2004-07-25 krammadded matrix argument to swf_SetDefineText().
2004-06-12 krammfixed a font bug, added handling for NULL in glyphnames.
2004-06-06 krammfixed UTF8 bounding box calculation.
2004-06-06 krammprevent against missing glyphs in swf_DrawText.
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-05-28 krammfixed fontUsage functions.
2004-05-28 krammthe advance value is now in twips, not in pixels.
2004-05-11 krammadded method swf_ParseDefineText().
2004-04-08 krammfixed swfextract -F segfault error
2004-02-03 krammgcc 2.95.4 fixes
2004-01-31 krammadded load/save support for glyph names.
2004-01-31 krammremoved MAX_CHAR_PER_FONT, made TTF support work.
2004-01-01 krammadded swf_DrawText().
2003-11-19 krammchanged S16 to int, so that SET_TO_ZERO can be used.
2003-08-08 krammadded (long) GPL headers.
2003-05-19 krammglyphs now use CountUBits, which makes textdefines...
2003-04-02 krammdefinefontinfo2
2003-02-06 krammfixed for -1 values in ascii2swf (chars without a glyph...
2003-02-01 krammfixed scaling/advancing.
2003-01-31 kramm* zlib is now optional
2002-11-03 krammbugfixes.
2002-10-28 krammFlash MX additions
2002-06-14 kramm* removed Font{Import,Export} functions
2002-06-13 krammbugfix: font glyph boundaries weren't stored.
2002-06-06 krammfonts with 0 characters were parsed incorrectly.
2002-04-21 krammfixed compiler warnings.
2002-03-22 kramm* removed flags field from SWFFONT structure
2002-02-16 krammseveral bugfixes
2001-12-16 krammadded EditText handling.
2001-12-06 krammfixed advance values
2001-12-06 krammswf_WriteFont: write characters > 256
2001-11-29 krammnew function FontExtract_DefineTextCallback.
2001-11-10 krammswf_WriteFont: double spacing in text fields, remove...
2001-11-05 boehmeminor fixes: new font structure in dumpfont.c, commente...
2001-11-05 krammfixed some bugs in extractdefinefont2
2001-11-05 kramm* enumerate also definefont2 tags
2001-11-05 krammchanged gid to ascii2glyph and codes to glyph2ascii
2001-11-05 kramm* implemented definefont2 parsing
2001-11-04 krammadded swf_WriteFont and swfReadFont routines
2001-10-31 boehmefixed swf_FontImport()
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-18 krammInitial revision