summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimagescaled.c
Commit message (Collapse)AuthorAgeFilesLines
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-4/+2
| | | | They are not used anymore.
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-7/+8
| | | | | | This way, we can remove it as a separate argument from gtk_css_value_compute() and allow computation to only depend on one thing: the style provider.
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-2/+2
| | | | | This is literally just renaming of the object (and the associated source files). No other changes are in there.
* CSS: Add -gtk-scaled(image1,image2,...) support for hidpi assetsAlexander Larsson2013-07-031-0/+205