summaryrefslogtreecommitdiff
path: root/src/capplet/mate-notification-applet-history.c
AgeCommit message (Collapse)AuthorFilesLines
9 dayscapplet: Position notification history popupHEADmasterVictor Kareh1-8/+51
The notification list popup can clip beyond the edge of the screen if the panel applet is too close to it. This repositions the popup window so that it doesn't go beyond the edge.
2025-10-10history: Add enable/disable toggleVictor Kareh1-0/+6
This helps a bit with privacy. By disabling history, it wipes all notifications in the D-Bus buffer and prevents further storage. The history popup is also disabled. Notification storage resumes when history is enabled. Note that this just prevents the mate-notifications-daemon from storing notifications, but it doesn't prevent other processes from capturing them elsewhere.
2025-10-10capplet: Add notification history context moduleVictor Kareh1-0/+372
Adds the basis for a notification management system using the D-Bus context to display notification history in a popup. Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/74