summaryrefslogtreecommitdiff
path: root/applets/notification_area/na-box.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20na-tray: wide panels, preliminary batch box to grid renameFabien Broquard1-371/+0
box/Box/BOX changed to grid/Grid/GRID as a preliminary step to prepare for changing GtkBox in na-box/na-grid to a GtkGrid to make the notification area work well on vertical and wide panels note: even if everything is renamed to grid, the GtkWidget is still a GtkBox thats why GtkBox and GTK_TYPE_BOX have not been renamed.
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.