summaryrefslogtreecommitdiff
path: root/src/cairo-surface-subsurface.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-01subsurface: Fix acquire_source_surface for out-of-bounds surfacesBenjamin Otte1-18/+23
2010-08-29subsurface: Add a note to the docs about usage restrictions.M Joonas Pihlaja1-0/+7
2010-08-27subsurface: Fix crash when acquiring a source image.M Joonas Pihlaja1-1/+1
2010-08-26subsurface: Correct cloning conditionAndrea Canciani1-5/+5
2010-08-26subsurface: Avoid invalid accessesAndrea Canciani1-1/+11
2010-08-26subsurface: Silence compiler warningsAndrea Canciani1-2/+0
2010-08-26subsurface: Don't clip size to target sizeBenjamin Otte1-3/+0
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte1-2/+2
2010-08-26subsurface: Don't crash when the device transform isn't integerBenjamin Otte1-6/+4
2010-08-26subsurface: Make subsurfaces their own typeBenjamin Otte1-1/+0
2010-08-26subsurface: Properly account for device offsets in the targetBenjamin Otte1-5/+5
2010-07-10subsurface: Don't assume we ever own the target.Chris Wilson1-9/+8
2010-07-05Call _cairo_error() when setting the FINISHED error on surfacesBenjamin Otte1-1/+1
2010-07-05subsurface: Fail if created from a finished surfaceBenjamin Otte1-0/+2
2010-06-28xlib: Compile without fontconfigChris Wilson1-0/+1
2010-05-08subsurface: Don't double apply device offset for deep subsurfaces.Chris Wilson1-5/+5
2010-05-07subsurface: Include device offset in extentsChris Wilson1-2/+8
2010-04-30ps: Enable native encoding of subsurface patterns.Chris Wilson1-31/+70
2010-04-30subsurface: s/region/rectangle/Chris Wilson1-7/+32
2010-04-28subsurface: Mark the image as !clear after copying.Chris Wilson1-10/+12
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15Use pixman_image_composite32()Benjamin Otte1-12/+12
2010-03-24subsurface: Ignore return from _cairo_clip_init_copy()Chris Wilson1-5/+10
2010-01-24Constrain subsurface creationAndrea Canciani1-21/+15
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Add subsurface.Chris Wilson1-0/+464