summaryrefslogtreecommitdiff
path: root/src/cairo_image_surface.c
AgeCommit message (Expand)AuthorFilesLines
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