summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-item.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-07Apply position fix on popup to GTK 3.20 and earlierlukefromdc1-0/+4
2017-11-07GTK 3.22 status notifier: reposition menu when size changeslukefromdc1-0/+2
Also catch a missed instance of needing to reposition. This stops most cases of a bottom panel menu changing size and ending up too low.
2017-11-07GTK 3.22/status-notifer Fix menu position if size changed since last shownlukefromdc1-0/+2
Mostly fixes serious mispositioning of network-manager applet (indicator mode) menus when connections were changed on last showing of menu and applet is on bottom panel and especially bottom right
2017-01-23status-notifier: Move GTK compatibility code inlineColomban Wendling1-2/+65
2017-01-23status-notifier: Simplify compatibility code for GTK 3.20Colomban Wendling1-6/+10
Also, that part was quite fragile.
2017-01-23status-notifier: Fix elements display on GTK < 3.20Colomban Wendling1-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-23Add compatibility for GTK 3.14Colomban Wendling1-0/+2
2017-01-23Lower GLib dependencyColomban Wendling1-9/+5
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+491
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.