Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-08 | status-notifier: fix crash on unknown signal name | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-panel/issues/571 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=f93821cc77892c7b262866d04bd8aa26ddafa154 | |||||
2017-04-15 | status-notifier: Do not hide passive items | Colomban Wendling | 1 | -3/+2 | |
Although the specification states that most hosts will hide those, several items report them as Passive all the time and thus never show up. So for now, just show everything. Fixes #537. | |||||
2017-03-30 | status-notifier: Fix handling of icon-padding style property | Colomban Wendling | 1 | -0/+56 | |
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-03-13 | status-notifier: Plug a memory leakv1.18.0 | Colomban Wendling | 1 | -0/+1 | |
2017-01-25 | status-notifier: Prefer not to scale theme icons | Colomban Wendling | 1 | -6/+42 | |
2017-01-25 | status-notifier: prefer not to scale advertised pixmaps | Alexei Sorokin | 1 | -57/+25 | |
2017-01-24 | status-notifier: Fix item icons transparency | Colomban Wendling | 1 | -0/+19 | |
2017-01-23 | status-notifier: Shut GCC up | Colomban Wendling | 1 | -1/+3 | |
2017-01-23 | status-notifier: avoid useless warnings about missing properties | Alberts Muktupāvels | 1 | -0/+6 | |
2017-01-23 | status-notifier: Don't add extra padding around the icons | Colomban Wendling | 1 | -7/+1 | |
It makes them look a little blurry at the "proper" sizes (32, 48, etc.) where the system-tray ones are perfect. Without the padding, they get blurry at the same sizes system-tray ones do, not making the situation worse. | |||||
2017-01-23 | Add compatibility for GTK 3.14 | Colomban Wendling | 1 | -0/+2 | |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+1355 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |