added support for get(..,"width"), get(..,"height")
[swftools.git] / pdf2swf / swfoutput.cc
2005-09-10 krammadded support for get(..,"width"), get(..,"height")
2005-09-10 kramm* fix for fileVersion and protect parameters
2005-08-06 krammadded faketags parameter
2005-07-24 kramm* shapes are now stored relatively to (0,0)
2005-07-23 krammfixed off-by-one bug in link handling
2005-07-16 kramm* increased subfraction for spline->line conversion
2005-06-25 krammremoved getCharID()
2005-06-25 krammsome cleanups in drawchar()
2005-06-19 kramm* several cleanups
2005-06-17 krammfixed parameter setting
2005-06-04 krammfixed a mem leak
2005-06-02 krammimplemented new version of finish()
2005-05-28 krammtook some further steps in implementing gfxdevice.
2005-05-22 krammfixed rounding of text bboxes.
2005-05-22 krammfixed font bounding box generation.
2005-05-21 krammadded drawlink strub
2005-05-08 kramm* moved non-gfxdevice specific font handling to SWFOutp...
2005-05-01 krammnew parameter "bboxvars".
2005-04-30 krammif there's an ID overflow, output a blank page.
2005-04-29 krammif there was an ID or depth overflow, wipe everything.
2005-04-29 krammadded stub for image cache
2005-04-29 kramm* fixed a mem leak
2005-04-01 kramm* changed swf_fillgradient() prototype.
2005-03-25 krammoptimized depth and character id handling. less depths...
2005-03-06 krammadded some comments
2005-02-27 krammmade moveto take double as argument
2005-02-27 krammimages are now stored in either jpeg or zlib, whatever...
2005-02-26 kramm* bugfixes for dashed/dotted lines
2005-02-26 kramm* several image handling fixes
2005-02-23 kramm* only scale images down
2005-02-22 krammstarted to port to gfxdevice abstraction.
2005-02-20 krammreworked image code.
2004-12-30 krammmoved bitmaps by (-0.5,-0.5), in the hope that the...
2004-12-21 krammundid 1.95->1.96 changes
2004-12-18 kramm* fixed bbox bug, which caused shapes to disappear
2004-12-18 krammomit drawing of objects outside the page.
2004-11-25 krammadded some comments.
2004-11-17 krammadded fix for the "last frame emtpy" problem.
2004-11-17 krammadded support for rendering multiple pages into a singl...
2004-11-17 krammadded pagefeed() function.
2004-11-15 krammfixed conversion for fonts with broken unicode indices.
2004-10-22 kramm* changed logging interface
2004-10-22 kramm* swfoutput_save now returns a status code
2004-10-21 krammadded movex/movey.
2004-10-21 kramm* removed config struct again
2004-10-21 krammadded save method.
2004-10-21 krammmoved all static variables into a structure.
2004-10-15 krammif font encoding is not unicode, try glyph[ascii2glyph...
2004-09-27 krammfixed blank frame bug.
2004-09-26 kramm* fixed small bbox bug
2004-09-26 krammadded support for different page sizes.
2004-09-21 krammadded debugging messages to getCharID().
2004-09-10 krammset FONT_INTERNAL_SIZE to 4.
2004-09-09 krammFONT_INTERNAL_SIZE is now 16.
2004-08-26 krammshapes with width/height of zero are now converted...
2004-08-24 krammfixed "triangle problem"- corrected bounding boxes...
2004-08-24 krammthe zero bounding box correction linewidth is now confi...
2004-08-20 kramm* added rectangle correction.
2004-08-19 krammfixed line width bug
2004-08-18 kramm* made shape overlap conversion dependend on "filloverl...
2004-08-18 krammfixed shape bounding boxes.
2004-08-17 kramm* added some comments
2004-08-16 krammstarted fixing text bounding boxes.
2004-08-16 krammimplemented font matrices.
2004-08-16 krammadded logging of glyph bounding boxes.
2004-08-16 krammadded call to swf_FontUseGlyph().
2004-08-16 krammadded call to swf_SetLoadFontParameters() in order...
2004-08-14 kramm* remove empty shapes from output
2004-08-14 krammlog "empty shape" messages as level debug.
2004-08-14 krammremoved font scaling comment
2004-08-12 krammadded check against bad fonts.
2004-07-25 krammswfoutput_drawchar now returns success or failure.
2004-07-24 kramm* removed t1lib and ttf2pt1 references
2004-07-19 kdalpatadu*** empty log message ***
2004-07-18 krammadded clipping against cropbox (page background shape).
2004-07-18 krammfixed "startdepth" white background bug.
2004-07-05 krammadded background rectangle.
2004-07-05 krammbounding boxes are not required to start at zero anymore.
2004-06-28 krammadded some error checks.
2004-06-21 krammadded some failbacks for missing characters.
2004-06-12 krammfixed missing font bug.
2004-06-12 krammremoved a debug statement.
2004-05-11 krammfixed segmentation fault in T1_ReencodeFont().
2003-11-19 krammfixed zero coordinate problem in swf_TextSetInfoRecord().
2003-08-08 krammadded (long) GPL headers.
2003-07-05 krammchanged logf to msg.
2003-05-08 krammseveral bugfixes in the caplinestyle routines.
2003-04-30 krammadded support for line caps.
2003-04-13 krammset spline maximum error to 0.05.
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.
next