summaryrefslogtreecommitdiff
path: root/src/daemon
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Fix positioning on Wayland when output is not at position 0, 0Sophie Winter1-4/+4
2023-08-22wayland: do not attempt to connect to x11 screensaverlukefromdc1-0/+3
2023-08-10Only exit on idle when explicitly requestedColomban Wendling3-4/+29
2023-08-10Fix potential crash if org.mate.ScreenSaver doesn't respondColomban Wendling1-0/+1
2022-12-13Fix build warnings about missing field initializerrbuj1-1/+1
2022-12-13mnd-daemon: fix memory leakrbuj1-0/+3
2022-12-13daemon: fix memory leakrbuj1-4/+4
2021-12-11Use a blank line at mostrbuj2-5/+0
2021-06-22Update copyright to 2021raveit6511-0/+11
2021-04-03daemon: g_memdup is dreprecated from glib 2.68rbuj1-1/+8
2021-03-29engines.c: fix memory leakmbkma1-3/+3
2021-03-15Remove shadow warnings [-Wshadow]rbuj1-8/+14
2021-02-10Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ...William Wold1-1/+1
2020-11-26Group common constants in a single filerbuj3-10/+4
2020-11-18build: Fix make distcheckrbuj1-0/+1
2020-10-24FormattingWilliam Wold1-3/+3
2020-10-24Use C-style commentsWilliam Wold4-23/+23
2020-10-24Set layer and notificaitonWilliam Wold1-0/+2
2020-10-24Implement placement on WaylandWilliam Wold4-13/+60
2020-10-24Add initial Wayland backendWilliam Wold4-0/+91
2020-10-24Hide X11-specific code behind ifdefs and checksWilliam Wold2-23/+92
2020-10-24Use gdk_set_allowed_backends ()William Wold1-0/+8
2020-06-17daemon: Use monotonic time instead of real timerbuj1-36/+11
2020-06-12Remove conversion warningsrbuj3-31/+32
2020-04-08daemon: Remove warning about GTimeVal deprecationrbuj1-38/+34
2019-10-11Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj1-0/+2
2019-09-17Fix decoding the hints dictionary.Kyle Brenneman1-37/+26
2019-09-02mate-notification-properties: Add do-not-disturb checkboxJason Conti1-1/+0
2019-09-02src/daemon/daemon.c: check for do-not-disturb and skip notificationJason Conti1-7/+25
2019-09-02* Add do-not-disturb settingJason Conti1-0/+1
2019-07-04Remove trailing whitespacesLaurent Napias1-3/+3
2018-12-02Avoid compile warning for g_type_class_add_privateWu Xiaotian2-118/+87
2018-06-06Use GVariantyetist2-3/+3
2018-06-06Migrate from dbus-glib to GDBusyetist2-333/+267
2018-06-06Add signals, remove annotation from xml fileyetist1-6/+9
2018-06-06Use gdbus generate filesyetist1-6/+14
2018-06-06Add new fileyetist1-0/+93
2018-05-13Fix some gdk deprecationsyetist1-15/+15
2018-04-24src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from lib...Mike Gabriel1-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta3-87/+1
2017-12-12WidthOfScreen and HeightOfScreen implementationPablo Barciela1-3/+2
2017-08-29gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker3-1/+93
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+3
2017-08-10avoid deprecated gdk_screen_get_n_monitorsZenWalker2-0/+24
2017-08-09Fixes high cpu usage with large timeoutsJury Verrigni1-1/+1
2017-08-07unescape URI-encode paths for icon filesAlfio Emanuele Fresta1-1/+4
2017-02-14daemon: Export the "action-icons" capability to clientsIkey Doherty1-0/+1
2016-09-02Add support for GNotificationkajzer1-0/+16
2016-06-24Save some RAM in NotifyTimeoutraveit651-2/+2
2016-06-24GTK+-3.20 daemon: avoid deprecated GdkDeviceManagerraveit651-0/+9