Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cssvalue: Remove GtkCssDependencies | Benjamin Otte | 2015-03-18 | 1 | -2/+1 |
| | | | | They are not used anymore. | ||||
* | css: Move scale to GtkStyleProviderPrivatewip/mir2 | Benjamin Otte | 2015-02-06 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | css: Add a -gtk-icon-theme CSS property | Benjamin Otte | 2015-01-27 | 1 | -0/+135 |
The property is useless to set (it only allows 'initial', 'inherit' and 'unset' as values), but it is used to track changes to the icon theme. And as such, it can ensure that widgets can track when they need to reload icons. https://bugzilla.gnome.org/show_bug.cgi?id=743341 |