summaryrefslogtreecommitdiff
path: root/applets/notification_area/system-tray/na-tray-manager.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-04Reduce scope of variablesColomban Wendling1-2/+1
Mostly found by cppcheck. origin commit was: https://github.com/mate-desktop/mate-panel/commit/96c7ebc
2024-02-04Revert "Reduce scope of variables"raveit651-1/+2
This reverts commit 96c7ebc6dc9e8b8327db04a9570054ee78743353.
2023-11-21Reduce scope of variablesColomban Wendling1-2/+1
Mostly found by cppcheck.
2021-12-19Use dashes instead of underscores in signal namesrbuj1-5/+5
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2019-01-29Notification area: error if compiling without X11 supportWilliam Wold1-0/+5
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-2/+2
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+988
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.