summaryrefslogtreecommitdiff
path: root/pdf2swf
AgeCommit message (Expand)AuthorFilesLines
2004-09-28added crop box fix.kramm1-0/+13
2004-09-27added gradient warning.kramm1-0/+13
2004-09-27fixed blank frame bug.kramm1-1/+2
2004-09-27added (call to) useGradients().kramm2-0/+11
2004-09-26* fixed small bbox bugkramm1-13/+15
2004-09-26added support for different page sizes.kramm3-78/+101
2004-09-21removed fontmatrix debug messages.kramm1-3/+0
2004-09-21added debugging messages to getCharID().kramm1-0/+5
2004-09-21added fix for segfault.kramm1-1/+4
2004-09-17added xpdf-3.00 support.kramm1-2/+32
2004-09-17*** empty log message ***kramm4-4389/+0
2004-09-17upgrade to xpdf-3.00.kramm1-3/+3
2004-09-17applied diff between xpdf-1.01-orig and xpdf-1.01-swftools.kramm4-4/+57
2004-09-17removed test code.kramm1-4/+1
2004-09-17upgrade to xpdf-3.00.kramm1-59/+77
2004-09-17applied diff between xpdf-1.01-orig and xpdf-1.01-swftools.kramm3-7/+9
2004-09-17upgrade to xpdf 3.00.xpdf-3-00kramm95-2694/+20076
2004-09-10removed most set<parameter>() functions. All parameters are now setkramm2-28/+2
2004-09-10fixed parameter passing.kramm1-11/+12
2004-09-10fixed documentation.kramm1-1/+1
2004-09-10set FONT_INTERNAL_SIZE to 4.kramm1-2/+4
2004-09-09FONT_INTERNAL_SIZE is now 16.kramm1-3/+2
2004-09-09* removed coordinate roundingkramm1-5/+9
2004-09-09added documentation about zoom option.kramm1-0/+1
2004-09-03added fontconfig code.kramm1-3/+104
2004-09-03added files.kramm1-1/+1
2004-09-02added some words to usage().kramm1-1/+1
2004-09-01added rounding of character coordinates.kramm1-0/+6
2004-08-26shapes with width/height of zero are now converted to strokes again.kramm1-48/+62
2004-08-24fixed "triangle problem"- corrected bounding boxes are now correctkramm1-9/+10
2004-08-24the zero bounding box correction linewidth is now configurable.kramm1-7/+12
2004-08-20don't try to load a Type3 font.kramm1-3/+6
2004-08-20refined some log messages.kramm1-1/+1
2004-08-20* added rectangle correction.kramm1-9/+64
2004-08-19fixed line width bugkramm1-3/+3
2004-08-19fixed windows access violation which occurs if one tries to retrievexpdf-1-01-latestkramm1-3/+7
2004-08-18moved most of the parameter parsing to swfoutput.cc.kramm1-75/+18
2004-08-18* added swfoutput_setparameter() function.kramm1-12/+2
2004-08-18* made shape overlap conversion dependend on "filloverlap" parameterkramm1-1/+43
2004-08-18fixed shape bounding boxes.kramm2-51/+106
2004-08-18brought --help output up to date..kramm1-2/+4
2004-08-17* added some commentskramm1-17/+39
2004-08-16started fixing text bounding boxes.kramm1-19/+61
2004-08-16implemented font matrices.kramm1-69/+67
2004-08-16added fontmatrix to swfoutput struct.kramm1-0/+1
2004-08-16added logging of glyph bounding boxes.kramm1-8/+14
2004-08-16added call to swf_FontUseGlyph().kramm1-4/+6
2004-08-16added call to swf_SetLoadFontParameters() in order to set full_unicodekramm1-0/+9
2004-08-14added drawmode to swfoutput struct.kramm1-0/+1
2004-08-14* remove empty shapes from outputkramm1-20/+31