summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use __FUNCTION__ as a string literalJeff Muizelaar2014-06-301-6/+4
* src : Fix warn_unused_result warnings from gccRavi Nanjundappa2014-06-052-5/+5
* Revert "image: Use convolution filters for sample reconstruction when downsca...Uli Schlachter2014-06-051-55/+10
* Add more info to cairo_surface_set_mime_data docs.jimmyfrasche2014-06-051-0/+10
* Fix some memory leaks found by scan-build, the LLVM/Clang static analyzerSylvestre Ledru2014-05-162-2/+10
* Remove some potential double freeSylvestre Ledru2014-05-161-2/+2
* Pattern document clarificationjimmyfrasche2014-05-121-8/+9
* Fix segfault in firefox when scrolling on certain pagesBryce Harrington2014-05-061-0/+3
* Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru2014-05-064-15/+0
* mesh-rasterize: Fix number of iterationsUli Schlachter2014-03-211-0/+1
* mask compositor: Set a check_composite methodUli Schlachter2014-03-212-1/+4
* Fix warnings from check-doc-syntax.shUli Schlachter2014-03-135-17/+14
* skia: Add section definitions and code docs for skia backendBryce Harrington2014-03-132-0/+40
* surface: Make parameter naming consistent between header and implBryce Harrington2014-03-131-6/+6
* Mark recently added _cairo_output_stream_print_matrix private symbolBryce Harrington2014-03-131-1/+1
* doc: Add missing sections and symbols for public docsBryce Harrington2014-03-132-0/+14
* clip: Fix handling of special all-clipped cairo_clip_tUli Schlachter2014-03-061-0/+3
* clip: Do not modify the special all-clipped cairo_clip_tChris Wilson2014-03-061-3/+5
* Revert "[ft] Fix memory bug in copying bitmaps"Behdad Esfahbod2014-03-051-1/+3
* image: Add NULL checks for return value of _pixman_image_for_color()Koji Egashira2014-03-031-0/+6
* xlib: Fix typo in documentationBenjamin Otte2014-03-031-1/+1
* Correct spelling of "tessellator" throughout codeBryce Harrington2014-02-263-5/+5
* Add comment to explain _cairo_edge_compute_intersection_*Bryce Harrington2014-02-261-1/+2
* Add explanation to _cairo_surface_create_in_errorBryce Harrington2014-02-261-0/+10
* Add explanation to enum _cairo_int_statusBryce Harrington2014-02-261-2/+5
* image: Fix bad HTML generation in code docs for cairo-format-stride-for-widthBryce Harrington2014-02-261-1/+1
* gl: Handle PIXMAN_a8r8g8b8_sRGB format in switchBryce Harrington2014-02-251-0/+3
* mesh: Avoid theoretical infinite loopsBryce Harrington2014-02-251-5/+5
* xml: constify source objects for emit routinesBryce Harrington2014-02-251-2/+2
* xml: Drop unused variableBryce Harrington2014-02-251-1/+0
* cairo-version: fix docs buildRyan Lortie2014-02-051-0/+1
* Preserve current-point in copy_path()/append_path() sequenceBehdad Esfahbod2014-01-271-0/+3
* cairo svg: Use \n instead of /n in bitmap fontsUli Schlachter2014-01-191-1/+1