| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
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
|