2009-01-16 |
Matthias Kramm | const char* compiler fixes |
tree | commitdiff |
2009-01-15 |
Matthias Kramm | moved .cvsignore to .gitignore |
tree | commitdiff |
2009-01-15 |
Matthias Kramm | merged final cvs changes to git |
tree | commitdiff |
2009-01-13 |
kramm | dummy checkin, for re-syncing |
tree | commitdiff |
2009-01-13 |
kramm | dummy checkin, for re-syncing |
tree | commitdiff |
2009-01-13 |
kramm | don't use alpha channel in bitmap |
tree | commitdiff |
2009-01-13 |
kramm | device which creates a bitmap and links |
tree | commitdiff |
2009-01-13 |
kramm | *** empty log message *** |
tree | commitdiff |
2009-01-06 |
kramm | fixed vertical alignment bug |
tree | commitdiff |
2008-12-23 |
kramm | fixed config.h patch |
tree | commitdiff |
2008-12-19 |
kramm | removed debug code |
tree | commitdiff |
2008-12-02 |
kramm | protect against broken fonts |
tree | commitdiff |
2008-12-02 |
kramm | fixed display of patch errors |
tree | commitdiff |
2008-11-23 |
kramm | make sure to initialize dashPattern correctly |
tree | commitdiff |
2008-11-23 |
kramm | don't ignore 1x1 images- they may be square root roofs... |
tree | commitdiff |
2008-11-23 |
kramm | fixed dot dashes |
tree | commitdiff |
2008-11-12 |
kramm | continued bounding box implementation |
tree | commitdiff |
2008-11-12 |
kramm | inverted monochrome handler |
tree | commitdiff |
2008-11-12 |
kramm | continued bounding box implementation |
tree | commitdiff |
2008-11-12 |
kramm | added Makefile |
tree | commitdiff |
2008-11-12 |
kramm | fixed bug in dash handler |
tree | commitdiff |
2008-10-13 |
kramm | made temporary file generation more robust |
tree | commitdiff |
2008-10-13 |
kramm | disabled all dithering |
tree | commitdiff |
2008-10-06 |
kramm | adapted flash halfpixel bitmap fix to multiply values !=1 |
tree | commitdiff |
2008-10-06 |
kramm | derive advance value from font parameters or text spaci... |
tree | commitdiff |
2008-10-06 |
kramm | fixed memory violation in preparePage() |
tree | commitdiff |
2008-10-06 |
kramm | added accessor functions for freetype data |
tree | commitdiff |
2008-10-06 |
kramm | replaced advance sample median by maximum |
tree | commitdiff |
2008-10-06 |
kramm | added median advance detection |
tree | commitdiff |
2008-10-06 |
kramm | removed pdf2swf from default build |
tree | commitdiff |
2008-09-26 |
kramm | fixed 64 bit compile problem |
tree | commitdiff |
2008-09-26 |
kramm | fix for segfault in case we couldn't extract a glyph... |
tree | commitdiff |
2008-09-26 |
kramm | added support for high-resolution dithering masks |
tree | commitdiff |
2008-09-26 |
kramm | allow type3 bitmaps of size 1*x or x*1 |
tree | commitdiff |
2008-09-26 |
kramm | align bitmaps properly |
tree | commitdiff |
2008-09-26 |
kramm | if we're inside a transparency group, draw glyphs on... |
tree | commitdiff |
2008-09-26 |
kramm | fixed compiler warning |
tree | commitdiff |
2008-09-26 |
kramm | tried switching 1bit compare code to 64 bit registers |
tree | commitdiff |
2008-09-26 |
kramm | added workaround for missing graphics bug, added more... |
tree | commitdiff |
2008-09-26 |
kramm | added bounding box stubs |
tree | commitdiff |
2008-09-26 |
kramm | transform characters around origin, warn about bad... |
tree | commitdiff |
2008-09-26 |
kramm | remember saved GfxSTatein statelist |
tree | commitdiff |
2008-09-26 |
kramm | make xpdf check GfxState nesting |
tree | commitdiff |
2008-07-27 |
kramm | removed setgfxfont prototype |
tree | commitdiff |
2008-07-27 |
kramm | applied external xpdf patch from Patrice Dumas |
tree | commitdiff |
2008-07-08 |
kramm | re-inserted device parameters |
tree | commitdiff |
2008-07-08 |
kramm | removed parameter_t |
tree | commitdiff |
2008-07-08 |
kramm | count number of polygons |
tree | commitdiff |
2008-06-19 |
kramm | removed persistent parameter storage |
tree | commitdiff |
2008-06-19 |
kramm | fixed page extraction problem together with gfx module |
tree | commitdiff |
2008-06-19 |
kramm | moved -s help to pdf.cc |
tree | commitdiff |
2008-06-09 |
kramm | don't parse 'fontquality' as a font |
tree | commitdiff |
2008-05-29 |
kramm | only round bitmap coords to integers if we are inside... |
tree | commitdiff |
2008-05-14 |
kramm | added new function finishPage(), to be called after... |
tree | commitdiff |
2008-05-08 |
kramm | fixed previous antializer fix |
tree | commitdiff |
2008-05-08 |
kramm | added dash-length transforming |
tree | commitdiff |
2008-05-08 |
kramm | fixed crash in antialize(), truncate image coordinates... |
tree | commitdiff |
2008-05-08 |
kramm | enhanced logging |
tree | commitdiff |
2008-05-08 |
kramm | switched on convertgradients by default |
tree | commitdiff |
2008-04-24 |
kramm | support for multiple softmasks on the same level |
tree | commitdiff |
2008-04-24 |
kramm | disabled dash length device matrix mapping |
tree | commitdiff |
2008-04-22 |
kramm | patch for xpdf-3.02 path handling |
tree | commitdiff |
2008-04-22 |
kramm | added updateLineDash implementation |
tree | commitdiff |
2008-04-22 |
kramm | fixed a small mem leak |
tree | commitdiff |
2008-04-22 |
kramm | added a workaround for dashing of scaled paths |
tree | commitdiff |
2008-04-22 |
kramm | made dash setting persistent |
tree | commitdiff |
2008-04-22 |
kramm | fixed double free in path handling |
tree | commitdiff |
2008-04-14 |
kramm | added more documentation to -s help |
tree | commitdiff |
2008-04-06 |
kramm | call endPage of GFXOutputDev *before* flushing all... |
tree | commitdiff |
2008-04-06 |
kramm | added comment to endPage() |
tree | commitdiff |
2008-04-06 |
kramm | fixed mismatched free/delete[] |
tree | commitdiff |
2008-04-06 |
kramm | fixed two mem leaks |
tree | commitdiff |
2008-04-06 |
kramm | remove parameter listing upon cleanup |
tree | commitdiff |
2008-04-06 |
kramm | moved feature list into class, fixed some memleaks |
tree | commitdiff |
2008-04-05 |
kramm | fixed xpdf 3.02.08 support |
tree | commitdiff |
2008-04-05 |
kramm | fixed mismatched free/delete |
tree | commitdiff |
2008-04-05 |
kramm | added gfx2gfx target |
tree | commitdiff |
2008-03-26 |
kramm | added some more logging |
tree | commitdiff |
2008-03-26 |
kramm | re-added fontconfig |
tree | commitdiff |
2008-03-26 |
kramm | re-added external font support |
tree | commitdiff |
2008-03-26 |
kramm | render multiply blended transparency groups with 50... |
tree | commitdiff |
2008-03-26 |
kramm | added gradient implementation, new flag 'optimize_polyg... |
tree | commitdiff |
2008-03-26 |
kramm | fixed typos in -s help |
tree | commitdiff |
2008-03-26 |
kramm | moved libarts stuff to gfxpoly |
tree | commitdiff |
2008-03-26 |
kramm | fixed function prototypes for PatternFills, new config... |
tree | commitdiff |
2008-03-26 |
kramm | removed debugging code |
tree | commitdiff |
2008-03-26 |
kramm | xpdf-3.02 compatiblity switch |
tree | commitdiff |
2008-03-19 |
kramm | don't use alpha channel in bitmap |
tree | commitdiff |
2008-03-19 |
kramm | fixed mem leak |
tree | commitdiff |
2008-03-19 |
kramm | removed DummyOutputDev reference |
tree | commitdiff |
2008-03-19 |
kramm | added 'bitmap' option |
tree | commitdiff |
2008-03-19 |
kramm | added some dependencies |
tree | commitdiff |
2008-03-19 |
kramm | added fullbitmapoutputdev |
tree | commitdiff |
2008-03-19 |
kramm | added bitmap fields |
tree | commitdiff |
2008-03-19 |
kramm | removed config_bitmapfonts |
tree | commitdiff |
2008-03-19 |
kramm | protect against xpdf's internal state changes in bitmap... |
tree | commitdiff |
2008-03-19 |
kramm | fixed crash and offset error in transparency groups |
tree | commitdiff |
2008-03-19 |
kramm | removed bitmapfonts setting |
tree | commitdiff |
2008-03-19 |
kramm | added support for masks of higher resolutions than... |
tree | commitdiff |
2008-03-19 |
kramm | fixed crash in transparency groups by removing softmask... |
tree | commitdiff |
next |