Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 1 | -1/+1 | |
2019-09-27 | sn-item: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -15/+12 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -77/+0 | |
2018-01-31 | remove unneeded nested GTK_CHECK_VERSION block | monsta | 1 | -11/+0 | |
it's already inside !GTK_CHECK_VERSION one, so it's a no-op | |||||
2017-11-09 | status-notifier: remove duplicate check found by cppcheck | lukefromdc | 1 | -2/+0 | |
2017-10-16 | Apply position fix on popup to GTK 3.20 and earlier | lukefromdc | 1 | -0/+4 | |
2017-10-14 | GTK 3.22 status notifier: reposition menu when size changes | lukefromdc | 1 | -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-10-12 | GTK 3.22/status-notifer Fix menu position if size changed since last shown | lukefromdc | 1 | -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-08-22 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+11 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window gdk_screen_get_monitor_at_point | |||||
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. |