summaryrefslogtreecommitdiff
path: root/src/daemon/stack.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-17GTK3: Fix positioning notifications with long textraveit651-0/+8
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/52
2014-10-22Fix crash when switching monitorsEugene Kilachkoff1-0/+7
When switching monitors AND displaying notifications at the same time, a rare situation might occur when notification window will be added to two or more stacks. One of the stacks will be removed soon enough, but the "destroy" handler will persist and will be triggered when the window disappears. This results in a reference to a freed memory and (usually) a daemon crash, a typical one is https://retrace.fedoraproject.org/faf/reports/359836/ for example. So, the removal handlers referring to a deleted stack must be cancelled prior to removal. Closes https://github.com/mate-desktop/mate-notification-daemon/pull/34
2014-07-02Remove support for GTK2 < 2.20Stefano Karapetsas1-7/+2
2012-07-31Fixed incorrect fsf address. Closes issue #6.Steve Zesch1-2/+2
2012-01-01GDK_DISPLAY() is deprecatedPerberos1-36/+14
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+409