summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Fix broken rotationsperspective-transformBryce Harrington1-4/+4
2014-11-27path: Don't use fast path if there is projective transformationBryce Harrington1-1/+1
2014-11-27matrix: Make the other *_rel_* routines non-relative internallyBryce Harrington1-18/+28
2014-11-27matrix: Refactor out two temporary variablesBryce Harrington1-10/+5
2014-11-27matrix: Update code docs for projective transformBryce Harrington2-7/+17
2014-11-27Enable projective transformsBryce Harrington4-57/+102
2014-11-20win32: Fix compilation of 'cairo-path-stroke-traps.c' with MSVC8Hans Breuer1-4/+6
2014-11-20pdf-operators: fix bug with RTL textAdrian Johnson1-1/+5
2014-11-12Fix one more warning from check-doc-syntax.shRavi Nanjundappa1-2/+2
2014-11-06xcb: Don't crash when swapping a 0-sized glyphAdam Jackson1-0/+6
2014-11-06xlib: Don't crash when swapping a 0-sized glyphAdam Jackson1-0/+6
2014-10-31Improve performance of cpu_to_be32 and be32_to_cpuAdrian Johnson1-1/+1
2014-10-31pdf-operators: only wrap text strings for PS outputAdrian Johnson6-16/+31
2014-10-28Fix warnings from check-doc-syntax.shRavi Nanjundappa1-2/+2
2014-10-19tor-scan-converter: can't do_fullrow when intersection in row + 0.5subrowMassimo Valentini1-2/+2
2014-10-19pdf: fix compiler warningAdrian Johnson1-1/+1
2014-10-19CFF: Fix unaligned accessAdrian Johnson3-35/+58
2014-10-17Update mime type documentation.Adrian Johnson1-1/+27
2014-10-13pattern: Restore dropped inclusion of cairoint.hBryce Harrington1-0/+2
2014-10-13NEWS: Flesh out docs for new APIsBryce Harrington1-1/+1
2014-10-12pdf: don't use '\' to split strings across multiple linesAdrian Johnson1-1/+1
2014-10-10image: Corrected extents calculationsBill Spitzak6-153/+176
2014-10-10xcb: Use image fallback for GOOD/BEST filtersBill Spitzak1-18/+16
2014-10-10xcb: Add switches for whether XRender supports GOOD/BEST filteringBill Spitzak2-1/+15
2014-10-10xlib: Use image fallback for GOOD/BEST filtersBill Spitzak1-9/+14
2014-10-10xlib: Add symbols to indicate if XRender supports GOOD/BEST filteringBill Spitzak1-0/+2
2014-10-10image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak2-14/+44
2014-10-09test: Teach check-preprocessor-syntax.sh about -inlines.hChris Wilson1-2/+2
2014-10-03Get make check back to a happy spotBryce Harrington2-4/+4
2014-10-03Declare as private the new cairo_lines_compare_at_y symbolBryce Harrington1-3/+4
2014-10-03quartz: Check for quartz surface type before conversionBryce Harrington1-1/+1
2014-10-03quartz-image: Fix buildAndrea Canciani2-4/+4
2014-10-03quartz: Fix buildAndrea Canciani1-14/+8
2014-10-02image: Eliminate self-intersections for the pixman traps compositorChris Wilson1-0/+32
2014-10-02tor: Enable analytic processing for starting rowsChris Wilson1-10/+17
2014-10-02tor: Perform analytic coverage over the pixel not sample pointsChris Wilson1-18/+49
2014-09-30tor: Review full-row walkerChris Wilson1-52/+34
2014-09-30tor: Fix loss of precision from projection onto sample gridChris Wilson1-157/+174
2014-09-29src: check the surface backend for NULLRavi Nanjundappa4-5/+60
2014-09-29stroke,traps: Emit join without loss of precisionChris Wilson8-257/+530
2014-09-24arc: Insert the initial point on the arcChris Wilson1-0/+4
2014-09-23Fix compilation with bionic libcAdrian Johnson5-11/+24
2014-09-22Don't return NULL to clients when getting deviceBryce Harrington2-4/+7
2014-09-22Don't return NULL to clients when getting imageBryce Harrington3-3/+3
2014-09-19gl: Increase default VBO size on GL to 1MBryce Harrington2-1/+7
2014-09-19gl: Track the VBO size as a property of the ctxBryce Harrington4-15/+17
2014-09-19cairo-gl: Make VBO size run-time settableBryce Harrington4-4/+30
2014-09-17Disable font options for xcb.Bryce Harrington1-1/+7
2014-09-14win32 printing: fix image scale when GDI scale is not identityAdrian Johnson1-0/+1
2014-09-12xcb: Initialize font options from Xft resourcesLukáš Lalinský5-3/+435