summaryrefslogtreecommitdiff
path: root/src/cairo-base85-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined left-shiftsHeiko Lewin2021-03-311-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Add xml surfaceChris Wilson2009-08-291-3/+0
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Add CairoScript backend.Chris Wilson2008-11-131-0/+1
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-1/+2
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-2/+1
* [cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson2008-01-161-0/+3
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-1/+1
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* Make sure all nil objects start with _cairo_Behdad Esfahbod2007-04-031-1/+1
* Convert the word wrap stream, the base85 stream and the ps string stream.Kristian Høgsberg2006-06-121-15/+12
* Make cairo_output_stream_t an embeddable type.Kristian Høgsberg2006-06-121-0/+1
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-1/+1
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* Rename write_data to write_func in cairo_output_stream_t.Carl Worth2006-04-071-4/+4
* Break PostScript image data into chunks that each fit into a string.Carl Worth2006-04-041-21/+9
* Implement proper cairo-style error-handling for cairo_output_stream_t.Carl Worth2006-04-041-29/+11
* Implement cairo-base85-stream as a filtering output stream not just a write f...Carl Worth2006-04-031-40/+102
* Move base85 code out of cairo-output-stream.c into new cairo-base85-stream.cCarl Worth2006-04-031-0/+98