summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-09avoid mesa extensionswip/glAndrea Canciani1-9/+17
2010-09-09fix upside down gradientsAndrea Canciani1-4/+0
2010-09-06version: 1.10.1 open for bugfixingChris Wilson1-1/+1
2010-09-06version: 1.10.0 *release*Chris Wilson1-2/+2
2010-09-06NEWS: Sum up 2 years of development for 1.10.0 in 60 linesChris Wilson1-0/+61
2010-09-06test: Add subsurface-outside-target refs to REFERENCE_IMAGESChris Wilson1-0/+2
2010-09-06test: Rename clip-fill-*-unbounded.image16 ref to match REFERENCE_IMAGESChris Wilson2-0/+0
2010-09-06check: Ignore the documentation errors.Chris Wilson1-1/+5
2010-09-06Bump pixman requirements to 0.18.4 for assorted fixes.Chris Wilson2-2/+2
2010-09-06check: Make the actual error stand outChris Wilson1-3/+3
2010-09-06Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson2-61/+12
2010-09-06check: Fix for link-time-optimisationChris Wilson1-1/+1
2010-09-02freelist: Separate freelist inlines from the datatype in headers.M Joonas Pihlaja5-29/+58
2010-09-02build: Remove stray backslash.M Joonas Pihlaja1-1/+1
2010-09-01gobject: Fix header definesBenjamin Otte1-32/+32
2010-09-01build: Work around caching not reevaluating uncached variablesBenjamin Otte1-0/+4
2010-09-01gobject: Fix pkgconfig file variableBenjamin Otte1-1/+1
2010-09-01subsurface: Fix acquire_source_surface for out-of-bounds surfacesBenjamin Otte1-18/+23
2010-09-01test: Add subsurface-outside-targetBenjamin Otte4-0/+179
2010-08-29build: prefer libpng14 over older versionsMaarten Bosmans1-1/+1
2010-08-29device: Refer the user to per-backend docs about devices.M Joonas Pihlaja1-0/+6
2010-08-29subsurface: Add a note to the docs about usage restrictions.M Joonas Pihlaja1-0/+7
2010-08-28surface-offset: Use right variable in maskBenjamin Otte1-1/+1
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: Don't apply device transform twice for source/maskBenjamin Otte1-12/+0
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte12-21/+25
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-08-11Mark the context as invalid on the final cairo_destroy()Chris Wilson1-0/+3
2010-08-10test: Update linear-gradient-large ref imageAndrea Canciani1-0/+0
2010-08-10tests: Add linear-gradient-large testKrzysztof KosiƄski4-2/+71
2010-08-10Replace insertion sort with mergesort in the scan converterAndrea Canciani1-35/+103
2010-08-10ft-font: Make alpha mapping consistentNicolaus L Hepler1-7/+0
2010-08-10perf: Fix README to say cairo-perf-microDavid Schleef1-6/+6
2010-08-10build: Fudge the build system some more so it handles extra libsBenjamin Otte4-3/+6
2010-08-10gobject: Include the extra library in the pkgconfig fileBenjamin Otte1-0/+1
2010-08-10script: Fix script backend build.M Joonas Pihlaja2-0/+2
2010-08-09perf: Improve calibrationAndrea Canciani1-9/+8
2010-08-08os2: Restore surface type checking in the get_extents method.Rich Walsh1-1/+9
2010-08-08os2: Fix clipping to bounds when blitting pixels.Rich Walsh1-35/+27
2010-08-08os2: Tweak an inline declaration.Rich Walsh1-1/+1
2010-08-08os2: Consolidate error paths of cairo_os2_surface_create().Rich Walsh1-60/+60
2010-08-08os2: Document ownership of OS/2 objects passed to surfaces.Rich Walsh1-11/+12
2010-08-08os2: Don't fake an Anchor Block when one isn't needed.Rich Walsh1-13/+3
2010-08-08os2: Fix buffer allocator behaviour on arithmetic overflow.Rich Walsh1-31/+23