summaryrefslogtreecommitdiff
path: root/src/cairo-png.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-19Fix for bug #4096:Billy Biggs1-7/+21
2005-07-28Add missing cast.Carl Worth1-1/+1
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-11/+21
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-8/+12
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-14/+24
2005-07-27Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...Carl Worth1-1/+1
2005-07-14Patch memory leak of png_info object.Carl Worth1-1/+1
2005-06-23Only unpremultiply ARGB32 data. Call png_write_info() *before* we set up the ...Owen Taylor1-11/+36
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-3/+7
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-3/+3
2005-05-10Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth1-11/+11
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth1-5/+6
2005-04-26Updated.Owen Taylor1-21/+6
2005-04-25Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...Kristian Høgsberg1-4/+5
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-57/+188
2005-04-22Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...Kristian Høgsberg1-28/+33
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+2
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-2/+7
2005-04-02Style and indentation fixes.Carl Worth1-2/+2
2005-03-28New PNG utility functions.Kristian Høgsberg1-0/+336