| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 5 days | capplet: Position notification history popupHEADmaster | Victor Kareh | 1 | -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. | |||||
| 5 days | capplet: Rename applet to Notification Status | Victor Kareh | 1 | -5/+5 | |
| Since this applet no longer does just DND toggle, but instead allows more comprehensive status and control, we can rename this to represent that in a more generic way. | |||||
| 5 days | capplet: Refactor status icons | Victor Kareh | 2 | -53/+67 | |
| This changes the status icon from being two widgets to a single one and we change the icon based on the status. The possible statuses now all have different icons two represent all possible states in a better semantic way: - history on, dnd off: user-available - history on, dnd on: user-busy - history off, dnd off: user-invisible - history off, dnd on: user-offline | |||||
| 2025-10-10 | history: Add enable/disable toggle | Victor Kareh | 3 | -0/+25 | |
| 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-10 | capplet: Add notification count badge | Victor Kareh | 1 | -11/+115 | |
| This adds visual feedback to the notification history by showing the number of unread notifications in the buffer. It also adds middle-click as a DND toggle. | |||||
| 2025-10-10 | capplet: Add notification history context module | Victor Kareh | 5 | -2/+574 | |
| 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 | |||||
| 2025-10-10 | capplet: Add D-Bus context for notification daemon communication | Victor Kareh | 4 | -0/+293 | |
| Add D-Bus context module to connect future components of applet with notification history. | |||||
| 2025-08-25 | capplet: Add timeout and persistence controls | Victor Kareh | 2 | -0/+131 | |
| Add new UI elements to configure default timeout, allow persistent notifications, and to display countdown on all notification messages. | |||||
| 2025-04-06 | Crate a second notification with a button | Fabrice Creuzot | 1 | -16/+49 | |
| Allow to set coutdown color from .countdown:selected for all themes Fix the countdown for slider theme and draw transparent background for countdown | |||||
| 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-18 | Wayland: Allow building do not disturb applet in process | lukefromdc | 2 | -8/+40 | |
| 2022-12-13 | Fix build warnings about missing field initializer | rbuj | 1 | -4/+6 | |
| 2021-06-22 | Update copyright to 2021 | raveit65 | 2 | -0/+2 | |
| 2021-03-29 | mate-notification-properties.c: fix memory leaks | mbkma | 1 | -3/+7 | |
| 2021-03-15 | Remove shadow warnings [-Wshadow] | rbuj | 1 | -7/+6 | |
| 2021-02-24 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+6 | |
| 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 | 3 | -9/+6 | |
| 2020-11-26 | Add Do Not Disturb Applet | rbuj | 5 | -32/+292 | |
| 2020-10-24 | Include directory in warning message when failed to open themes | William Wold | 1 | -1/+1 | |
| 2020-04-08 | Rewrite mate-notification-properties.ui from scratch | rbuj | 2 | -352/+163 | |
| 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 | 1 | -1/+1 | |
| 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-02 | mate-notification-properties: initialize do-not-disturb checkbox | Jason Conti | 1 | -0/+2 | |
| 2019-09-02 | mate-notification-properties: Add do-not-disturb checkbox | Jason Conti | 2 | -1/+57 | |
| 2019-07-04 | Remove trailing whitespaces | Laurent Napias | 1 | -17/+17 | |
| 2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
| and drop additional checks for min/max GLib versions, it's not needed | |||||
| 2017-08-10 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+4 | |
| 2015-07-28 | Help: remove useless help button from gui | raveit65 | 2 | -39/+2 | |
| + little GUI adjustments, looks better with two buttons | |||||
| 2015-03-02 | first connect to settings, then read them. | Monsta | 1 | -5/+7 | |
| fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-notification-daemon/pull/45 | |||||
| 2014-12-31 | capplet: use "popup" instead of "pop-up" everywhere for consistency | Monsta | 1 | -2/+2 | |
| fixes https://github.com/mate-desktop/mate-notification-daemon/issues/35 | |||||
| 2014-01-15 | capplet: Add keywords in desktop file | Stefano Karapetsas | 1 | -1/+1 | |
| Thanks to Mike Gabriel Closes #27 https://github.com/mate-desktop/mate-notification-daemon/issues/27 | |||||
| 2014-01-15 | capplet: Fix typos in manpage | Stefano Karapetsas | 1 | -2/+2 | |
| 2013-10-08 | Make automake happy: INCLUDES->AM_CPPFLAGS | infirit | 1 | -1/+1 | |
| 2013-04-23 | Add manpage for mate-notification-properties | Stefano Karapetsas | 2 | -1/+28 | |
| Close #17 (https://github.com/mate-desktop/mate-notification-daemon/issues/17) | |||||
| 2013-03-17 | remove category MATE | Wolfgang Ulbrich | 1 | -1/+1 | |
| 2013-02-18 | use libnotify, not libmatenotify | Elan Ruusamäe | 1 | -2/+2 | |
| 2013-01-21 | Removed debugging code. | Steve Zesch | 1 | -3/+0 | |
| 2013-01-20 | Merged. | Steve Zesch | 1 | -3/+3 | |
| 2013-01-20 | Removed unused code. | Steve Zesch | 1 | -2/+0 | |
| 2013-01-17 | Can now select which monitor to display a notification on. | Steve Zesch | 2 | -98/+360 | |
| mate-notification-properties now offers the user the option to to display notifications on the active monitor (previous default behavior) or to display them on a specific monitor. | |||||
| 2013-01-04 | Fix engine loading portability | Yaakov Selkowitz | 1 | -2/+3 | |
| Use GModule APIs for determining engine filenames. Also, link with the -no-undefined flag, required on PE platforms. | |||||
| 2012-08-03 | migrate to GSettings | Stefano Karapetsas | 1 | -59/+16 | |
| 2012-07-31 | Fixed incorrect fsf address. Closes issue #6. | Steve Zesch | 1 | -2/+2 | |
| 2012-05-13 | make new themes names translatable | Stefano Karapetsas | 1 | -1/+9 | |
| 2012-05-12 | fix icon in preview dialog | Stefano Karapetsas | 1 | -1/+1 | |
