summaryrefslogtreecommitdiff
path: root/gtk/gtkcairoblur.c
Commit message (Expand)AuthorAgeFilesLines
* Make the blur code compile with clangMatthias Clasen2015-03-221-10/+23
* shadow-box: Blur only horizontally/vertically for the non-corner partsAlexander Larsson2015-03-211-14/+25
* shadow-box: Bail out blur early if radius is 1pxAlexander Larsson2015-03-211-1/+3
* gtkcairoblur: Unroll inner loop for common radius valuesAlexander Larsson2015-03-211-11/+30
* gtkcairoblur: Minor restructureAlexander Larsson2015-03-211-17/+13
* blur: Simplify return_if_fail()Benjamin Otte2015-02-051-4/+1
* cairoblur: Fix the blur again once moreJasper St. Pierre2014-10-271-5/+20
* cairoblur: Fix the blur codeJasper St. Pierre2014-10-271-2/+3
* gtkcairoblur: Relicense under LGPLJasper St. Pierre2014-08-311-12/+11
* Small comment fixupsMatthias Clasen2014-08-031-9/+8
* gtkcairoblur: Replace our exponential blur with the box blur from mutterJasper St. Pierre2014-08-031-150/+149
* gtkcairoblur: Blur a CAIRO_A8 surface instead of a full CAIRO_ARGB32Jasper St. Pierre2014-07-291-58/+9
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-2/+2
* css: Fix computation of pixels occupied by blur radiusBenjamin Otte2014-02-031-0/+26
* blur: Do the same thing for rows and colsBenjamin Otte2012-09-201-1/+1
* blur: Use rowstrideBenjamin Otte2012-09-201-5/+12
* blur: Simplify codeBenjamin Otte2012-09-201-20/+7
* blur: Fix pixel sizesBenjamin Otte2012-09-201-6/+3
* blur: Take the radius as a double parameterBenjamin Otte2012-09-201-10/+5
* Add code for blurring (original code from Unico, copyright fine for Gtk+)Andrea Cimitan2012-09-201-0/+267