fix for t1lib-5.0.0
[swftools.git] / pdf2swf / swfoutput.cc
2003-04-05 kramm* new spline algorithm
2003-01-04 krammadded http style function calling.
2002-08-17 krammimplemented viewer gadgets and --flashversion.
2002-07-03 krammfix character searching in fonts.
2002-06-17 krammImplement -t (--stop) option.
2002-06-13 krammadded antialiasing of type 3 fonts.
2002-05-30 krammmade rfxswf actionscript routines threadsafe. ;)
2002-05-27 krammremoved a printf.
2002-05-19 kramm* routine swfoutput_drawimagejpeg now takes a bitmap...
2002-04-21 krammadded -z option.
2002-03-15 krammCheck the --ignore option in the "cloud bug" workaround.
2002-03-15 krammmake links swfcombine(1) compatible.
2002-03-12 krammfix the "cloud" bug
2002-01-16 krammsize optimization: omit splines of zero length.
2002-01-16 krammfixed handling of NULL strings in logf calls.
2001-12-16 krammstore named links in a variable.
2001-12-13 krammbyte order fix.
2001-12-06 kramm* new function SWFFont::getWidth(char*)
2001-12-02 kramms/GetDataSize/GetTagLen/g
2001-11-28 krammThe image routines don't try to insert broken images...
2001-11-23 krammadded support for truetype libs using ttf2pt1.
2001-11-09 krammSWFFont now also stores char widths. (a.k.a. advance...
2001-11-08 krammswf_SetActions is now named swf_ActionSet.
2001-11-04 krammadded optional storing of full font sets in the .swf...
2001-11-04 krammwrite fontinfo tags
2001-11-04 boehmefixed: "too many arguments" bug @ swf_ActionStart()
2001-11-04 krammremoved unneccessary placeobject tag
2001-11-01 krammadded routines for link generation
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-29 krammfixed logfs with no priority
2001-10-29 kramm* new function: swfoutput_drawimageagain, which draws...
2001-10-28 krammLossless Images added.
2001-10-23 kramm* startclip() doesn't change the drawmode anymore
2001-10-22 krammformatting fixes, variable inititializations, added...
2001-10-22 krammfonts now work. output size is a small fraction of...
2001-10-20 kramm* shapecount is now named currentswfid
2001-10-20 krammfixed a bug. (SWFFont now strdups it's font name)
2001-10-20 krammFont characters are now addressed by full name, not...
2001-10-18 krammimplemented two levels of font cache
2001-10-18 kramm* setfont now takes the font id as parameter (to be...
2001-10-18 krammInitial revision