Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | status-notifier: Move GTK compatibility code inline | Colomban Wendling | 1 | -2/+65 | |
2017-01-23 | status-notifier: Simplify compatibility code for GTK 3.20 | Colomban Wendling | 1 | -6/+10 | |
Also, that part was quite fragile. | |||||
2017-01-23 | status-notifier: Fix elements display on GTK < 3.20 | Colomban Wendling | 1 | -1/+1 | |
On GTK 3.20 onwards, themes are expected to use CSS names rather than widget class names, and apparently CSS names are not inherited. So, a derived widget altering its CSS name won't be styled as its parent classes. Thus, SnItem setting the CSS name "sn-item" avoids being styled as a "button". But on older GTK versions, the widget class being used makes this change ineffective. Fix that by introducing a custom derived button that doesn't draw the unwanted parts. | |||||
2017-01-23 | Add compatibility for GTK 3.14 | Colomban Wendling | 1 | -0/+2 | |
2017-01-23 | Lower GLib dependency | Colomban Wendling | 1 | -9/+5 | |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+491 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |