summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pattern: Restore dropped inclusion of cairoint.h1.14.0Bryce Harrington2014-10-131-0/+2
* NEWS: Flesh out docs for new APIsBryce Harrington2014-10-131-1/+1
* pdf: don't use '\' to split strings across multiple linesAdrian Johnson2014-10-121-1/+1
* image: Corrected extents calculationsBill Spitzak2014-10-106-153/+176
* xcb: Use image fallback for GOOD/BEST filtersBill Spitzak2014-10-101-18/+16
* xcb: Add switches for whether XRender supports GOOD/BEST filteringBill Spitzak2014-10-102-1/+15
* xlib: Use image fallback for GOOD/BEST filtersBill Spitzak2014-10-101-9/+14
* xlib: Add symbols to indicate if XRender supports GOOD/BEST filteringBill Spitzak2014-10-101-0/+2
* image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak2014-10-102-14/+44
* test: Teach check-preprocessor-syntax.sh about -inlines.hChris Wilson2014-10-091-2/+2
* Get make check back to a happy spotBryce Harrington2014-10-032-4/+4
* Declare as private the new cairo_lines_compare_at_y symbolBryce Harrington2014-10-031-3/+4
* quartz: Check for quartz surface type before conversionBryce Harrington2014-10-031-1/+1
* quartz-image: Fix buildAndrea Canciani2014-10-032-4/+4
* quartz: Fix buildAndrea Canciani2014-10-031-14/+8
* image: Eliminate self-intersections for the pixman traps compositorChris Wilson2014-10-021-0/+32
* tor: Enable analytic processing for starting rowsChris Wilson2014-10-021-10/+17
* tor: Perform analytic coverage over the pixel not sample pointsChris Wilson2014-10-021-18/+49
* tor: Review full-row walkerChris Wilson2014-09-301-52/+34
* tor: Fix loss of precision from projection onto sample gridChris Wilson2014-09-301-157/+174
* src: check the surface backend for NULLRavi Nanjundappa2014-09-294-5/+60
* stroke,traps: Emit join without loss of precisionChris Wilson2014-09-298-257/+530
* arc: Insert the initial point on the arcChris Wilson2014-09-241-0/+4
* Fix compilation with bionic libcAdrian Johnson2014-09-235-11/+24
* Don't return NULL to clients when getting deviceBryce Harrington2014-09-222-4/+7
* Don't return NULL to clients when getting imageBryce Harrington2014-09-223-3/+3
* gl: Increase default VBO size on GL to 1MBryce Harrington2014-09-192-1/+7
* gl: Track the VBO size as a property of the ctxBryce Harrington2014-09-194-15/+17
* cairo-gl: Make VBO size run-time settableBryce Harrington2014-09-194-4/+30
* Disable font options for xcb.Bryce Harrington2014-09-171-1/+7
* win32 printing: fix image scale when GDI scale is not identityAdrian Johnson2014-09-141-0/+1
* xcb: Initialize font options from Xft resourcesLukáš Lalinský2014-09-125-3/+435
* qt: Suppress warnings in qt backend buildRavi Nanjundappa2014-09-111-3/+6
* Fix _cairo_mesh_pattern_equal() when cairo_mesh_patch_t structs are differentMaks Naumov2014-08-281-1/+1
* Fix font x_scale value in _compute_transform()Maks Naumov2014-08-271-1/+1
* src: Fix memory issue reported by cppcheck static analysis toolRavi Nanjundappa2014-08-271-1/+3
* traps,xcb: Set the box count after filteringChris Wilson2014-08-252-4/+5
* traps,xcb: Prefilter zero-area boxes when converting trapsChris Wilson2014-08-232-22/+35
* xcb: Correctly check for image surface for inplace uploadUli Schlachter2014-08-231-1/+2
* Fix width and height args for _cairo_xcb_connection_copy_area()Maks Naumov2014-08-211-1/+1
* win32 print: fix cache_frozen assertionsRodrigo Rivas Costa2014-08-191-1/+7
* V5: Use NEAREST filter when possibleBill Spitzak2014-08-143-20/+26
* xlib: Undo debug hack to force fallbacksChris Wilson2014-08-011-1/+1
* V6 image: Use convolution filters for sample reconstruction when downscalingBill Spitzak2014-07-252-2/+420
* xlib: Fix mispelling in a commentBryce Harrington2014-07-241-1/+1
* cairo-wideint: Fix typo in two cairo_uint128 functionsBryce Harrington2014-07-241-4/+4
* skia : Add Debug support for skia backendRavi Nanjundappa2014-07-101-11/+17
* clang-cl: Use size of the pointer explicitlyJeff Muizelaar2014-07-091-1/+1
* skia: update the source to build with the latest skiaRavi Nanjundappa2014-07-083-28/+54
* xcb: make use of _cairo_surface_is_xcb to check for surface typeRavi Nanjundappa2014-07-074-4/+19