summaryrefslogtreecommitdiff
path: root/src/cairo-png.c
Commit message (Expand)AuthorAgeFilesLines
...
* [cairo-png] Create an ARGB32 surface for paletted PNGs.Chris Wilson2008-04-211-5/+14
* Check surface->status and finished in cairo_surface_write_to_png_streamChris Wilson2008-04-081-0/+6
* Check surface->status and finished in cairo_surface_write_to_pngCarl Worth2008-04-081-0/+6
* [cairo-png] Set bKGD gray value.Chris Wilson2008-03-211-3/+2
* [cairo-png] Revert accidental chunk from FORMAT_A1 support.Chris Wilson2008-03-061-1/+3
* [cairo-png] Support generating CAIRO_FORMAT_RGB24 from PNGs.Chris Wilson2008-03-041-17/+52
* [cairo-png] Use cairo_format_stride_for_width()Chris Wilson2008-03-041-6/+10
* [cairo-png] Further hardening against malloc failures.Chris Wilson2008-03-041-9/+29
* [cairo-png] Improve error return for invalid parameters.Chris Wilson2008-02-151-11/+13
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-5/+5
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-16/+22
* Check errno for appropriate error return.Chris Wilson2008-01-051-2/+8
* [cairo-png] Check for feof whilst reading.Chris Wilson2007-10-311-1/+1
* [cairo-png] Handle missing PNG_SETJMP_SUPPORTEDChris Wilson2007-10-311-4/+12
* [cairo-png] Clean up volatile warning.Chris Wilson2007-10-111-1/+1
* [cairo-png] Markup a couple of original error sites with _cairo_error().Chris Wilson2007-10-051-3/+3
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-12/+12
* [cairo-png] Propagate error from read and write funcs.Chris Wilson2007-09-251-19/+38
* [cairo-png] Protect against malloc(0).Chris Wilson2007-08-161-9/+12
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-3/+3
* Fix return value of cairo_surface_write_to_png for unsupported formatsCarl Worth2007-06-071-1/+1
* Merge branch 'master' of git+ssh://pmw@git.freedesktop.org/git/cairoPeter Weilbacher2007-04-231-6/+26
|\
| * Add a _cairo_error() to png_simple_error_callback()Chris Wilson2007-04-231-0/+1
| * Do not print out libpng error messages to stderr.Chris Wilson2007-04-231-6/+25
* | Use deprecated png symbol only when compiling against old versionPeter Weilbacher2007-04-211-0/+4
|/
* Clean up compiler warnings from cairo-pngChris Wilson2007-04-201-2/+2
* cairo-png - handle short readsChris Wilson2007-04-201-7/+17
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-1/+2
* [configure] Use AC_C_INLINE to correctly define inlineBehdad Esfahbod2006-12-171-1/+1
* Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth2006-09-051-0/+1
* [PNG] Mark status volatile to fix gcc warningBehdad Esfahbod2006-08-281-1/+1
* [PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)Behdad Esfahbod2006-08-171-1/+1
* Add -Wsign-compare compiler flag and fix all warningsCarl Worth2006-07-281-4/+4
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-1/+1
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-10/+10
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-6/+6
* Fix for bug #4096:Billy Biggs2005-08-191-7/+21
* Add missing cast.Carl Worth2005-07-281-1/+1
* Fix so that one of three different error status values will be returned:Carl Worth2005-07-281-11/+21
* Remove all create_in_error functions as they were just muddling up the memory...Carl Worth2005-07-281-8/+12
* Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth2005-07-271-14/+24
* Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...Carl Worth2005-07-271-1/+1
* Patch memory leak of png_info object.Carl Worth2005-07-141-1/+1
* Only unpremultiply ARGB32 data. Call png_write_info() *before* we set up the ...Owen Taylor2005-06-231-11/+36
* Remove STATUS_OK macro which was not being used universally.Carl Worth2005-06-101-3/+7
* Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth2005-06-011-3/+3
* Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth2005-05-101-11/+11
* Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth2005-05-031-5/+6