Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 3 | -28/+48 | |
Fixes #218. | |||||
2024-01-05 | Fix positioning on Wayland when output is not at position 0, 0 | Sophie Winter | 1 | -4/+4 | |
2023-11-25 | fix building with libxml 2.12.0 | raveit65 | 4 | -0/+8 | |
2023-10-05 | applet: Do not override the process' text domain | Colomban Wendling | 1 | -7/+1 | |
When loaded as in-process applet, we must not call `textdomain()` or we will override mate-panel's text domain. Instead, properly use gi18n-lib.h header that provides the same API but uses the compile-time `GETTEXT_PACKAGE` value for each call. Actually drop the whole i18n setup logic that is provided already by mate-panel's factory macros. Fixes #219. | |||||
2023-10-05 | applet: Actually use translations | Colomban Wendling | 1 | -4/+4 | |
2023-08-22 | wayland: do not attempt to connect to x11 screensaver | lukefromdc | 1 | -0/+3 | |
2023-08-18 | Wayland: Allow building do not disturb applet in process | lukefromdc | 2 | -8/+40 | |
2023-08-10 | Only exit on idle when explicitly requested | Colomban Wendling | 3 | -4/+29 | |
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 | Fix build warnings about missing field initializer | rbuj | 2 | -5/+7 | |
2022-12-13 | mnd-daemon: fix memory leak | rbuj | 1 | -0/+3 | |
2022-12-13 | daemon: fix memory leak | rbuj | 1 | -4/+4 | |
2022-08-06 | themes: fix typo | rbuj | 4 | -8/+8 | |
2021-12-11 | Use a blank line at most | rbuj | 5 | -19/+0 | |
2021-12-11 | theme: remove whitespaces before #define, #ifdef, and #endif | rbuj | 1 | -39/+37 | |
2021-06-22 | Update copyright to 2021 | raveit65 | 18 | -0/+18 | |
2021-04-03 | daemon: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -1/+8 | |
2021-03-29 | engines.c: fix memory leak | mbkma | 1 | -3/+3 | |
2021-03-29 | mate-notification-properties.c: fix memory leaks | mbkma | 1 | -3/+7 | |
2021-03-15 | Remove shadow warnings [-Wshadow] | rbuj | 2 | -15/+20 | |
2021-02-24 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+6 | |
2021-02-10 | Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ↵ | William Wold | 1 | -1/+1 | |
not GObjects)] | |||||
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-11-28 | applet: Resize icon size with panel | Victor Kareh | 1 | -9/+50 | |
Also render as scaled cairo surface to support HiDPI displays. | |||||
2020-11-27 | mate-notification-applet: avoid segfault after removing the applet | rbuj | 1 | -2/+3 | |
2020-11-26 | Group common constants in a single file | rbuj | 7 | -19/+43 | |
2020-11-26 | Add Do Not Disturb Applet | rbuj | 5 | -32/+292 | |
2020-11-18 | build: Fix make distcheck | rbuj | 1 | -0/+1 | |
2020-10-24 | Formatting | William Wold | 2 | -5/+5 | |
2020-10-24 | Use C-style comments | William Wold | 4 | -23/+23 | |
2020-10-24 | Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am | William Wold | 1 | -2/+2 | |
2020-10-24 | Set layer and notificaiton | William Wold | 1 | -0/+2 | |
2020-10-24 | Implement placement on Wayland | William Wold | 4 | -13/+60 | |
2020-10-24 | Add initial Wayland backend | William Wold | 4 | -0/+91 | |
2020-10-24 | Hide X11-specific code behind ifdefs and checks | William Wold | 2 | -23/+92 | |
2020-10-24 | Remove X11 calls from nodoka-theme.c | William Wold | 1 | -10/+20 | |
2020-10-24 | Use gdk_set_allowed_backends () | William Wold | 1 | -0/+8 | |
2020-10-24 | Include directory in warning message when failed to open themes | William Wold | 1 | -1/+1 | |
2020-06-26 | add git.mk to generate .gitignore | tamplan | 2 | -0/+4 | |
2020-06-17 | daemon: Use monotonic time instead of real time | rbuj | 1 | -36/+11 | |
2020-06-12 | Remove conversion warnings | rbuj | 7 | -44/+53 | |
2020-04-16 | Filter-out img elements from notification body | rbuj | 5 | -25/+222 | |
2020-04-16 | The body of a notification may also contain hyperlinks | rbuj | 4 | -37/+21 | |
2020-04-08 | Rewrite mate-notification-properties.ui from scratch | rbuj | 2 | -352/+163 | |
2020-04-08 | daemon: Remove warning about GTimeVal deprecation | rbuj | 1 | -38/+34 | |
2019-11-07 | migrate from intltools to gettext | Wu Xiaotian | 2 | -4/+6 | |
2019-10-20 | Use gresource for mate-notification-properties.ui | rbuj | 3 | -22/+33 | |
2019-10-11 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 6 | -6/+9 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. It removes c++ checks as there is no c++ code. | |||||
2019-09-17 | Fix decoding the hints dictionary. | Kyle Brenneman | 5 | -69/+50 | |
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. |