summaryrefslogtreecommitdiff
path: root/src/cairo_image_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Renamed a bunch of files to use - rather than _ as a separator. Copy happened...Carl Worth1-675/+0
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+4
2005-03-03Pass mask to composite operation as patternDavid Reveman1-36/+46
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-26/+0
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-56/+93
2005-02-27Remove newline in comment which was confusing gtk-doc.Kristian Høgsberg1-0/+36
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-46/+114
2005-01-27Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...Kristian Høgsberg1-11/+20
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-34/+45
2004-12-20Change return value from cairo_status_t to cairo_int_status_t to match defini...Carl Worth1-1/+1
2004-11-05Change the signs of a variety of metrics, which were backwards.Graydon Hoare1-2/+2
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-1/+2
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-14Make a copy of the region since pixman is currently taking ownership of it (u...Carl Worth1-1/+14
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-05-24Added glyph cachingDavid Reveman1-0/+1
2004-04-16Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth1-2/+2
2004-04-06Added new pattern APIDavid Reveman1-1/+22
2004-03-30Add question on semantics with empty region. Fix missing return value.Carl Worth1-4/+13
2004-03-19Add.Graydon Hoare1-1/+11
2003-12-11Rename surface->ic_image to surface->pixman_image.Carl Worth1-80/+80
2003-12-11Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth1-60/+60
2003-11-06Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth1-1/+3
2003-11-03Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth1-0/+7
2003-11-03Add several missing checks for out of memoryCarl Worth1-6/+20
2003-10-31Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth1-2/+16
2003-10-31Moved all libic-related drawing into cairo_image_surface.cCarl Worth1-0/+429