summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-10/+4
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-2/+3
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-10-15[quartz] Completely remove CAIRO_HAS_QUARTZ_IMAGE_SURFACE checkJeff Muizelaar1-4/+0
2008-10-15[quartz] Rebalance 'CAIRO_HAS_QUARTZ_IMAGE_SURFACE' #ifdefJeff Muizelaar1-0/+2
2008-09-03[quartz] move _cairo_quartz_create_cgimage to cairo-quartz-surface.cVladimir Vukicevic1-86/+0
2008-07-18Fix cairo-quartz-image-surface compilation errorVladimir Vukicevic1-5/+5
2008-05-10[cairo-quartz-image-surface] Remove one abuse of out-of-memory statusBehdad Esfahbod1-1/+2
2008-05-10Fix gtk-doc warningsBehdad Esfahbod1-6/+6
2008-03-13[quartz] remove some compiler warningsVladimir Vukicevic1-4/+0
2008-03-08[quartz] Don't force interpolation off for imagesVladimir Vukicevic1-2/+2
2008-03-07[quartz] split out (experimental) quartz-image into separate fileVladimir Vukicevic1-7/+14
2008-02-28Fix typo in documentationCarl Worth1-1/+1
2008-02-25[quartz] Add quartz-image-surface typeVladimir Vukicevic1-0/+370