summaryrefslogtreecommitdiff
path: root/src/cairo-base85-stream.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
2009-08-29Add xml surfaceChris Wilson1-3/+0
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-0/+3
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-04-03Make sure all nil objects start with _cairo_Behdad Esfahbod1-1/+1
2006-06-12Convert the word wrap stream, the base85 stream and the ps string stream.Kristian Høgsberg1-15/+12
2006-06-12Make cairo_output_stream_t an embeddable type.Kristian Høgsberg1-0/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-04-07Rename write_data to write_func in cairo_output_stream_t.Carl Worth1-4/+4
2006-04-04Break PostScript image data into chunks that each fit into a string.Carl Worth1-21/+9
2006-04-04Implement proper cairo-style error-handling for cairo_output_stream_t.Carl Worth1-29/+11
2006-04-03Implement cairo-base85-stream as a filtering output stream not just a write f...Carl Worth1-40/+102
2006-04-03Move base85 code out of cairo-output-stream.c into new cairo-base85-stream.cCarl Worth1-0/+98