summaryrefslogtreecommitdiff
path: root/src/cairo-lzw.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-2/+2
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-2/+2
2008-05-09[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod1-1/+1
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-7/+7
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-4/+2
2007-10-04[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson1-2/+2
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-0/+2
2007-10-04[malloc] Check for integer overflow when realloc'ing.Chris Wilson1-1/+5
2007-01-07Spell check the docsBehdad Esfahbod1-1/+1
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod1-6/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-05-28Remove cairo_public from _cairo_lzw_compress() definition.Kristian Høgsberg1-1/+1
2006-05-03Quiet some 'may be used uninitialized' warnings.Carl Worth1-2/+2
2006-03-23_cairo_lzw_compress: Remove unused code which we had for testingCarl Worth1-13/+0
2006-03-23Optimize the implementation of _cairo_lzw_compress.Carl Worth1-160/+217
2006-03-23cairo-lzw: Replace LZW code from libtiff with an original implementation.Carl Worth1-426/+283
2006-03-23Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l...Carl Worth1-4/+4
2006-03-15Add LZW image compression and ASCII85 encoding for PostScript image output.Alexander Larsson1-0/+499