summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Misc. typosluz.paz1-4/+4
2018-10-17Drop skia backendBryce Harrington1-1/+1
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-12/+12
2017-10-24pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson1-0/+53
2016-10-10pattern: Fix incorrect grammar in cairo_pattern_get_type.Bryce Harrington1-2/+2
2016-10-10Fix grammar in cairo_*_reference() function documentation.Bryce Harrington1-2/+2
2016-09-04Write debugging information to the debugging fileEd Schouten1-1/+1
2016-07-18pattern: revert an unintentional change added in 190678fAdrian Johnson1-1/+1
2016-07-16pattern: don't round extents to 0 on vector surfacesAdrian Johnson1-3/+11
2016-06-05image: fix record-replay-extend test failuresAdrian Johnson1-0/+2
2016-06-05Fix PDF record-neg-extents test failureAdrian Johnson1-1/+30
2015-07-17Revert "pattern: allow for a floating one pixel rounded difference."Bryce Harrington1-5/+5
2015-06-26Avoid indiscriminate use of VALGRIND_MAKE_MEM_NOACCESS.John Lindgren1-5/+5
2015-06-18pattern: allow for a floating one pixel rounded difference.Alban Browaeys1-5/+5
2014-11-12Fix one more warning from check-doc-syntax.shRavi Nanjundappa1-2/+2
2014-10-28Fix warnings from check-doc-syntax.shRavi Nanjundappa1-2/+2
2014-10-13pattern: Restore dropped inclusion of cairoint.h1.14.0Bryce Harrington1-0/+2
2014-10-10image: Corrected extents calculationsBill Spitzak1-107/+168
2014-10-10image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak1-1/+35
2014-08-28Fix _cairo_mesh_pattern_equal() when cairo_mesh_patch_t structs are differentMaks Naumov1-1/+1
2014-08-14V5: Use NEAREST filter when possibleBill Spitzak1-1/+1
2014-05-12Pattern document clarificationjimmyfrasche1-8/+9
2013-09-05gstate: Handle device scale on surface as sourceAlexander Larsson1-0/+10
2012-04-27snapshot: Perform the cow under a mutexChris Wilson1-3/+1
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-2/+2
2012-04-06fix _cairo_pattern_get_ink_extents to work with snapshot recording surfacesAdrian Johnson1-0/+4
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+32
2012-03-29doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani1-18/+18
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-6/+6
2012-03-10doc: preserve whitespace by using docbook screen tagNis Martensen1-2/+2
2012-03-10doc: typoNis Martensen1-1/+1
2012-02-14doc: fix typoNis Martensen1-1/+1
2012-02-12doc: Fix pattern name mismatchNis Martensen1-5/+5
2012-01-15rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani1-20/+6
2012-01-15pattern: Infinite color-only sources are always opaqueAndrea Canciani1-5/+5
2011-12-02doc: Drop the gtk-doc markup from _cairo_radial_pattern_focus_is_insideChris Wilson1-3/+3
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-9/+121
2011-09-12Introduce a new compositor architectureChris Wilson1-942/+195
2011-09-05pdf: use ink extents for smask bboxAdrian Johnson1-0/+44
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-07-31pattern: Do not provide type field in cairo_pattern_union_tAndrea Canciani1-1/+1
2011-07-29pattern: Complete the list of possible pattern errorsAndrea Canciani1-2/+3
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-2/+2
2011-07-15pattern: Add observer hooksChris Wilson1-0/+17
2011-07-08pattern: Implement _rgb functions as wrappers over _rgba functionsAndrea Canciani1-28/+3
2011-07-05Remove conditional compilation of freed-poolsAndrea Canciani1-4/+0
2011-03-19Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani1-6/+1
2011-03-18xcb,xlib: Fallback upon generic radial gradientsAndrea Canciani1-0/+29
2011-02-12Fix errors from src/check-plt.shUli Schlachter1-0/+4