summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-10-28capplet: Position notification history popupHEADmasterVictor Kareh1-8/+51
2025-10-28capplet: Rename applet to Notification StatusVictor Kareh1-5/+5
2025-10-28capplet: Refactor status iconsVictor Kareh2-53/+67
2025-10-10daemon: Fix use-after-free crash in idle reposition timeoutVictor Kareh1-3/+8
2025-10-10daemon: Fix crash when monitor is disconnectedVictor Kareh1-2/+12
2025-10-10history: Add enable/disable toggleVictor Kareh5-1/+42
2025-10-10capplet: Add notification count badgeVictor Kareh1-11/+115
2025-10-10capplet: Add notification history context moduleVictor Kareh5-2/+574
2025-10-10capplet: Add D-Bus context for notification daemon communicationVictor Kareh4-0/+293
2025-10-10daemon: Add notification history tracking APIVictor Kareh3-14/+282
2025-09-04daemon: Bump libwnck to 43.0Victor Kareh1-6/+16
2025-08-25capplet: Add timeout and persistence controlsVictor Kareh3-0/+134
2025-08-25themes: Display countdown on non-persistent notification messagesVictor Kareh4-72/+157
2025-08-25daemon: implement Desktop Notifications Specification 1.3Victor Kareh2-18/+75
2025-07-10daemon: report dbus method invocation as handled on errorpromarbler141-2/+2
2025-04-06Fix background of nodoka theme in RTLFabrice Creuzot1-1/+5
2025-04-06Crate a second notification with a buttonFabrice Creuzot5-111/+169
2025-04-06Use transparent background for the coutdownluigifab1-11/+5
2025-04-06Allow to set countdown color from CSSluigifab1-1/+11
2025-03-11Add countdown CSS classFabrice Creuzot4-16/+32
2025-03-11Add actions-box CSS classFabrice Creuzot4-1/+28
2025-03-11Add also theme nameFabrice Creuzot4-0/+8
2025-03-11Add notification-box CSS classFabrice Creuzot4-0/+24
2024-11-26Update daemon.csundtek1-1/+1
2024-09-22daemon: Properly update the set of monitors when it changesColomban Wendling3-28/+48
2024-01-05Fix positioning on Wayland when output is not at position 0, 0Sophie Winter1-4/+4
2023-11-25fix building with libxml 2.12.0raveit654-0/+8
2023-10-05applet: Do not override the process' text domainColomban Wendling1-7/+1
2023-10-05applet: Actually use translationsColomban Wendling1-4/+4
2023-08-22wayland: do not attempt to connect to x11 screensaverlukefromdc1-0/+3
2023-08-18Wayland: Allow building do not disturb applet in processlukefromdc2-8/+40
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 initializerrbuj2-5/+7
2022-12-13mnd-daemon: fix memory leakrbuj1-0/+3
2022-12-13daemon: fix memory leakrbuj1-4/+4
2022-08-06themes: fix typorbuj4-8/+8
2021-12-11Use a blank line at mostrbuj5-19/+0
2021-12-11theme: remove whitespaces before #define, #ifdef, and #endifrbuj1-39/+37
2021-06-22Update copyright to 2021raveit6518-0/+18
2021-04-03daemon: g_memdup is dreprecated from glib 2.68rbuj1-1/+8
2021-03-29engines.c: fix memory leakmbkma1-3/+3
2021-03-29mate-notification-properties.c: fix memory leaksmbkma1-3/+7
2021-03-15Remove shadow warnings [-Wshadow]rbuj2-15/+20
2021-02-24build: allow users to disable gettext support (--disable-nls)rbuj2-0/+6
2021-02-10Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ...William Wold1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-11-28applet: Resize icon size with panelVictor Kareh1-9/+50
2020-11-27mate-notification-applet: avoid segfault after removing the appletrbuj1-2/+3
2020-11-26Group common constants in a single filerbuj7-19/+43