Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-03-08 | fixed a few bugs in remove_font_transforms filter | Matthias Kramm | 3 | -10/+39 |
2010-03-08 | fixed space char detection for type3 fonts | Matthias Kramm | 1 | -3/+10 |
2010-03-08 | fixed Makefile, removed annoying warning | Matthias Kramm | 2 | -2/+1 |
2010-03-05 | started implementing the remove_font_transforms filter | Matthias Kramm | 5 | -1/+177 |
2010-03-05 | added gfxfilter for merging fonts | Matthias Kramm | 7 | -3/+272 |
2010-03-05 | fixed mem leak | Matthias Kramm | 1 | -0/+1 |
2010-03-05 | fixed drawlink() ruby callback | Matthias Kramm | 1 | -1/+2 |
2010-03-03 | fixed os/2 descent | Matthias Kramm | 1 | -2/+2 |
2010-03-03 | more windows fixes | Matthias Kramm | 1 | -74/+105 |
2010-03-03 | made .ttf files work on windows | Matthias Kramm | 1 | -5/+19 |
2010-03-02 | added save_eot() function to ruby module | Matthias Kramm | 1 | -0/+10 |
2010-03-02 | added eot support to ttf library | Matthias Kramm | 5 | -57/+353 |
2010-03-02 | renamed SWAP/REVERSESWAP to {LE,BE}_TO_NATIVE | Matthias Kramm | 5 | -24/+24 |
2010-03-02 | removed a few instances of SWAP32 | Matthias Kramm | 1 | -10/+2 |
2010-03-02 | made pdf2pdf clean up after itself | Matthias Kramm | 1 | -2/+4 |
2010-03-02 | fixed segfault in pdf2pdf | Matthias Kramm | 2 | -0/+3 |
2010-03-02 | fixed specs | Matthias Kramm | 3 | -156/+153 |
2010-03-02 | fixed z-order problems in poly2bitmap | Matthias Kramm | 2 | -108/+153 |
2010-03-01 | fixed Makefile bug | Matthias Kramm | 1 | -1/+1 |
2010-03-01 | fixed trivial bug in record device | Matthias Kramm | 1 | -1/+1 |
2010-02-26 | added filter support to ruby module | Matthias Kramm | 9 | -95/+180 |
2010-02-25 | added alpha and font filter drafts | Matthias Kramm | 8 | -2/+232 |
2010-02-25 | added two pass support and device filters to gfx library | Matthias Kramm | 11 | -30/+458 |
2010-02-25 | fixed a memleak, made pdf device reorder bad unicode | Matthias Kramm | 4 | -10/+79 |
2010-02-25 | added ttf support to ruby module | Matthias Kramm | 1 | -0/+11 |
2010-02-24 | even more ttf bugfixes | Matthias Kramm | 2 | -1/+13 |
2010-02-24 | more ttf bug fixes | Matthias Kramm | 3 | -22/+48 |
2010-02-24 | darwin fixes | Matthias Kramm | 2 | -3/+5 |
2010-02-23 | small bugfix in ruby shared library test | Matthias Kramm | 1 | -2/+2 |
2010-02-23 | made 'make install' install ruby module, too | Matthias Kramm | 6 | -5/+21 |
2010-02-23 | detect ruby in configure script | Matthias Kramm | 8 | -11/+442 |
2010-02-19 | fixed bugs in ttf writer | Matthias Kramm | 4 | -12/+88 |
2010-02-19 | small bugfixes in pdf2pdf | Matthias Kramm | 1 | -3/+1 |
2010-02-19 | fixed clipshape handling in pdf2pdf | Matthias Kramm | 1 | -7/+17 |
2010-02-19 | added clip spec | Matthias Kramm | 3 | -0/+143 |
2010-02-18 | added ttf support to pdf2pdf | Matthias Kramm | 4 | -42/+251 |
2010-02-18 | fixed masked image bug | Matthias Kramm | 1 | -12/+14 |
2010-02-18 | fixed bugs in ttf generator | Matthias Kramm | 3 | -19/+22 |
2010-02-18 | applied swfextract -a RANGE patch from Paul Fitzpatrick | Matthias Kramm | 1 | -24/+89 |
2010-02-17 | added gfxfont_save() to gfxfont.{c,h} | Matthias Kramm | 7 | -149/+438 |
2010-02-17 | added seeking support to bitio | Matthias Kramm | 2 | -0/+35 |
2010-02-17 | fixed restitching bug | Matthias Kramm | 1 | -1/+1 |
2010-02-16 | added cmap support | Matthias Kramm | 2 | -3/+244 |
2010-02-15 | added truetype parser | Matthias Kramm | 2 | -0/+1564 |
2010-02-10 | added has_alpha function to ruby bitmap object | Matthias Kramm | 1 | -0/+13 |
2010-02-09 | spec adjustments | Matthias Kramm | 2 | -7/+10 |
2010-02-08 | added new small font test | Matthias Kramm | 2 | -0/+46 |
2010-02-07 | applied definebuttonsound patch from Dan Weiss | kramm | 1 | -1/+4 |
2010-02-06 | fixed win32 compilation, added missing files to tarball | kramm | 6 | -16/+56 |
2010-02-04 | fixed exceptionally stupid mem leak | Matthias Kramm | 1 | -4/+4 |