Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2023-10-24 | status-notifier: Show AttentionIcon when Status is NeedsAttention | Colomban Wendling | 1 | -9/+30 | |
Fixes #1412. | |||||
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 1 | -6/+6 | |
2021-02-22 | notification_area: move XAyatana(New)Label case at the bottom | rbuj | 1 | -4/+4 | |
2021-02-22 | notification_area: fix memory leak | rbuj | 1 | -3/+5 | |
2021-02-20 | Add text label display function for notification area | zhuyaliang | 1 | -1/+21 | |
2021-01-07 | Local variable shadows outer variable warning reported by cppcheck | rbuj | 1 | -5/+5 | |
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 1 | -1/+1 | |
2019-12-04 | status-notifier: Render icons as cairo surface | Victor Kareh | 1 | -18/+30 | |
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI displays. | |||||
2018-07-25 | applets: Fix runtime error messages | Victor Kareh | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+0 | |
2018-01-22 | status-notifier: don't crash if tooltip has wrong type | monsta | 1 | -0/+8 | |
fixes the second issue mentioned in https://github.com/mate-desktop/mate-panel/issues/686 ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=585c6727a807f0160e79f42a1f17350cc6df0d78 | |||||
2017-12-27 | status-notifier: handle wrong-size icons called by path | lukefromdc | 1 | -0/+4 | |
Ensure icons called by filename and path instead of icon-name get scaled to match other tray icons | |||||
2017-12-27 | status-notifier: load icons specified by path | lukefromdc | 1 | -0/+4 | |
Fix for https://github.com/mate-desktop/mate-panel/issues/695 and similar failures to load icons when the application calls for a path and not an icon name | |||||
2017-12-24 | status-notifier: fix failure to show icon for missing icon | lukefromdc | 1 | -1/+4 | |
Fix 1px wide invisible icon in cases such as https://github.com/mate-desktop/mate-panel/issues/695 | |||||
2017-10-16 | status-notifier: hide mate-polkit icon if passive | lukefromdc | 1 | -1/+7 | |
This needs to be special cased, and requires a change in mate-polkit to work | |||||
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. |