summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageiconthemeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Make -gtk-icontheme() use -gtk-icon-paletteMatthias Clasen2016-01-131-0/+3
| | | | | This makes it possible to recolor themed icons with -gtk-icon-palette, regardless whether they are loaded by the theme or the application.
* cssimage: Implement symbolic coloring for -gtk-icontheme()Benjamin Otte2014-05-161-0/+1
|
* css: Add support for -gtk-icontheme("icon-name")Benjamin Otte2014-05-141-0/+56
This allows using icons from the icontheme as images in CSS. The reasoning is that this allows to give the image control about how it's scaled (by using the icon theme's scaling method. So we can get crisp images at different resolutions.