Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -3/+3 |
| | |||||
* | cairoblur: Get rid of gdk_cairo_get_clip_rectangle() call | Benjamin Otte | 2020-02-13 | 1 | -8/+10 |
| | | | | It's about to be removed. | ||||
* | cairoblur: Move the check for early exit | Benjamin Otte | 2020-02-13 | 1 | -3/+8 |
| | | | | | That means we only have one place where we check all kinds of early exits. | ||||
* | gskcairoblur: Don't apply y_scale twice | Timm Bäder | 2018-01-15 | 1 | -1/+1 |
| | | | | | A version of 29f36fed085d51bad16ec0e3f7ba5085bf9f82e8 but for the blur we use in gsk. | ||||
* | gsk: Add GskShadowNode | Benjamin Otte | 2016-12-20 | 1 | -0/+118 |
| | | | | | | | ... and make the icon rendering code use it. This requires moving even more shadow renering code into GSK, but so be it. At least the "shadows not implemented" warning is now gone! | ||||
* | gsk: Move gtk/gtkcairoblur.c to gsk/gskcairoblur.c | Benjamin Otte | 2016-12-20 | 1 | -0/+282 |