summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-09wipwip/cs10Andrea Canciani2-4/+4
2011-02-09white should usually just be a generic opaqueAndrea Canciani8-31/+18
2011-02-09fix compilationAndrea Canciani8-78/+96
2011-02-09use colorspace macrosAndrea Canciani5-21/+43
2011-02-09patternAndrea Canciani2-22/+150
2011-02-09test: create-from-png-csAndrea Canciani8-0/+245
2011-02-09add pattern gettersAndrea Canciani1-0/+34
2011-02-09png color spaceAndrea Canciani1-4/+14
2011-02-09Colorspace in surfacesAndrea Canciani24-66/+196
2011-02-09colorAndrea Canciani24-877/+866
2011-02-09Color space basicsAndrea Canciani5-0/+428
2011-02-09replace TRANSPARENT with CLEARAndrea Canciani9-19/+19
2011-02-09png creation cleanupAndrea Canciani1-26/+14
2011-02-09rgb defined using rgbaAndrea Canciani1-28/+2
2011-02-09gstate: simplify reduce-opAndrea Canciani1-24/+3
2011-02-09quartz: create common color[space]s just onceAndrea Canciani1-30/+47
2011-02-08Type1-subset: Fallback if font contains more than one /EncodingAdrian Johnson1-0/+4
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani15-268/+268
2011-02-06test: Attempt to capture out-of-bounds spans compositing bugChris Wilson6-0/+84
2011-02-06image: Limit span rendering to bounded extentsChris Wilson1-0/+28
2011-02-04Don't err on non-invertible font matrixBehdad Esfahbod1-3/+0
2011-01-31gl: Remove fixed-function related code pathsAlexandros Frantzis3-110/+3
2011-01-31gl: Remove unnecessary checks for NULL shader implementationAlexandros Frantzis1-21/+8
2011-01-31gl: Fail if GL implementation doesn't support shadersAlexandros Frantzis1-0/+6
2011-01-31XCB: Fix build with xcb-shm disabledUli Schlachter1-1/+1
2011-01-31xcb: Use a normal image surface if SHM failsUli Schlachter1-2/+1
2011-01-31xcb: Move the allocation of a shm surface into its own functionUli Schlachter1-38/+73
2011-01-31xcb: Remove a duplicate static functionUli Schlachter3-62/+8
2011-01-31xcb: Limit the amount of SHM usedUli Schlachter1-0/+10
2011-01-27scaled font: Fix the docs for cairo_scaled_font_get_font_faceUli Schlachter1-2/+3
2011-01-27User fonts: Make it clear what should NOT be freedUli Schlachter1-3/+5
2011-01-26xcb: Document all public functionsUli Schlachter2-1/+95
2011-01-26xcb: Automatically enable the backend if the libs are availableUli Schlachter3-3/+3
2011-01-25LD_PRELOAD is supported on HurdPino Toscano1-1/+1
2011-01-25xcb: Fix compositing of pixel-aligned rectanglesAndrea Canciani1-22/+34
2011-01-24Fix regressions from 1.10 mergeAndrea Canciani2-14/+1
2011-01-23xcb: Fix a BadPicture when clearing a surfaceUli Schlachter1-0/+1
2011-01-23xcb: Only use clip rectangles for more than 1 pixel-aligned boxChris Wilson1-6/+9
2011-01-23version: Post-snapshot bumpChris Wilson1-1/+1
2011-01-23version: Bump for 1.11.2 snapshotChris Wilson1-1/+1
2011-01-23NEWS: 1.11.2 snapshotChris Wilson1-0/+48
2011-01-23Merge branch '1.10' into tmpChris Wilson5-1/+84
2011-01-23Makefile: add missing cairo-box-private.hChris Wilson1-0/+1
2011-01-23xcb: Prefer RenderFillRectangles to perform the deferred clearChris Wilson1-6/+16
2011-01-23xcb: Apply a clip region for compositing many-pixel-aligned-boxesChris Wilson1-52/+68
2011-01-22gstate: Remove unused codeAndrea Canciani2-39/+0
2011-01-22gstate: Set an error status when restoring a push_groupAndrea Canciani3-15/+30
2011-01-22test: Add group-stateAndrea Canciani2-0/+97
2011-01-22clip: Improve _cairo_clip_contains_*Andrea Canciani1-4/+2
2011-01-21win32: Improve error loggingMats Palmgren1-1/+3