Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 1 | -1/+1 | |
2019-12-04 | status-notifier: Render menu items as cairo surface | Victor Kareh | 1 | -2/+8 | |
2018-01-21 | Fix rendering of radio buttons in status notifier | lukefromdc | 1 | -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-23 | status-notifier: Remove custom image menu item class | Colomban Wendling | 1 | -27/+32 | |
It's only there because GtkImageMenuItem is deprecated, it doesn't offer any original features. | |||||
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+472 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |