replaced libart with new polygon code
[swftools.git] / lib / example /
2009-01-21 Matthias Krammconverted to proper .gitignore format
2009-01-15 Matthias Krammmoved .cvsignore to .gitignore
2008-10-13 krammadapted to interface changes
2008-10-13 krammadapted to library cchanges
2008-03-12 krammreworked compression handling logic
2005-06-02 dsegOutputed swf was corrupt on Windows
2005-06-02 dsegCompilation fixes
2005-06-02 dsegCouldn't compile since rfxswf.h R1.112. fixed.
2005-04-01 krammfixed compile-time problem
2005-02-06 krammfixed library filename
2004-11-25 krammadded $(A) for lib extension.
2004-11-23 krammswf_FontEnumerate now passes a self pointer to the...
2004-09-28 krammadded O_BINARY.
2004-09-03 krammadded hexfont.
2004-09-03 kramminitial revision.
2004-07-25 krammundid last change.
2004-07-25 krammadded matrix argument to swf_SetDefineText().
2004-06-06 krammsome cosmetic changes.
2004-05-31 krammmanually added a space character to the font, and trimm...
2004-05-28 krammswf_FontUse now takes a SWFFONT as additional argument.
2004-05-28 krammadded dependency on ../librfxswf.a.
2004-05-28 krammswf_FontUse takes now also a font as argument.
2004-05-16 krammadded argument to initUsage.
2004-05-16 krammfixed 15bpp example, added some alpha to palette image.
2004-03-13 krammadded protect.c release-0-5-1
2004-03-13 kramminitial revision
2004-01-31 krammswf_SetSoundStreamBlock now takes four parameters.
2003-08-08 krammadded (long) GPL headers.
2003-02-22 kramminitial revision
2003-02-02 krammfixed font advance values.
2003-02-01 krammfix edittext
2003-02-01 krammmoved makefonts.cc to ../../pdf2swf/font2swf.cc
2003-01-31 kramm* zlib is now optional
2002-07-21 krammSWFFont has changed.
2002-06-14 krammexample for using DefineEditText tags.
2002-06-14 krammfix advance values.
2002-06-13 krammwrite out bounding boxes
2002-06-13 kramm* fixed bounding boxes
2002-06-13 krammfixed font tables.
2002-05-30 krammmade rfxswf actionscript routines threadsafe. ;)
2002-05-28 boehmefix: wide-codes in AddGlyph(...)
2002-05-23 boehmebugfix: memset's 3rd parameter in generated C code...
2002-05-20 krammnew setblock prototype.
2002-05-19 krammbladeenc -> lame
2002-04-21 krammclear more in "clean" target
2002-04-21 krammchanged to new font structure.
2002-04-21 krammavi2swf moved to ../../avi2swf.
2002-03-22 krammadded definefont2 examples
2002-03-22 krammfont->flags is now font->style, font->encoding
2002-03-22 kramm* added support for font layout
2002-01-27 krammgenerate FontDataBase, as it's not longer in ${PREFIX...
2002-01-16 krammcleaned up.
2002-01-16 kramm* added sound example
2002-01-13 krammfixed sound.
2002-01-13 krammExample file for sound generation.
2002-01-07 krammimplemented picture cache. still pictures are now much...
2002-01-05 krammWrite output directly to disk
2001-12-16 krammfixed font path
2001-12-06 krammfixed advance values
2001-12-06 kramm* fixed memory leaks
2001-12-03 krammadded additive bitmap routines. (for alpha overlaying)
2001-12-02 krammadded avi2swf.
2001-12-02 kramminitial revision.
2001-11-15 boehmenew example: glyphshape.c
2001-11-11 boehmefixed some targets
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-11-11 krammfixed header.
2001-11-10 krammutility for creating the standard fonts in swf format
2001-11-10 krammadded makefonts utility
2001-11-06 kramm* updated function names
2001-11-05 boehmeminor fixes: new font structure in dumpfont.c, commente...
2001-11-05 krammadded memset
2001-11-05 krammgenerate code for new SWFFONT struct.
2001-11-05 krammchanged to new SWFFONT struct.
2001-11-05 krammuse new SWFFONT struct
2001-11-05 krammnew font struct
2001-11-02 boehmeadded target: movie (type 'make movies' to build all...
2001-11-02 boehmenew examples: dumpfont and text
2001-11-01 boehmebugfix: ST_DEFINEBUTTON2 and CXForms
2001-11-01 krammbutton/actionscript example
2001-10-31 boehmenew example: sprites.c
2001-10-31 boehmetexbox.c is no longer needed because it's too complex
2001-10-31 boehme* updated examples to new rfxswf name conventions
2001-10-30 boehmetemporary comment because of changes in rfxswf
2001-10-28 boehmeinitial version: little example for zlib-compressed...
2001-10-18 krammInitial revision