2005-04-01 |
kramm | * changed swf_fillgradient() prototype. |
tree | commitdiff |
2005-03-25 |
kramm | optimized depth and character id handling. less depths... |
tree | commitdiff |
2005-03-06 |
kramm | added some comments |
tree | commitdiff |
2005-03-06 |
kramm | fixed Type0C handling. |
tree | commitdiff |
2005-03-06 |
kramm | fixed compiler warning |
tree | commitdiff |
2005-02-27 |
kramm | fixed type 3 stroke/fill color problem. |
tree | commitdiff |
2005-02-27 |
kramm | made moveto take double as argument |
tree | commitdiff |
2005-02-27 |
kramm | added comments about maskcolors |
tree | commitdiff |
2005-02-27 |
kramm | images are now stored in either jpeg or zlib, whatever... |
tree | commitdiff |
2005-02-26 |
kramm | added dependency on ../lib/art/libart.a |
tree | commitdiff |
2005-02-26 |
kramm | * re-added outline dumping for <trace> loglevel |
tree | commitdiff |
2005-02-26 |
kramm | * bugfixes for dashed/dotted lines |
tree | commitdiff |
2005-02-26 |
kramm | * several image handling fixes |
tree | commitdiff |
2005-02-23 |
kramm | removed extern "C" stuff- the header files do that... |
tree | commitdiff |
2005-02-23 |
kramm | * only scale images down |
tree | commitdiff |
2005-02-22 |
kramm | added ../lib/art/libart.a dependency. |
tree | commitdiff |
2005-02-22 |
kramm | started to port to gfxdevice abstraction. |
tree | commitdiff |
2005-02-22 |
kramm | removed SWF_OUTLINE- gfxdevice's outlines are now used. |
tree | commitdiff |
2005-02-22 |
kramm | started to port output to gfxdevice abstraction. |
tree | commitdiff |
2005-02-22 |
kramm | turned off checking, fixed compiler warnings. |
tree | commitdiff |
2005-02-20 |
kramm | removed swfoutput_drawimagelosslessN function |
tree | commitdiff |
2005-02-20 |
kramm | reworked image code. |
tree | commitdiff |
2005-02-20 |
kramm | header for cmyk.cc |
tree | commitdiff |
2005-02-20 |
kramm | added cmyk.cc. |
tree | commitdiff |
2005-02-20 |
kramm | new CMYK-RGB code |
tree | commitdiff |
2005-02-05 |
kramm | fixed -b in conjunction with -z. |
tree | commitdiff |
2005-02-05 |
kramm | added comment concerning GfxDeviceCMYKColorSpace::getRGB() |
tree | commitdiff |
2005-01-21 |
kramm | * moved os-specific functions to ../lib/os.c |
tree | commitdiff |
2005-01-21 |
kramm | removed SWFTOOLS_DATADIR definition. |
tree | commitdiff |
2004-12-30 |
kramm | moved bitmaps by (-0.5,-0.5), in the hope that the... |
tree | commitdiff |
2004-12-21 |
kramm | undid 1.95->1.96 changes |
tree | commitdiff |
2004-12-20 |
kramm | fixed page52.pdf segfault (added null pointer handling to |
tree | commitdiff |
2004-12-18 |
kramm | * fixed bbox bug, which caused shapes to disappear |
tree | commitdiff |
2004-12-18 |
kramm | omit drawing of objects outside the page. |
tree | commitdiff |
2004-11-28 |
kramm | fixed crash if a standard font wasn't found. |
tree | commitdiff |
2004-11-25 |
kramm | added some comments. |
tree | commitdiff |
2004-11-25 |
kramm | added new option "forceType0Fonts". |
tree | commitdiff |
2004-11-25 |
kramm | added $(A) for lib extension. |
tree | commitdiff |
2004-11-22 |
kramm | fixed bug in SWFOutputDev::getDimensions(). |
tree | commitdiff |
2004-11-22 |
kramm | object extension is now determined by configure. (... |
tree | commitdiff |
2004-11-17 |
kramm | fixed function name. |
tree | commitdiff |
2004-11-17 |
kramm | The user's clip box is now taken as-is, instead of... |
tree | commitdiff |
2004-11-17 |
kramm | temporarily removed -1, -2 from usage(). |
tree | commitdiff |
2004-11-17 |
kramm | added n-upping. |
tree | commitdiff |
2004-11-17 |
kramm | swf_output now needs an explicit pagefeed after each... |
tree | commitdiff |
2004-11-17 |
kramm | added fix for the "last frame emtpy" problem. |
tree | commitdiff |
2004-11-17 |
kramm | added support for rendering multiple pages into a singl... |
tree | commitdiff |
2004-11-17 |
kramm | added pagefeed() function. |
tree | commitdiff |
2004-11-15 |
kramm | fixed conversion for fonts with broken unicode indices. |
tree | commitdiff |
2004-11-07 |
kramm | Applied Moriyoshi Koizumi's CID Type 2 patch. |
tree | commitdiff |
2004-11-02 |
kramm | * added fontconfig parameter |
tree | commitdiff |
2004-11-01 |
kramm | some languagedir related bugfixes. |
tree | commitdiff |
2004-11-01 |
kramm | added path handling for language packs. |
tree | commitdiff |
2004-11-01 |
kramm | added a few more dependencies. |
tree | commitdiff |
2004-10-26 |
kramm | added pdfswf_addlanguagedir() function. |
tree | commitdiff |
2004-10-26 |
kramm | new function pdfswf_addlanguagedir(). |
tree | commitdiff |
2004-10-26 |
kramm | fixed logging of parameter parsing. |
tree | commitdiff |
2004-10-26 |
kramm | made parseFile() public. |
tree | commitdiff |
2004-10-23 |
kramm | renamed xpdfrc to pdf2swf.conf, to prevent xpdf configu... |
tree | commitdiff |
2004-10-22 |
kramm | added some log messages to the font directory routines. |
tree | commitdiff |
2004-10-22 |
kramm | moved addfontdir to SWFOutputDev.cc. |
tree | commitdiff |
2004-10-22 |
kramm | check result value of swf_output_save(). |
tree | commitdiff |
2004-10-22 |
kramm | * added getDimensions() method to OutputDev |
tree | commitdiff |
2004-10-22 |
kramm | added boolean return value to save(). |
tree | commitdiff |
2004-10-22 |
kramm | moved addfontdir from pdf2swf.cc to SWFOutputDev.cc. |
tree | commitdiff |
2004-10-22 |
kramm | added members x1,y1,x2,y2 to swf_output. |
tree | commitdiff |
2004-10-22 |
kramm | swf_output_save now returns a status code. |
tree | commitdiff |
2004-10-22 |
kramm | * changed logging interface |
tree | commitdiff |
2004-10-22 |
kramm | * swfoutput_save now returns a status code |
tree | commitdiff |
2004-10-21 |
kramm | fixed endless loop bug. |
tree | commitdiff |
2004-10-21 |
kramm | * page info bugfixes |
tree | commitdiff |
2004-10-21 |
kramm | * changed interface to pdf2swf.cc |
tree | commitdiff |
2004-10-21 |
kramm | fixed memory leaks. |
tree | commitdiff |
2004-10-21 |
kramm | moved static variables into a structure. |
tree | commitdiff |
2004-10-21 |
kramm | added pdf_page_rendersection(). |
tree | commitdiff |
2004-10-21 |
kramm | added __cplusplus extern "C" stuff. |
tree | commitdiff |
2004-10-21 |
kramm | made interface a little more oo-like. |
tree | commitdiff |
2004-10-21 |
kramm | removed _setversion, _jpegquality. |
tree | commitdiff |
2004-10-21 |
kramm | removed setprotected(). |
tree | commitdiff |
2004-10-21 |
kramm | added movex/movey. |
tree | commitdiff |
2004-10-21 |
kramm | * removed config struct again |
tree | commitdiff |
2004-10-21 |
kramm | added save method. |
tree | commitdiff |
2004-10-21 |
kramm | moved all static variables into a structure. |
tree | commitdiff |
2004-10-21 |
kramm | non-main modules are now compiled into a library. |
tree | commitdiff |
2004-10-21 |
kramm | c++/c fixes |
tree | commitdiff |
2004-10-21 |
kramm | changed interface of converter engine. |
tree | commitdiff |
2004-10-19 |
kramm | fixed endless loop. |
tree | commitdiff |
2004-10-15 |
kramm | if font encoding is not unicode, try glyph[ascii2glyph... |
tree | commitdiff |
2004-10-15 |
kramm | don't assign unicode character if uLen is 0 in drawChar(). |
tree | commitdiff |
2004-09-28 |
kramm | added crop box fix. |
tree | commitdiff |
2004-09-27 |
kramm | added gradient warning. |
tree | commitdiff |
2004-09-27 |
kramm | fixed blank frame bug. |
tree | commitdiff |
2004-09-27 |
kramm | added (call to) useGradients(). |
tree | commitdiff |
2004-09-26 |
kramm | * fixed small bbox bug |
tree | commitdiff |
2004-09-26 |
kramm | added support for different page sizes. |
tree | commitdiff |
2004-09-21 |
kramm | removed fontmatrix debug messages. |
tree | commitdiff |
2004-09-21 |
kramm | added debugging messages to getCharID(). |
tree | commitdiff |
2004-09-21 |
kramm | added fix for segfault. |
tree | commitdiff |
2004-09-17 |
kramm | added xpdf-3.00 support. |
tree | commitdiff |
2004-09-17 |
kramm | *** empty log message *** |
tree | commitdiff |
next |