Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-22 | daemon: Properly update the set of monitors when it changes | Colomban Wendling | 1 | -0/+5 | |
Fixes #218. | |||||
2021-12-11 | Use a blank line at most | rbuj | 1 | -3/+0 | |
2021-06-22 | Update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-10-24 | Use C-style comments | William Wold | 1 | -3/+3 | |
2020-10-24 | Hide X11-specific code behind ifdefs and checks | William Wold | 1 | -2/+16 | |
2020-06-12 | Remove conversion warnings | rbuj | 1 | -7/+7 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -23/+1 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-12-12 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -3/+2 | |
This commit reverts: https://github.com/mate-desktop/mate-notification-daemon/commit/52b7c3807e71278f2d902a79cf6c08c839a1b0ad And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-29 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -1/+32 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+3 | |
2017-08-10 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+8 | |
2016-05-19 | require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option | monsta | 1 | -8/+0 | |
2015-06-17 | GTK3: Fix positioning notifications with long text | raveit65 | 1 | -0/+8 | |
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/52 | |||||
2014-10-22 | Fix crash when switching monitors | Eugene Kilachkoff | 1 | -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-02 | Remove support for GTK2 < 2.20 | Stefano Karapetsas | 1 | -7/+2 | |
2012-07-31 | Fixed incorrect fsf address. Closes issue #6. | Steve Zesch | 1 | -2/+2 | |
2012-01-01 | GDK_DISPLAY() is deprecated | Perberos | 1 | -36/+14 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+409 | |