summaryrefslogtreecommitdiff
path: root/applets/notification_area/system-tray/fixedtip.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-23Make system-tray X11-onlyWilliam Wold1-0/+6
2019-06-05na-tray: avoid deprecated g_type_class_add_privateAlberts Muktupavels1-5/+2
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/commit/cb2cc3a
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+3
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+2
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+281
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.