summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-dbus-menu-item.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24status-notifier: fix typoAlberts Muktupāvels1-1/+1
Cherry-picked from gnome-panel commit 1cc654e16dc06edccaef8c877db4e0da30ceeeaa.
2023-10-24status-notifier: fix a typoAlberts Muktupāvels1-3/+3
Cherry-picked from gnome-panel commit 55667a735ea33336f5b0912631b184b95ea2140b.
2023-10-09replace deprecated gtk-image-menu-item*raveit651-9/+9
2023-06-15Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372)Luke from DC1-0/+1
*We cannot load the legacy system tray in Wayland as that requires xembed. *We CAN load the status-notifier (SNI support) *Wayland needs us to explicitly set gtk_button_set_always_show_image to TRUE *Wayland needs us to explicitly set gtk_image_menu_item_set_always_show_image to TRUE
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj1-1/+1
2019-12-04status-notifier: Render menu items as cairo surfaceVictor Kareh1-2/+8
2018-01-21Fix rendering of radio buttons in status notifierlukefromdc1-1/+5
*Ensure only the actually selected radio button is shown as checked, not all the radio buttons *Note that this works so long as each menu created by a single indicator creates no more than one groups of radio buttons, the usual case *Also set ATK_ROLE_RADIO_MENU_ITEM for any radio menu items created by an indicator as this code otherwise would cause Orca to call them check menu items
2017-01-23status-notifier: Remove custom image menu item classColomban Wendling1-27/+32
It's only there because GtkImageMenuItem is deprecated, it doesn't offer any original features.
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.