summaryrefslogtreecommitdiff
path: root/src/cairo-output-stream.c
Commit message (Expand)AuthorAgeFilesLines
* script: Implement device finishUli Schlachter2022-03-081-11/+4
* Allow > 2GB PDF files on platforms with 32-bit longAdrian Johnson2021-09-021-2/+22
* Use HTTPS URLs for gnome.org domainsPaul Menzel2018-10-161-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-7/+7
* Use UTF-8 filenames on WindowsTom Schoonjans2017-11-261-1/+6
* output-stream: allow %s strings larger than 512 charsAdrian Johnson2017-10-131-3/+7
* factor out ascii to double code in cff-subset into _cairo_strtodAdrian Johnson2017-09-221-1/+1
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Fix compilation with bionic libcAdrian Johnson2014-09-231-4/+1
* pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson2013-12-071-0/+39
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+2
* Convert mime data length to use unsigned longChris Wilson2010-07-101-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Provide a builtin implementation of isspace() and isdigit()Adrian Johnson2009-10-291-4/+3
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-7/+7
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-1/+1
* Add CairoScript backend.Chris Wilson2008-11-131-6/+37
* [png] Attach the png representation to cairo_surface_create_from_png().Chris Wilson2008-11-051-1/+27
* [output-stream] Protect against NULL write_func.Chris Wilson2008-10-191-0/+3
* [output-stream] Accept a NULL filenameChris Wilson2008-10-191-0/+3
* Add null output streamAdrian Johnson2008-09-111-0/+23
* [ps] Mark the hex data as unsigned char.Chris Wilson2008-08-261-1/+1
* [cairo-output-stream] Dead store.Chris Wilson2008-08-171-1/+0
* [src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod2008-05-091-2/+4
* Add %g conversion specifer to output-stream for limited precisionAdrian Johnson2008-03-201-31/+56
* Make _cairo_dtostr() staticAdrian Johnson2008-03-201-1/+1
* Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson2008-03-121-0/+1
* Fix PDF ouput when cross-compiling with mingwJody Goldberg2008-02-281-4/+1
* [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-2/+24
* Check errno for appropriate error return.Chris Wilson2008-01-051-2/+10
* Round floats in output-stream to 6 significant digits after decimalAdrian Johnson2007-11-011-2/+39
* [cairo-output-stream] Write out floats to 18 digits after decimal pointBehdad Esfahbod2007-10-311-1/+1
* [cairo-output-stream] Guard against destroying the nil streams.Chris Wilson2007-10-041-0/+6
* [cairo-output-stream] Propagate error status when copying streams.Chris Wilson2007-10-041-2/+10
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-9/+9
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-5/+16
* Make cairo-output-stream.c accept variable width printf fieldsAdrian Johnson2007-04-201-4/+23
* Change _cairo_dtostr to have a void return typeCarl Worth2007-04-101-4/+1
* _cairo_output_stream_vprintf: Add assertion to detect internal inconsitencyCarl Worth2007-04-101-3/+11
* Fix mis-indented _cairo_dtostrCarl Worth2007-04-101-32/+32
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-3/+4
* Make sure all nil objects start with _cairo_Behdad Esfahbod2007-04-031-10/+10
* [cairo-output-stream] Remove use of strtolJeff Smith2007-03-211-5/+3
* output-stream: coding style fixAdrian Johnson2007-02-131-2/+2
* Output-stream: Omit the minus sign from negative zeroAdrian Johnson2007-02-111-0/+4
* Make _cairo_output_stream_destroy return the stream's status as a last gasp.Carl Worth2006-09-071-10/+16
* Merge branch 'warnings-cleanup' into cairoCarl Worth2006-08-071-1/+1
|\
| * Add -Wsign-compare compiler flag and fix all warningsCarl Worth2006-07-281-1/+1