summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-15font-options: fixwip/cleanup-error5Andrea Canciani1-2/+4
2011-08-15xlib: Simplify error handlingAndrea Canciani1-27/+25
2011-08-15Manually ensure that new error statuses are introduced with CAIRO_ERROR_Andrea Canciani4-16/+16
2011-08-15Make sure that new error statuses are introduced with CAIRO_ERROR_Andrea Canciani127-1141/+1138
2011-08-15error: Introduce error creation notificationAndrea Canciani3-8/+84
2011-08-14Do not reference error objects directlyAndrea Canciani9-58/+31
2011-08-14vg: Do not reference error VG contexts directlyAndrea Canciani1-8/+11
2011-08-14font-options: Do not reference error font options directlyAndrea Canciani2-12/+34
2011-08-14font-face: Do not reference error font faces directlyAndrea Canciani11-102/+106
2011-08-14stream: Do not reference error output streams directlyAndrea Canciani7-58/+29
2011-08-14userdata: Move the declarations to a private headerAndrea Canciani15-33/+90
2011-08-14font-face: Move the declarations to a private headerAndrea Canciani15-36/+100
2011-08-14scaled-font: Update documentation and code with atomic refcountingAndrea Canciani2-19/+12
2011-08-14ft-font: set rgba style only oncewip/no-0-refAndrea Canciani1-9/+0
2011-08-14font-face: no 0Andrea Canciani1-3/+1
2011-08-14move unscaled to ftAndrea Canciani4-64/+55
2011-08-10test: Add record-extendChris Wilson7-0/+225
2011-08-10recording: do not reduce required clipsChris Wilson2-1/+3
2011-08-10script: Compile fixChris Wilson2-3/+7
2011-08-10script: Include an operator to replay a recording surface to a fileChris Wilson1-0/+42
2011-08-10trace: Pop the surface after write-to-pngChris Wilson1-2/+2
2011-08-10fixed: Allow the implicit close of the last fill path to complete a fill-boxChris Wilson1-4/+4
2011-08-10tor: update is-vertical along with min-heightChris Wilson1-14/+10
2011-08-09perf: add curveChris Wilson4-0/+111
2011-08-09perf: add many-curvesChris Wilson4-0/+122
2011-08-09tor: Fix mergesort to handle doubly-linked listChris Wilson1-22/+14
2011-08-09tor: trivial changesChris Wilson1-9/+5
2011-08-09bo-rectangular: Correctly mergesort a doubly-linked listChris Wilson1-12/+13
2011-08-09bo-rectangular: Use a mergesort to speedup insertionChris Wilson1-66/+178
2011-08-09bo-rectangular: Eliminate allocation for pqueueChris Wilson1-178/+82
2011-08-09fill: A horizontal/vertical line is also a degenerate fill boxChris Wilson1-13/+21
2011-08-09perf: Add many-fillsChris Wilson4-0/+187
2011-08-09build: Add a missing cairo-backend-private.hChris Wilson1-0/+1
2011-08-08map-to-image: Handle non-32bpp formatsUli Schlachter1-6/+36
2011-08-08map_to_image: Verify the given extentsUli Schlachter1-0/+11
2011-08-08xlib-xcb: Fix a double free in surface_unmapUli Schlachter1-0/+4
2011-08-08cairo.h: Document CAIRO_DEVICE_TYPE_INVALIDUli Schlachter1-0/+1
2011-08-08tor: Inline reverse insertion sort for handling intersectionsChris Wilson1-140/+146
2011-08-07tor: First perform a bucket sort before merge the sub-edges from the polygonChris Wilson1-37/+29
2011-08-07perf: add the usual special cases to many-strokesChris Wilson1-1/+109
2011-08-07perf: Add many-strokesChris Wilson4-0/+78
2011-08-07test: Add unclosed-strokesChris Wilson4-1/+86
2011-08-07test: Add a1-sampleChris Wilson4-0/+61
2011-08-07util: Add show-polygonsChris Wilson3-2/+568
2011-08-06test: Add joins-retraceChris Wilson4-0/+111
2011-08-06test: Add an loopy I-bar stroker testChris Wilson4-0/+102
2011-08-06test: Add join-star, another stroker exerciseChris Wilson4-0/+101
2011-08-05clipper: Fix crashesAndrea Canciani1-2/+1
2011-08-05clipper: Don't emit an empty clip-path for no clip boxesChris Wilson1-0/+3
2011-08-05test: Add a couple of tests to exercise stroking of short tail segmentsChris Wilson6-0/+266