summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2019-03-121-4/+4
* Drop skia backendBryce Harrington2018-10-171-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-12/+12
* pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson2017-10-241-0/+53
* pattern: Fix incorrect grammar in cairo_pattern_get_type.Bryce Harrington2016-10-101-2/+2
* Fix grammar in cairo_*_reference() function documentation.Bryce Harrington2016-10-101-2/+2
* Write debugging information to the debugging fileEd Schouten2016-09-041-1/+1
* pattern: revert an unintentional change added in 190678fAdrian Johnson2016-07-181-1/+1
* pattern: don't round extents to 0 on vector surfacesAdrian Johnson2016-07-161-3/+11
* image: fix record-replay-extend test failuresAdrian Johnson2016-06-051-0/+2
* Fix PDF record-neg-extents test failureAdrian Johnson2016-06-051-1/+30
* Revert "pattern: allow for a floating one pixel rounded difference."Bryce Harrington2015-07-171-5/+5
* Avoid indiscriminate use of VALGRIND_MAKE_MEM_NOACCESS.John Lindgren2015-06-261-5/+5
* pattern: allow for a floating one pixel rounded difference.Alban Browaeys2015-06-181-5/+5
* Fix one more warning from check-doc-syntax.shRavi Nanjundappa2014-11-121-2/+2
* Fix warnings from check-doc-syntax.shRavi Nanjundappa2014-10-281-2/+2
* pattern: Restore dropped inclusion of cairoint.h1.14.0Bryce Harrington2014-10-131-0/+2
* image: Corrected extents calculationsBill Spitzak2014-10-101-107/+168
* image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak2014-10-101-1/+35
* Fix _cairo_mesh_pattern_equal() when cairo_mesh_patch_t structs are differentMaks Naumov2014-08-281-1/+1
* V5: Use NEAREST filter when possibleBill Spitzak2014-08-141-1/+1
* Pattern document clarificationjimmyfrasche2014-05-121-8/+9
* gstate: Handle device scale on surface as sourceAlexander Larsson2013-09-051-0/+10
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-3/+1
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-2/+2
* fix _cairo_pattern_get_ink_extents to work with snapshot recording surfacesAdrian Johnson2012-04-061-0/+4
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+32
* doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani2012-03-291-18/+18
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-6/+6
* doc: preserve whitespace by using docbook screen tagNis Martensen2012-03-101-2/+2
* doc: typoNis Martensen2012-03-101-1/+1
* doc: fix typoNis Martensen2012-02-141-1/+1
* doc: Fix pattern name mismatchNis Martensen2012-02-121-5/+5
* rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani2012-01-151-20/+6
* pattern: Infinite color-only sources are always opaqueAndrea Canciani2012-01-151-5/+5
* doc: Drop the gtk-doc markup from _cairo_radial_pattern_focus_is_insideChris Wilson2011-12-021-3/+3
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-9/+121
* Introduce a new compositor architectureChris Wilson2011-09-121-942/+195
* pdf: use ink extents for smask bboxAdrian Johnson2011-09-051-0/+44
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* pattern: Do not provide type field in cairo_pattern_union_tAndrea Canciani2011-07-311-1/+1
* pattern: Complete the list of possible pattern errorsAndrea Canciani2011-07-291-2/+3
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-2/+2
* pattern: Add observer hooksChris Wilson2011-07-151-0/+17
* pattern: Implement _rgb functions as wrappers over _rgba functionsAndrea Canciani2011-07-081-28/+3
* Remove conditional compilation of freed-poolsAndrea Canciani2011-07-051-4/+0
* Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani2011-03-191-6/+1
* xcb,xlib: Fallback upon generic radial gradientsAndrea Canciani2011-03-181-0/+29
* Fix errors from src/check-plt.shUli Schlachter2011-02-121-0/+4