summaryrefslogtreecommitdiff
path: root/applets/notification_area/na-box.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-06system-tray: Properly propagate orientation changesColomban Wendling1-1/+6
This fixes menu positioning on some system tray items when the panel orientation changed since it was initially started.
2017-04-06notification-area: Fix item orientationColomban Wendling1-4/+4
Properly forward orientation to the items. This especially fixes SNI items height in vertical panels, but affects several other details on SNI items.
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+366
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.