summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-item-v0.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30status-notifier: Fix handling of icon-padding style propertyColomban Wendling1-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-13status-notifier: Plug a memory leakv1.18.0Colomban Wendling1-0/+1
2017-01-25status-notifier: Prefer not to scale theme iconsColomban Wendling1-6/+42
2017-01-25status-notifier: prefer not to scale advertised pixmapsAlexei Sorokin1-57/+25
2017-01-24status-notifier: Fix item icons transparencyColomban Wendling1-0/+19
2017-01-23status-notifier: Shut GCC upColomban Wendling1-1/+3
2017-01-23status-notifier: avoid useless warnings about missing propertiesAlberts Muktupāvels1-0/+6
2017-01-23status-notifier: Don't add extra padding around the iconsColomban Wendling1-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-23Add compatibility for GTK 3.14Colomban Wendling1-0/+2
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-0/+1355
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.