summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-dbus-menu-item.c
AgeCommit message (Collapse)AuthorFilesLines
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.