undid 1.95->1.96 changes
[swftools.git] / pdf2swf /
2004-12-21 krammundid 1.95->1.96 changes
2004-12-20 krammfixed page52.pdf segfault (added null pointer handling to
2004-12-18 kramm* fixed bbox bug, which caused shapes to disappear
2004-12-18 krammomit drawing of objects outside the page.
2004-11-28 krammfixed crash if a standard font wasn't found.
2004-11-25 krammadded some comments.
2004-11-25 krammadded new option "forceType0Fonts".
2004-11-25 krammadded $(A) for lib extension.
2004-11-22 krammfixed bug in SWFOutputDev::getDimensions().
2004-11-22 krammobject extension is now determined by configure. (...
2004-11-17 krammfixed function name.
2004-11-17 krammThe user's clip box is now taken as-is, instead of...
2004-11-17 krammtemporarily removed -1, -2 from usage().
2004-11-17 krammadded n-upping.
2004-11-17 krammswf_output now needs an explicit pagefeed after each...
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-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-11-01 krammadded path handling for language packs.
2004-11-01 krammadded a few more dependencies.
2004-10-26 krammadded pdfswf_addlanguagedir() function.
2004-10-26 krammnew function pdfswf_addlanguagedir().
2004-10-26 krammfixed logging of parameter parsing.
2004-10-26 krammmade parseFile() public.
2004-10-23 krammrenamed xpdfrc to pdf2swf.conf, to prevent xpdf configu...
2004-10-22 krammadded some log messages to the font directory routines.
2004-10-22 krammmoved addfontdir to SWFOutputDev.cc.
2004-10-22 krammcheck result value of swf_output_save().
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-22 krammadded members x1,y1,x2,y2 to swf_output.
2004-10-22 krammswf_output_save now returns a status code.
2004-10-22 kramm* changed logging interface
2004-10-22 kramm* swfoutput_save now returns a status code
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-21 krammadded pdf_page_rendersection().
2004-10-21 krammadded __cplusplus extern "C" stuff.
2004-10-21 krammmade interface a little more oo-like.
2004-10-21 krammremoved _setversion, _jpegquality.
2004-10-21 krammremoved setprotected().
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-21 krammnon-main modules are now compiled into a library.
2004-10-21 krammc++/c fixes
2004-10-21 krammchanged interface of converter engine.
2004-10-19 krammfixed endless loop.
2004-10-15 krammif font encoding is not unicode, try glyph[ascii2glyph...
2004-10-15 krammdon't assign unicode character if uLen is 0 in drawChar().
2004-09-28 krammadded crop box fix.
2004-09-27 krammadded gradient warning.
2004-09-27 krammfixed blank frame bug.
2004-09-27 krammadded (call to) useGradients().
2004-09-26 kramm* fixed small bbox bug
2004-09-26 krammadded support for different page sizes.
2004-09-21 krammremoved fontmatrix debug messages.
2004-09-21 krammadded debugging messages to getCharID().
2004-09-21 krammadded fix for segfault.
2004-09-17 krammadded xpdf-3.00 support.
2004-09-17 kramm*** empty log message ***
2004-09-17 krammupgrade to xpdf-3.00.
2004-09-17 krammapplied diff between xpdf-1.01-orig and xpdf-1.01-swftools.
2004-09-17 krammremoved test code.
2004-09-17 krammupgrade to xpdf-3.00.
2004-09-17 krammapplied diff between xpdf-1.01-orig and xpdf-1.01-swftools.
2004-09-17 krammupgrade to xpdf 3.00. xpdf-3-00
2004-09-10 krammremoved most set<parameter>() functions. All parameters...
2004-09-10 krammfixed parameter passing.
2004-09-10 krammfixed documentation.
2004-09-10 krammset FONT_INTERNAL_SIZE to 4.
2004-09-09 krammFONT_INTERNAL_SIZE is now 16.
2004-09-09 kramm* removed coordinate rounding
2004-09-09 krammadded documentation about zoom option.
2004-09-03 krammadded fontconfig code.
2004-09-03 krammadded files.
2004-09-02 krammadded some words to usage().
2004-09-01 krammadded rounding of character coordinates.
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 krammdon't try to load a Type3 font.
2004-08-20 krammrefined some log messages.
2004-08-20 kramm* added rectangle correction.
2004-08-19 krammfixed line width bug
2004-08-19 krammfixed windows access violation which occurs if one... xpdf-1-01-latest
2004-08-18 krammmoved most of the parameter parsing to swfoutput.cc.
2004-08-18 kramm* added swfoutput_setparameter() function.
2004-08-18 kramm* made shape overlap conversion dependend on "filloverl...
2004-08-18 krammfixed shape bounding boxes.
2004-08-18 krammbrought --help output up to date..
next