summaryrefslogtreecommitdiff
path: root/src/cairo_image_surface.c
Commit message (Expand)AuthorAgeFilesLines
* Change from MIT license to LGPL.Carl Worth2004-08-021-20/+14
* Added glyph cachingDavid Reveman2004-05-241-0/+1
* Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth2004-04-161-2/+2
* Added new pattern APIDavid Reveman2004-04-061-1/+22
* Add question on semantics with empty region. Fix missing return value.Carl Worth2004-03-301-4/+13
* Add.Graydon Hoare2004-03-191-1/+11
* Rename surface->ic_image to surface->pixman_image.Carl Worth2003-12-111-80/+80
* Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth2003-12-111-60/+60
* Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth2003-11-061-1/+3
* Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth2003-11-031-0/+7
* Add several missing checks for out of memoryCarl Worth2003-11-031-6/+20
* Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth2003-10-311-2/+16
* Moved all libic-related drawing into cairo_image_surface.cCarl Worth2003-10-311-0/+429