Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-01-07 | Spell check the docs | Behdad Esfahbod | 1 | -1/+1 |
2006-08-08 | Fix few remaining compiler warnings, revealed by -O3 | Behdad Esfahbod | 1 | -6/+5 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -1/+1 |
2006-05-28 | Remove cairo_public from _cairo_lzw_compress() definition. | Kristian Høgsberg | 1 | -1/+1 |
2006-05-03 | Quiet some 'may be used uninitialized' warnings. | Carl Worth | 1 | -2/+2 |
2006-03-23 | _cairo_lzw_compress: Remove unused code which we had for testing | Carl Worth | 1 | -13/+0 |
2006-03-23 | Optimize the implementation of _cairo_lzw_compress. | Carl Worth | 1 | -160/+217 |
2006-03-23 | cairo-lzw: Replace LZW code from libtiff with an original implementation. | Carl Worth | 1 | -426/+283 |
2006-03-23 | Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l... | Carl Worth | 1 | -4/+4 |
2006-03-15 | Add LZW image compression and ASCII85 encoding for PostScript image output. | Alexander Larsson | 1 | -0/+499 |