summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix the gtk-doc syntax of internal symbolsKhaled Hosny2023-02-021-1/+2
* Rename is_userfont_foreground to is_foreground_markerAdrian Johnson2023-01-271-7/+7
* Foreground color fixes for ft, svg, colrv1Adrian Johnson2023-01-271-0/+8
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-0/+1
* Integrate COLR v1 renderer with cairo-ft-font.cAdrian Johnson2023-01-081-1/+3
* Add some missing slim_hidden entriesAdrian Johnson2022-12-281-0/+5
* Document whether colors are premultipliedMatthias Clasen2022-12-241-0/+8
* Allow user fonts to use the foreground colorAdrian Johnson2021-09-181-0/+6
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-16/+16
* Misc. typosluz.paz2019-01-311-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