Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-04 | Reduce scope of variables | Colomban Wendling | 1 | -2/+1 | |
Mostly found by cppcheck. origin commit was: https://github.com/mate-desktop/mate-panel/commit/96c7ebc | |||||
2024-02-04 | Revert "Reduce scope of variables" | raveit65 | 1 | -1/+2 | |
This reverts commit 96c7ebc6dc9e8b8327db04a9570054ee78743353. | |||||
2023-11-21 | Reduce scope of variables | Colomban Wendling | 1 | -2/+1 | |
Mostly found by cppcheck. | |||||
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 1 | -5/+5 | |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 1 | -1/+1 | |
2019-01-29 | Notification area: error if compiling without X11 support | William Wold | 1 | -0/+5 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -2/+2 | |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+988 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |