index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo_png_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-28
New PNG utility functions.
Kristian Høgsberg
1
-402
/
+0
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-23
/
+0
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+4
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-2
/
+2
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-30
/
+0
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-02-16
Patches from Mike Owens <etc@filespanker.com>:
Kristian Høgsberg
1
-8
/
+10
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-12
/
+45
2005-01-28
Update prototype to eliminate warning.
Kristian Høgsberg
1
-1
/
+1
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-12
/
+7
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+1
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-0
/
+37
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-1
/
+2
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-0
/
+3
2004-05-24
Added glyph caching
David Reveman
1
-0
/
+1
2004-05-04
(_cairo_png_surface_copy_page): Don't close a file we didn't open.
Carl Worth
1
-1
/
+0
2004-05-04
Move all libpng-related code into copy_page. (unpremultiply_data): Add missin...
Carl Worth
1
-95
/
+137
2004-04-16
Track pixman fixes to PIXMAN_FORMAT_NAME_*.
Carl Worth
1
-0
/
+8
2004-04-06
Added new pattern API
David Reveman
1
-1
/
+9
2004-03-23
Implement _set_clip_region by delegating it to the image backend.
Olivier Andrieu
1
-1
/
+12
2004-02-24
Add PNG backend (cairo_set_target_png and cairo_png_surface_create).
Olivier Andrieu
1
-0
/
+314