| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Well, just rename _gtk_css_parser_read_string() for the new semantics,
but this sounds cooler.
|
|
|
|
|
|
|
| |
Dynamic values are values that change their contents with the current
(monotonic) time.
This just introduces the GtkCssValue API for it.
|
|
|
|
| |
This avoids more strdups at startup.
|
|
|
|
|
|
|
|
| |
This is just lots of renaming.
The interface remains private, so the public API does not change, apart
from removing the definition of the Interface object to avoid
subclassing.
|
| |
|
| |
|
|
|
|
|
|
| |
-gtk-icontheme: "oxygen" works now.
This is a very crude implementation. It's meant for testing only.
|
|
|
|
|
| |
No need to look at the settings when the CSS has a property for the icon
theme.
|
|
|
|
| |
They are not used anymore.
|
|
|
|
|
|
| |
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.
|
|
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
|