summaryrefslogtreecommitdiff
path: root/src/cairo_png_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28New PNG utility functions.Kristian Høgsberg1-402/+0
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-23/+0
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+4
2005-03-03Pass mask to composite operation as patternDavid Reveman1-2/+2
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-30/+0
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-16Patches from Mike Owens <etc@filespanker.com>:Kristian Høgsberg1-8/+10
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-12/+45
2005-01-28Update prototype to eliminate warning.Kristian Høgsberg1-1/+1
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-12/+7
2005-01-20Track various renamings.Carl Worth1-0/+1
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-0/+37
2004-10-08Add cairo_cache.cGraydon Hoare1-1/+2
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+3
2004-05-24Added glyph cachingDavid Reveman1-0/+1
2004-05-04(_cairo_png_surface_copy_page): Don't close a file we didn't open.Carl Worth1-1/+0
2004-05-04Move all libpng-related code into copy_page. (unpremultiply_data): Add missin...Carl Worth1-95/+137
2004-04-16Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth1-0/+8
2004-04-06Added new pattern APIDavid Reveman1-1/+9
2004-03-23Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu1-1/+12
2004-02-24Add PNG backend (cairo_set_target_png and cairo_png_surface_create).Olivier Andrieu1-0/+314