added xpdf-3.00 support.
[swftools.git] / pdf2swf / SWFOutputDev.cc
2004-09-17 krammadded xpdf-3.00 support.
2004-09-10 krammremoved most set<parameter>() functions. All parameters...
2004-09-09 kramm* removed coordinate rounding
2004-09-03 krammadded fontconfig code.
2004-09-01 krammadded rounding of character coordinates.
2004-08-20 krammdon't try to load a Type3 font.
2004-08-20 krammrefined some log messages.
2004-08-18 krammmoved most of the parameter parsing to swfoutput.cc.
2004-08-14 krammadded some log messages.
2004-08-12 krammfixed problem where the wrong fonts were searched for...
2004-08-07 krammadded more helpful log messages.
2004-08-07 krammadded some log messages about fonts.
2004-08-07 kramm* fixed rotated crop box handling.
2004-08-07 krammsmall logging fixes.
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-12 krammreapplied change 1.61, due to a CVS conflict.
2004-07-05 krammfixed crop box passing.
2004-07-05 krammbounding boxes are not required to start at zero anymore.
2004-07-05 krammstartPage function now takes a crop box as parameter.
2004-06-28 krammadded fontCIDType0C support.
2004-06-21 krammadded more error messages in case of font problems.
2004-06-21 krammuse xpdf to write out embedded TTF fonts.
2004-06-12 krammfixed tempfile handling, support for buggy ttf2pt1...
2004-06-12 krammadded Windows version for temp files.
2004-06-12 krammdump full ttf2pt1 command line to log.
2003-08-02 krammadded extra log messages, fix for OpenOffice PDF problem.
2003-07-05 krammchanged logf to msg.
2003-07-05 kramm* added freetype support in ttf2pt1
2003-05-08 krammset caplinewidth default to 3.0
2003-04-30 krammadded line cap style handling, setparameter() added.
2003-04-11 krammadded extra output in case of font errors.
2003-02-22 krammfix for empty paths.
2003-02-22 krammfix for some truetype fonts.
2003-02-02 krammmingw fixes
2002-08-17 krammimplemented viewer gadgets and --flashversion.
2002-07-03 krammimplemented CID Type 2 fonts.
2002-06-27 krammCIDFonts: look for external replacement.
2002-06-26 krammput out CID warning only once
2002-06-26 kramm* enhanced font search to allow XXXXXX+ prefixes.
2002-06-26 kramm#include <math.h>
2002-06-17 krammImplement -t (--stop) option.
2002-06-13 krammadded antialiasing of type 3 fonts.
2002-05-28 krammimplement -q (--quiet) option.
2002-05-28 krammuse the xpdf type 3 font renderer.
2002-05-27 kramminitialize the xref field.
2002-05-27 krammmore xpdf 1.01 fixes.
2002-05-27 krammmade substituteFont and writeEmbeddedFontToFile work.
2002-05-27 kramminitialize globalParams. Otherwise, xpdf segfaults.
2002-05-27 krammremoved compiler warnings.
2002-05-19 krammsimplified routine drawGeneralImage().
2002-04-21 krammadded -z option.
2002-03-11 krammfix the "cloud" bug.
2002-01-27 krammimproved font search routine.
2002-01-16 krammfixed handling of NULL strings in logf calls.
2002-01-08 krammset dpi to 72.
2001-12-16 krammstore named links in swf, too.
2001-12-16 krammfixed font matrix.
2001-12-13 krammuse mktmpname for generating temporary filenames.
2001-11-23 kramm* only store fonts with valid names in substitute table.
2001-11-23 krammadded support for truetype libs using ttf2pt1.
2001-11-21 krammfixed clipping bug: More than one clipping region insid...
2001-11-19 krammcleaned up font handling.
2001-11-19 krammFixed the masked bitmap handling. (converting the ...
2001-11-16 krammprint out a "file contains links" message once.
2001-11-04 krammadded optional storing of full font sets in the .swf...
2001-11-04 krammadded missing return statement.
2001-11-01 krammcleared up.
2001-11-01 krammadded Link support
2001-10-29 krammbugfix: some lines were too thick or too thin
2001-10-29 krammdon't draw characters which don't have a name
2001-10-29 krammimplement picture cache, so pictures that are reference...
2001-10-28 krammchanged some errors to warnings.
2001-10-28 krammLossless Images added.
2001-10-23 krammFixed a bug which caused wrong initialization of matrices.
2001-10-22 kramm* added functions for setting options
2001-10-20 krammstore temporary files in /tmp.
2001-10-20 krammremoved the embedded cache, as the swfoutput font cache...
2001-10-20 krammFont characters are now addressed by full name, not...
2001-10-18 krammimplemented two levels of font cache
2001-10-18 krammswfoutput_setfont now takes the font id as parameter
2001-10-18 krammInitial revision