summaryrefslogtreecommitdiff
path: root/src/cairo-deflate-stream.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Remove if's from Makefile.sourcesAndrea Canciani1-0/+5
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-1/+1
2008-11-13Add CairoScript backend.Chris Wilson1-0/+1
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-1/+2
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+1
2008-01-16[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson1-5/+2
2007-10-04[cairo-deflate-stream] Return the nil stream if creating from an error stream.Chris Wilson1-0/+6
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-1/+1
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-05-16[cairo-deflate-stream] Free the stream on error.Chris Wilson1-1/+3
2007-04-03Make sure all nil objects start with _cairo_Behdad Esfahbod1-2/+2
2007-01-17Add cairo-deflate-stream.cAdrian Johnson1-0/+142