Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2005-04-25 | Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf... | Kristian Høgsberg | 1 | -4/+5 |
2005-04-25 | Factor out bulk of the code into a new callback based function, write_png(). ... | Kristian Høgsberg | 1 | -57/+188 |
2005-04-22 | Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar... | Kristian Høgsberg | 1 | -28/+33 |
2005-04-07 | Minor changes to header file inclusion recommended by Oleg Smolsky for better... | Carl Worth | 1 | -1/+2 |
2005-04-07 | Use a preprocessor macro to get a literal value in the array size declaration... | Carl Worth | 1 | -1/+1 |
2005-04-07 | Use a preprocessor macro to get a literal value in the array size declaration... | Carl Worth | 1 | -1/+1 |
2005-04-04 | Change type of data parameter from char* to unsigned char*. | Carl Worth | 1 | -2/+7 |
2005-04-02 | Style and indentation fixes. | Carl Worth | 1 | -2/+2 |
2005-03-28 | New PNG utility functions. | Kristian Høgsberg | 1 | -0/+336 |