summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageiconthemeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.