summaryrefslogtreecommitdiff
path: root/applets/notification_area/na-tray-manager.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-24removed some suspicious references to win32Monsta1-12/+0
2015-07-14notification applet: support fixed-sized iconsRyan Lortie1-10/+172
Add a new _NET_SYSTEM_TRAY_ICON_SIZE property that is set to the value of the "icon-size" style property. The result is that all icons in the tray will be hinted to draw themselves with exactly this pixel size (16x16, for example). Bug #645232 Conflicts: applets/notification_area/na-tray-manager.c applets/notification_area/na-tray-manager.h applets/notification_area/na-tray.h
2015-03-19notification area: prevent crashmonsta1-1/+1
from upstream commit: https://git.gnome.org/browse/gnome-panel/commit/applets/notification_area/na-tray-manager.c?id=2adbcc5308577d864b09062a3343b9f8dbcdcd7f Closes https://github.com/mate-desktop/mate-panel/pull/291
2014-11-24zero-initialize all signals arraysMonsta1-1/+1
2014-11-22na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGEinfirit1-5/+10
We were not looking at the right field for the message ID: the ID is in the 4th field for BEGIN_MESSAGE, but 2nd field for CANCEL_MESSAGE. Taken from gnome-panel commit: 8ff843458425d525b10fc5d9b7bb357248c637c8 From: Vincent Untz <[email protected]>
2014-05-16Use GDK_WINDOW_XID for gtk+2 and gtk+3infirit1-8/+3
It was introduced in gdk2 already so clean up the code.
2013-10-26notification_area: Add GTK3 supportStefano Karapetsas1-1/+59
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+859