summaryrefslogtreecommitdiff
path: root/src/cairo-output-stream.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix file handle leak in failure path (bug 7616)Carl Worth2006-08-071-1/+3
|/
* output-stream: Support %X in addition to %xCarl Worth2006-06-201-1/+3
* Add 'x' case to printf switch so we actually implement %02x.Kristian Høgsberg2006-06-201-0/+2
* Implement 0-padding and field width for _cairo_output_stream_printf().Kristian Høgsberg2006-06-191-16/+30
* Only call close function for output streams if it's non-NULL.Kristian Høgsberg2006-06-141-1/+4
* Add an in-memory output-stream implementation.Kristian Høgsberg2006-06-121-0/+59
* Convert the stdio output stream to use the new output stream interface.Kristian Høgsberg2006-06-121-13/+37
* Make cairo_output_stream_t an embeddable type.Kristian Høgsberg2006-06-121-20/+56
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-2/+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-7/+7
* Clarify licensing of float formatting code.Kristian Høgsberg2006-05-281-0/+4
* Fix cairo_output_stream_destroy to do nothing on nil stream objects.Carl Worth2006-05-101-0/+6
* Use ferror to get error checking for stdio-based output streams.Carl Worth2006-04-121-3/+8
* Clean up output_stream error handling in _cairo_ps_surface_create.Carl Worth2006-04-121-0/+3
* Merge 'Save PS output in temp file' from ps-type3 branchCarl Worth2006-04-121-2/+18
|\
| * Save PS output in temp file so we can prepend global data (like fonts)Keith Packard2006-04-081-2/+18
* | Make cairo_t and cairo_output_stream_t destructors handle NULL.Kristian Høgsberg2006-04-111-0/+3
|/
* Rename write_data to write_func in cairo_output_stream_t.Carl Worth2006-04-071-6/+6
* Implement proper cairo-style error-handling for cairo_output_stream_t.Carl Worth2006-04-041-28/+54
* Implement cairo-base85-stream as a filtering output stream not just a write f...Carl Worth2006-04-031-20/+32
* Move base85 code out of cairo-output-stream.c into new cairo-base85-stream.cCarl Worth2006-04-031-63/+0
* Add LZW image compression and ASCII85 encoding for PostScript image output.Alexander Larsson2006-03-151-0/+63
* cairo-output-stream: Don't dereference a NULL pointer due to OOM.Carl Worth2006-03-131-2/+4
* add optionnal disabled by default SVG backend.Emmanuel Pacaud2005-12-081-3/+3
* Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth2005-08-051-0/+4
* Rewrite postscript backend to generate more interesting output than the curre...Kristian Høgsberg2005-07-011-2/+26
* Two fixes from Kristion Høgsberg:Carl Worth2005-05-171-1/+8
* Remove destroy_closure from cairo_output_stream_t interface.Carl Worth2005-05-171-18/+5
* Take a filename instead of a FILE pointer.Kristian Høgsberg2005-05-161-3/+17
* Make this a varg function and use the new _cairo_output_stream_vprintf() func...Kristian Høgsberg2005-05-131-13/+143
* Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth2005-04-061-3/+3
* ChangeLogKristian Høgsberg2005-03-171-0/+147