new parameter -s textonly
[swftools.git] / pdf2swf / SWFOutputDev.cc
2006-06-05 kramm*** empty log message ***
2006-04-23 krammadded <trace> logging to drawlink function
2006-02-08 kramm* removed useGradients() method
2006-01-22 krammfixed stream corruption bug after soft masked images...
2006-01-16 krammfixed unicode bug
2006-01-06 kramminterface changes: expose gfxdevice to the caller
2006-01-06 krammfixed treatment of "launch" links without params
2006-01-06 krammfixed off-by-one bug
2005-12-07 krammfont ids now contain the pdf reference id
2005-12-07 krammsmall logging changes
2005-12-07 krammremoved extra treatment for space characters, because
2005-12-07 krammadded masking and soft masking
2005-12-03 kramm* can now have one more than fontdir/languagedir by...
2005-12-03 krammupgraded xpdf to 3.01
2005-11-06 krammsmall bugfix in drawchar(), removed rfxswf.h references
2005-10-15 krammmoved swfoutput.h to ../lib/devices
2005-10-15 krammfixed some error messages.
2005-10-12 krammfixed space handling in drawChar()
2005-09-10 krammget() now takes a "name" parameter
2005-09-10 krammfixed segv bug in drawChar()
2005-07-31 krammworkaround for ligature problems
2005-07-23 krammremoved debugging code
2005-07-23 krammlink pages tables are now a part of SWFOutputDev
2005-07-16 kramm* use InfoOutputDev to determine maximum font size
2005-06-25 krammfixed space->m bug, removed x1,y1,x2,y2 fields in swf_o...
2005-06-19 krammswf_output_startframe() and swf_output_endframe() now...
2005-06-02 krammfixed some memory allocation issues
2005-06-02 krammimplemented new version of finish()
2005-05-28 krammtook some further steps in implementing gfxdevice.
2005-05-16 krammzoom is now a double
2005-05-16 krammfixed several font-stroke related bugs
2005-05-08 krammadded gfx font loading
2005-05-08 kramm* moved non-gfxdevice specific font handling to SWFOutp...
2005-04-30 krammtype 0 fonts are now enabled by default
2005-04-30 kramm* re-inserted font deletion
2005-04-29 krammfixed a mem leak
2005-04-29 krammfixed a few mem leaks
2005-04-07 krammadded workaround for text clipping (text render = 7)
2005-03-06 krammfixed Type0C handling.
2005-02-27 krammfixed type 3 stroke/fill color problem.
2005-02-27 krammadded comments about maskcolors
2005-02-26 kramm* re-added outline dumping for <trace> loglevel
2005-02-22 krammstarted to port output to gfxdevice abstraction.
2005-02-20 krammreworked image code.
2004-12-20 krammfixed page52.pdf segfault (added null pointer handling to
2004-11-28 krammfixed crash if a standard font wasn't found.
2004-11-25 krammadded new option "forceType0Fonts".
2004-11-22 krammfixed bug in SWFOutputDev::getDimensions().
2004-11-17 krammfixed function name.
2004-11-17 krammThe user's clip box is now taken as-is, instead of...
2004-11-17 krammadded pagefeed() function.
2004-11-07 krammApplied Moriyoshi Koizumi's CID Type 2 patch.
2004-11-02 kramm* added fontconfig parameter
2004-11-01 krammsome languagedir related bugfixes.
2004-10-26 krammadded pdfswf_addlanguagedir() function.
2004-10-22 krammadded some log messages to the font directory routines.
2004-10-22 kramm* added getDimensions() method to OutputDev
2004-10-22 krammadded boolean return value to save().
2004-10-22 krammmoved addfontdir from pdf2swf.cc to SWFOutputDev.cc.
2004-10-21 krammfixed endless loop bug.
2004-10-21 kramm* page info bugfixes
2004-10-21 kramm* changed interface to pdf2swf.cc
2004-10-21 krammfixed memory leaks.
2004-10-21 krammmoved static variables into a structure.
2004-10-15 krammdon't assign unicode character if uLen is 0 in drawChar().
2004-09-27 krammadded gradient warning.
2004-09-26 krammadded support for different page sizes.
2004-09-21 krammremoved fontmatrix debug messages.
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.
next