| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-19 | daemon: Fix use-after-free crash in idle reposition timeout | Victor Kareh | 1 | -3/+8 | |
| Add destroy notify callback to prevent use-after-free crashes when notifications are closed before their reposition timeout fires. Fixes #236 | |||||
| 2025-10-19 | daemon: Fix crash when monitor is disconnected | Victor Kareh | 1 | -2/+12 | |
| Add checks for monitor_id to prevent crash during monitor change events. Instead it falls back to last available monitor and allows notification processing to continue without a monitor. Fixes: #200 | |||||
| 2025-10-19 | daemon: Bump libwnck to 43.0 | Victor Kareh | 1 | -6/+16 | |
| Recent versions of libwnck introduced a WnckHandler object to be used as the main entry point into the library. | |||||
| 2025-10-19 | daemon: report dbus method invocation as handled on error | promarbler14 | 1 | -2/+2 | |
| Returning an error for a dbus method is counted as handling a method invocation. Return true in the handler to avoid a use-after-free. | |||||
| 2024-11-26 | Update daemon.c | sundtek | 1 | -1/+1 | |
| remove exit / replace with gtk_main_quit [ 7590.265881] mate-notificati[76519]: segfault at 55ac5111c67a ip 00007d1d4fc09d61 sp 00007ffd0bf06698 error 4 in libgobject-2.0.so.0.8000.0[7d1d4fbdc000+37000] likely on CPU 0 (core 0, socket 0) [ 7590.265910] Code: 01 00 00 00 4c 89 ce 48 89 e5 e8 da e6 ff ff 5d 85 c0 0f 95 c0 0f b6 c0 c3 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 53 02 00 48 c1 e8 02 | |||||
| 2024-09-22 | daemon: Properly update the set of monitors when it changes | Colomban Wendling | 1 | -28/+42 | |
| Fixes #218. | |||||
| 2023-08-22 | wayland: do not attempt to connect to x11 screensaver | lukefromdc | 1 | -0/+3 | |
| 2023-08-10 | Only exit on idle when explicitly requested | Colomban Wendling | 1 | -2/+19 | |
| This allows to run as a regular session service that does not exit, but also as a well-behaved D-Bus-activated service. Make the default behavior not to exit, but when activated through D-Bus. | |||||
| 2023-08-10 | Fix potential crash if org.mate.ScreenSaver doesn't respond | Colomban Wendling | 1 | -0/+1 | |
| 2022-12-13 | daemon: fix memory leak | rbuj | 1 | -4/+4 | |
| 2021-12-11 | Use a blank line at most | rbuj | 1 | -2/+0 | |
| 2021-06-22 | Update copyright to 2021 | raveit65 | 1 | -0/+1 | |
| 2021-04-03 | daemon: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -1/+8 | |
| 2021-03-15 | Remove shadow warnings [-Wshadow] | rbuj | 1 | -8/+14 | |
| 2021-02-10 | Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ↵ | William Wold | 1 | -1/+1 | |
| not GObjects)] | |||||
| 2020-11-26 | Group common constants in a single file | rbuj | 1 | -3/+1 | |
| 2020-10-24 | Formatting | William Wold | 1 | -3/+3 | |
| 2020-10-24 | Use C-style comments | William Wold | 1 | -16/+16 | |
| 2020-10-24 | Implement placement on Wayland | William Wold | 1 | -13/+0 | |
| 2020-10-24 | Add initial Wayland backend | William Wold | 1 | -0/+13 | |
| 2020-10-24 | Hide X11-specific code behind ifdefs and checks | William Wold | 1 | -21/+76 | |
| 2020-06-17 | daemon: Use monotonic time instead of real time | rbuj | 1 | -36/+11 | |
| 2020-06-12 | Remove conversion warnings | rbuj | 1 | -23/+24 | |
| 2020-04-08 | daemon: Remove warning about GTimeVal deprecation | rbuj | 1 | -38/+34 | |
| 2019-09-17 | Fix decoding the hints dictionary. | Kyle Brenneman | 1 | -37/+26 | |
| g_variant_lookup works like g_variant_get, so using a format string of "v" only works if the type is actually a GVariant. Since none of the hints have GVariant values, that means every g_variant_get with a "v" format will fail. Fix all of the g_variant_lookup calls so that they either unpack a value directly, or use a "@" prefix when it's more convenient to fetch the value as a GVariant pointer. In addition, in cases where we do fetch a GVariant, make sure that we unreference it afterward. | |||||
| 2019-09-02 | mate-notification-properties: Add do-not-disturb checkbox | Jason Conti | 1 | -1/+0 | |
| 2019-09-02 | src/daemon/daemon.c: check for do-not-disturb and skip notification | Jason Conti | 1 | -7/+25 | |
| 2018-12-02 | Avoid compile warning for g_type_class_add_private | Wu Xiaotian | 1 | -91/+86 | |
| - src/daemon/daemon.c - src/daemon/daemon.h | |||||
| 2018-06-06 | Migrate from dbus-glib to GDBus | yetist | 1 | -315/+263 | |
| 2018-05-13 | Fix some gdk deprecations | yetist | 1 | -15/+15 | |
| 2018-04-24 | src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from ↵ | Mike Gabriel | 1 | -2/+2 | |
| libglib2.0-bin. | |||||
| 2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -60/+0 | |
| and drop additional checks for min/max GLib versions, it's not needed | |||||
| 2017-08-29 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+57 | |
| avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
| 2017-08-10 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+16 | |
| 2017-08-09 | Fixes high cpu usage with large timeouts | Jury Verrigni | 1 | -1/+1 | |
| 2017-08-07 | unescape URI-encode paths for icon files | Alfio Emanuele Fresta | 1 | -1/+4 | |
| Fix #117 | |||||
| 2017-02-14 | daemon: Export the "action-icons" capability to clients | Ikey Doherty | 1 | -0/+1 | |
| The freedesktop specification states that clients may opt to use named icons instead of textual labels on action buttons. In this instance, the icon name is passed as the 'key' (actions[i+1]) element in the actions data passed to the daemon. For themes to render the icon, they should check the hints passed by the client for a boolean value of "action-icons", and if it is set they should then create an image button based on the key, and not the label. Many applications now make use of action-icons, such as media players, to provide self describing actions with well known icon names, such as playback controls. In the absence of support for action-icons they fallback to less useful buttons and generally less actions. Signed-off-by: Ikey Doherty <[email protected]> | |||||
| 2016-09-02 | Add support for GNotification | kajzer | 1 | -0/+16 | |
| 2016-06-24 | Save some RAM in NotifyTimeout | raveit65 | 1 | -2/+2 | |
| By using a bit, rather than a byte for gbooleans. https://bugzilla.gnome.org/show_bug.cgi?id=622556 taken from: https://git.gnome.org/browse/notification-daemon/commit/?id=c43d398 | |||||
| 2016-06-24 | GTK+-3.20 daemon: avoid deprecated GdkDeviceManager | raveit65 | 1 | -0/+9 | |
| 2016-05-19 | require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option | monsta | 1 | -150/+0 | |
| 2015-11-24 | Revert "daemon: fix "GValueArray is deprecated" warnings" | monsta | 1 | -9/+9 | |
| This reverts commit 7d162d83a2008c25b3134fcdda8265f23d461585. fixes https://github.com/mate-desktop/mate-notification-daemon/issues/91 | |||||
| 2015-10-30 | Merge pull request #81 from raveit65/dev-deprecated-gdk_display_get_pointer | Wolfgang Ulbrich | 1 | -0/+13 | |
| GTK3 daemon: fix deprecated gdk_display_get_pointer | |||||
| 2015-10-30 | GTK3 daemon: fix deprecated gdk_display_get_pointer | Wolfgang Ulbrich | 1 | -0/+13 | |
| inspired from: https://git.gnome.org/browse/notification-daemon/patch/?id=9f376d3 | |||||
| 2015-10-30 | daemon: fix "GValueArray is deprecated" warnings | Giedrius Statkevičius | 1 | -9/+9 | |
| GValueArray is deprecated so move to GArray instead in _notify_daemon_pixbuf_from_data_hint() | |||||
| 2015-10-19 | one more change from char* to gchar* | monsta | 1 | -1/+1 | |
| 2015-10-19 | daemon: fix memory leak in on_popup_location_changed() | Giedrius Statkevičius | 1 | -3/+4 | |
| Don't forget to free the result of g_settings_get_string(). Also, change `slocation' to proper type gchar* for storing results of g_settings_get_string(). Furthermore, this allows to use that pointer in free() without any casting. | |||||
| 2015-10-07 | daemon: remove unused define WIDTH | Giedrius Statkevičius | 1 | -2/+0 | |
| 2015-08-09 | daemon: drop redundant initializer in notify_daemon_error_quark | Giedrius Statkevičius | 1 | -1/+1 | |
| static variables are already initialized to 0/NULL by default | |||||
| 2015-08-09 | daemon: remove redundant initialization | Giedrius Statkevičius | 1 | -1/+1 | |
| static variables are already initialised to 0/NULL by default | |||||
