index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-png.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-17
[configure] Use AC_C_INLINE to correctly define inline
Behdad Esfahbod
1
-1
/
+1
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+1
2006-08-28
[PNG] Mark status volatile to fix gcc warning
Behdad Esfahbod
1
-1
/
+1
2006-08-17
[PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)
Behdad Esfahbod
1
-1
/
+1
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-4
/
+4
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
1
-1
/
+1
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-10
/
+10
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-6
/
+6
2005-08-19
Fix for bug #4096:
Billy Biggs
1
-7
/
+21
2005-07-28
Add missing cast.
Carl Worth
1
-1
/
+1
2005-07-28
Fix so that one of three different error status values will be returned:
Carl Worth
1
-11
/
+21
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-8
/
+12
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-14
/
+24
2005-07-27
Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...
Carl Worth
1
-1
/
+1
2005-07-14
Patch memory leak of png_info object.
Carl Worth
1
-1
/
+1
2005-06-23
Only unpremultiply ARGB32 data. Call png_write_info() *before* we set up the ...
Owen Taylor
1
-11
/
+36
2005-06-10
Remove STATUS_OK macro which was not being used universally.
Carl Worth
1
-3
/
+7
2005-06-01
Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.
Carl Worth
1
-3
/
+3
2005-05-10
Don't guess and make our own definitions for uint8_t, etc. Just error out if ...
Carl Worth
1
-11
/
+11
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-5
/
+6
2005-04-26
Updated.
Owen Taylor
1
-21
/
+6
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
[prev]