summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-06subsets: use show_text_glyphs supplied utf8 to determine latin characterAdrian Johnson1-4/+29
2011-08-06ps: use show_text_glyphsAdrian Johnson1-12/+29
2011-08-05pdf: check if smask is bilevel and encode as suchAdrian Johnson1-30/+34
2011-08-05image: check if A8 image is bilevel when analyzing transparencyAdrian Johnson1-2/+13
2011-08-05test: Add world-map from the perf-suiteChris Wilson10-1/+357
2011-08-05perf: Add stroke/fill variants to world-mapChris Wilson1-6/+36
2011-08-05bo-rectangular: handle in==out specifically for the single box caseChris Wilson1-10/+20
2011-08-05Mark the new API as suchNis Martensen1-0/+6
2011-08-04Clarify the API docs for the newest functionsUli Schlachter1-14/+15
2011-08-04perf: Also build the code in perf/microUli Schlachter1-0/+2
2011-08-04xlib-xcb: Implement the new backend functionsUli Schlachter1-3/+38
2011-08-04surface_unmap_image: Fix fallbackUli Schlachter1-1/+18
2011-08-04ps: check if images are grayscale or monochrome and encode as suchAdrian Johnson1-52/+110