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. | |||||
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 1 | -1/+1 | |
2017-12-28 | status-notifier: properly handle the NULL case for items | lukefromdc | 1 | -2/+4 | |
patch by https://github.com/supermaz | |||||
2017-03-30 | status-notifier: Fix handling of icon-padding style property | Colomban Wendling | 1 | -1/+1 | |
It should only affect the space between items, not all around, and that padding should be part of the item itself, not be outside of it. | |||||
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+487 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |