2005-04-13 21:02  dan

	* configure.ac: release 0.1.2.2

2005-04-13 21:02  dan

	* src/SWFImportExport.cpp: import RGB (without Alpha) PNGs

2005-04-13 20:23  dan

	* src/swfmill.cpp: modified usage to reflect PNG import capability

2005-04-13 20:15  dan

	* configure.ac: release 0.1.2.1

2005-04-13 20:14  dan

	* AUTHORS, NEWS, README, configure.ac, src/Makefile.am,
	  src/SWFImportExport.cpp, src/SWFImportExport.h,
	  src/SWFShapeMaker.cpp, src/readpng.h, src/xslt_library.xsl,
	  src/xslt_pack.cpp, src/xsl/source.xml: PNG import

2005-04-10 12:18  dan

	* NEWS, README, configure.ac, release.sh, src/swfmill.cpp: release
	  0.1.2

2005-04-10 11:37  dan

	* configure.ac: release 0.1.1.1

2005-04-10 11:37  dan

	* NEWS, release.sh: nearing 0.1.2

2005-04-10 11:36  dan

	* src/SWFImportFreetype.cpp: pixel-correct font scaling

2005-04-10 11:19  dan

	* src/xslt_library.xsl: pretty correctly import .ttf, bold/italic
	  still missing to be set.

2005-04-10 08:20  dan

	* src/xsl/: basics.xsl, header.xsl: ctx->quiet

2005-04-10 08:19  dan

	* src/: SWFImportExport.cpp, SWFImportFreetype.cpp, swfmill.cpp:
	  @glyph for ttf import (unicode-cool!) import/export functions are
	  quiet.

2005-04-10 06:51  dan

	* src/xsl/: dumper.xsl, parsexml.xsl, writer.xsl, writexml.xsl:
	  some dumping bugs, context for import/export

2005-04-10 06:51  dan

	* src/: SWFGlyphList.cpp, SWFImportExport.cpp, SWFImportExport.h,
	  SWFImportFreetype.cpp: dont import empty glyphs for real this
	  time.  import and export functions get context, to learn to be
	  quiet.

2005-04-10 05:35  dan

	* src/SWFImportFreetype.cpp: dont import empty glyphs.

2005-04-10 05:15  dan

	* src/: SWFShapeMaker.cpp, SWFShapeMaker.h: rounding error
	  compensation for good this time.

2005-04-10 05:05  dan

	* src/: SWFImportFreetype.cpp, SWFShapeMaker.cpp: haha- that didnt
	  fix it just yet.

2005-04-10 04:56  dan

	* src/SWFShapeMaker.cpp: avoid rounding errors, lineTo/lineToR
	  "swapped"

2005-04-10 01:34  dan

	* HACKING: some notes

2005-04-10 01:10  dan

	* NEWS, TODO, configure.ac: freetype

2005-04-10 01:10  dan

	* src/: SWFImportExport.cpp, SWFImportExport.h, xslt_library.xsl,
	  xslt_pack.cpp: .ttf import import*() get the current xml node.

2005-04-10 01:09  dan

	* src/Makefile.am: add freetype

2005-04-10 01:09  dan

	* src/SWFImportFreetype.cpp: TTF import works! yeah, baby!

2005-04-10 01:08  dan

	* src/: SWFItem.cpp, SWFItem.h: SWFMaxBitsNeeded()

2005-04-10 01:08  dan

	* src/: SWFShapeItem.cpp, SWFShapeItem.h: LineTo accessors
	  @end-condition support (isEnd()) end-of-shape parsing flaw
	  corrected

2005-04-10 01:07  dan

	* src/SWFWriter.cpp: sanity check when integer value doesnt fit
	  bitsize.

2005-04-10 01:06  dan

	* src/swft.cpp: SVG path conversion (to Shape records)

2005-04-10 01:05  dan

	* src/: SWFGlyphList.cpp, SWFGlyphList.h: some accessors.

2005-04-10 01:04  dan

	* src/: SWFShapeMaker.cpp, SWFShapeMaker.h: cubic to quadratic
	  spline conversion, rounding error compensation, betterings all
	  over.

2005-04-10 01:03  dan

	* src/xsl/: basics.xsl, header.xsl, parser.xsl, parsexml.xsl,
	  size.xsl, source.xml: @end-condition (for shapes mainly, could be
	  used for actions/tags?) a little better string handling (still no
	  good in parts!) little better error reporting when xml is insane
	  list accessors import is done on the very end (as to overwrite
	  any parsed values, like empty glyphlists)

2005-04-07 22:21  dan

	* configure.ac: release 0.1.1

2005-04-07 21:33  dan

	* src/: SWFImportFreetype.cpp, SWFShapeMaker.cpp, SWFShapeMaker.h:
	  added files for TTF import (in the works...)

2005-04-07 20:56  dan

	* README: forgot header ;)

2005-04-07 04:06  dan

	* src/: SWFFile.cpp, TODO: bigendian trouble when parsing length
	  (in header)

2005-04-07 04:04  dan

	* src/xslt_pack.cpp: recognize .jpeg extension

2005-04-06 16:49  dan

	* src/: SWFShapeItem.cpp, xslt_library.xsl, xsl/parser.xsl,
	  xsl/source.xml, xsl/writer.xsl: some mingling for swf import

2005-04-06 15:51  dan

	* src/swfmill.cpp: context (and thus, -v) for library

2005-04-06 02:39  dan

	* README: typo

2005-04-06 02:38  dan

	* src/: SWFImportExport.cpp, swfmill.cpp, xslt.h, xslt_pack.cpp:
	  figure jpeg size fopen("rb") mode, header
	  (<width>:<height>:<framerate>) option for library

2005-04-06 02:38  dan

	* src/xslt_library.xsl: correct behaviour for header variables.

2005-04-06 00:39  dan

	* README, release.sh: release script somewhat better, README
	  correction

2005-04-05 22:17  dan

	* configure.ac, release.sh: release 0.1

2005-04-05 17:39  dan

	* src/: SWFReader.cpp, SWFReader.h, xsl/parser.xsl,
	  xsl/parsexml.xsl: use long ints in getNBitInt, signed
	  nBitFixedPoints were treated unsigned, shut of a double->long
	  conversion warning.

2005-04-05 16:57  dan

	* release.sh: added release skript

2005-04-05 16:23  dan

	* autogen.sh, src/Makefile.am: static linking for windoze

2005-04-05 16:14  dan

	* configure.ac, src/Makefile.am: static linking on mingw

2005-04-05 04:28  dan

	* Makefile.am, configure.ac: [no log message]

2005-04-05 04:24  dan

	* src/: Makefile.am, swfmill.cpp, swft.cpp, swft.h, xslt.h,
	  xslt_library.xsl, xslt_pack.cpp: xslt and library commands,
	  obsoleting swfpack

2005-04-04 21:43  dan

	* src/: Makefile.am, SWFFile.cpp, SWFFile.h, swfmill.cpp: swffile
	  doesnt take sig char no more, changes in swfmill (commands
	  introduced, in prep for pack)

2005-04-04 21:19  dan

	* COPYING, README: [no log message]

2005-04-04 17:12  dan

	* src/: SWFImportExport.cpp, swfmill.cpp: use fopen with "b"(inary)
	  for windoze.

2005-04-04 15:02  dan

	* src/: TODO, xsl/source.xml: "bitmap" to "objectID" for bitmap
	  fills latencySeek in DefineSound1

2005-04-01 18:17  dan

	* src/: TODO, xsl/basics.xsl: exportAssets=false by default

2005-04-01 00:05  dan

	* autogen.sh: autogen madness

2005-04-01 00:04  dan

	* src/xsl/: source.xml, writexml.xsl: context-set in writexml
	  misplaced, TextEntry7 (or so) uses objectID instead of font

2005-04-01 00:03  dan

	* src/: SWFFile.cpp, SWFFile.h: setXML, loadXML uses it.

2005-03-31 18:20  dan

	* configure.ac: tools/, check for xslt

2005-03-31 18:18  dan

	* Makefile.am, configure.ac, src/Makefile.am, src/readpng.c,
	  src/readpng.h: beginnings of pngimport

2005-03-31 18:18  dan

	* src/swfmill.cpp: just a usage() typo.

2005-03-31 18:17  dan

	* src/SWFImportExport.cpp: simple empty first jpeg part... unsure
	  if thats reliable.

2005-03-31 18:17  dan

	* src/: SWFFile.cpp, SWFFile.h: getXML(), writeXML uses it.

2005-03-31 18:16  dan

	* src/: SWFReader.cpp, SWFReader.h, SWFWriter.cpp, SWFWriter.h:
	  putNBitFixed, set pos to length+1 on EOF.

2005-03-31 18:16  dan

	* src/SWFShapeItem.cpp: continue reading if 6 bits are available
	  before end, fixes missing end of shape (empty ShapeSetup) bug

2005-03-31 18:15  dan

	* src/xsl/: dumper.xsl, parser.xsl, parsexml.xsl, size.xsl,
	  source.xml, writer.xsl: added export,context as empty in dumper,
	  fixedpoint is now proper. but framerate might be wrong.

2005-03-26 20:13  dan

	* src/: Makefile.am, SWFFile.cpp, SWFGlyphList.cpp,
	  SWFImportExport.cpp, SWFImportExport.h, SWFItem.cpp, SWFItem.h,
	  swfmill.cpp, xsl/basics.xsl, xsl/dumper.xsl, xsl/header.xsl,
	  xsl/parser.xsl, xsl/parsexml.xsl, xsl/size.xsl, xsl/source.xml,
	  xsl/writer.xsl, xsl/writexml.xsl: JPEG import/export

2005-03-26 16:18  dan

	* src/xsl/source.xml: DefineFontInfo, BitsLossless(2), BitsJPEG2
	  (without understanding them completely)

2005-03-26 15:08  dan

	* autogen.sh, configure.ac: [no log message]

2005-03-26 04:27  dan

	* src/SWFGlyphList.cpp: DefineFont1 seems to work

2005-03-26 04:00  dan

	* src/: SWFGlyphList.cpp, SWFList.h, SWFStyle.cpp, TODO,
	  swfmill.cpp, xsl/basics.xsl, xsl/dumper.xsl, xsl/header.xsl,
	  xsl/parser.xsl, xsl/parsexml.xsl, xsl/size.xsl, xsl/source.xml,
	  xsl/writer.xsl, xsl/writexml.xsl: DefineButton2 (@next and @end),
	  DefineFont1 nearly working

2005-03-25 18:57  dan

	* src/: Makefile.am, SWFFile.cpp, SWFFile.h, SWFGlyphList.cpp,
	  SWFGlyphList.h, SWFItem.cpp, SWFItem.h, SWFShapeItem.cpp,
	  SWFShapeItem.h, TODO, swf2xml.cpp, swfmill.cpp, swftest.cpp,
	  xml2swf.cpp, xsl/dumper.xsl, xsl/header.xsl, xsl/parser.xsl,
	  xsl/size.xsl, xsl/source.xml: dump() takes context, DefineText
	  works, DefineText2 untested and disabled, single executable with
	  nice (popt-less) options.

2005-03-25 13:44  dan

	* .in, Makefile.am, autogen.sh, configure.ac, autoconfig/m4/.keep,
	  src/Makefile.am, src/SWFAction.cpp, src/SWFAction.h,
	  src/SWFBasic.h, src/SWFFile.cpp, src/SWFFile.h,
	  src/SWFGlyphList.cpp, src/SWFGlyphList.h, src/SWFItem.cpp,
	  src/SWFItem.h, src/SWFList.h, src/SWFReader.cpp, src/SWFReader.h,
	  src/SWFShapeItem.cpp, src/SWFShapeItem.h, src/SWFStackItem.cpp,
	  src/SWFStackItem.h, src/SWFStyle.cpp, src/SWFStyle.h,
	  src/SWFTag.cpp, src/SWFTag.h, src/SWFWriter.cpp, src/SWFWriter.h,
	  src/TODO, src/base64.c, src/base64.h, src/swf2xml.cpp,
	  src/swftest.cpp, src/xml2swf.cpp, src/xsl/basic.xsl,
	  src/xsl/basics.xsl, src/xsl/dumper.xsl, src/xsl/header.xsl,
	  src/xsl/mk.xsl, src/xsl/parser.xsl, src/xsl/parsexml.xsl,
	  src/xsl/size.xsl, src/xsl/source.xml, src/xsl/writer.xsl,
	  src/xsl/writexml.xsl: Initial revision

2005-03-25 13:44  dan

	* .in, Makefile.am, autogen.sh, configure.ac, autoconfig/m4/.keep,
	  src/Makefile.am, src/SWFAction.cpp, src/SWFAction.h,
	  src/SWFBasic.h, src/SWFFile.cpp, src/SWFFile.h,
	  src/SWFGlyphList.cpp, src/SWFGlyphList.h, src/SWFItem.cpp,
	  src/SWFItem.h, src/SWFList.h, src/SWFReader.cpp, src/SWFReader.h,
	  src/SWFShapeItem.cpp, src/SWFShapeItem.h, src/SWFStackItem.cpp,
	  src/SWFStackItem.h, src/SWFStyle.cpp, src/SWFStyle.h,
	  src/SWFTag.cpp, src/SWFTag.h, src/SWFWriter.cpp, src/SWFWriter.h,
	  src/TODO, src/base64.c, src/base64.h, src/swf2xml.cpp,
	  src/swftest.cpp, src/xml2swf.cpp, src/xsl/basic.xsl,
	  src/xsl/basics.xsl, src/xsl/dumper.xsl, src/xsl/header.xsl,
	  src/xsl/mk.xsl, src/xsl/parser.xsl, src/xsl/parsexml.xsl,
	  src/xsl/size.xsl, src/xsl/source.xml, src/xsl/writer.xsl,
	  src/xsl/writexml.xsl: seems to work good; not all tags
	  implemented yet.

