summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-dbus-menu.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24status-notifier: fix typoAlberts Muktupāvels1-1/+1
Cherry-picked from gnome-panel commit 1cc654e16dc06edccaef8c877db4e0da30ceeeaa.
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-2/+2
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj1-1/+1
2019-07-05Remove trailing whitespacesLaurent Napias1-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-2/+2
2018-01-22status-notifier: don't crash if menu layout has wrong typemonsta1-0/+9
fixes https://github.com/mate-desktop/mate-panel/issues/686 ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=a08f238147660b3d70e5eebd8d24707711424719
2017-10-16Apply position fix on popup to GTK 3.20 and earlierlukefromdc1-2/+4
2017-10-14GTK 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-05-29status notifier: follow same menu theme as rest of panellukefromdc1-0/+15
Support any menu theme set up for the panel's menus differing from the rest of the Gtk theme using the .mate-panel-menu-bar style class
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+472
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.