Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-08 | system tray: fix hidden icons on image/transparent color BG | lukefromdc | 1 | -1/+1 | |
Enable the force-redraw code unconditionally so it can function from the idle callback regardless of child->parent_relative_bg = TRUE/FALSE as it seems to now always be needed | |||||
2017-03-13 | notification area: Fix memory leak sorting items | Colomban Wendling | 1 | -0/+2 | |
2017-01-30 | notification area: Fix system tray icons forced ordering | Colomban Wendling | 1 | -4/+4 | |
The order was reversed when porting from the previous sorting method. Part of #521. | |||||
2017-01-23 | system-tray: Restrict the ordering hack to the system-tray module | Colomban Wendling | 1 | -34/+35 | |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+715 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |