<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/themes/slider, branch master</title>
<subtitle>Daemon to displays passive pop-up notifications</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/'/>
<entry>
<title>daemon: Fix NotificationClosed signal reason for close button</title>
<updated>2026-04-02T19:19:35+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-21T16:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=a7ba9a1701eddd9c9e55a4a88b0ea136440cc539'/>
<id>a7ba9a1701eddd9c9e55a4a88b0ea136440cc539</id>
<content type='text'>
When clicking the close button on a notification, the D-Bus signal
incorrectly sent reason=1 (expired) instead of reason=2 (dismissed).

Fixed by setting a flag on the notification window in the close button
callback before destroying it, and checking this flag in the callback to
send the correct close reason.

Fixes #129
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When clicking the close button on a notification, the D-Bus signal
incorrectly sent reason=1 (expired) instead of reason=2 (dismissed).

Fixed by setting a flag on the notification window in the close button
callback before destroying it, and checking this flag in the callback to
send the correct close reason.

Fixes #129
</pre>
</div>
</content>
</entry>
<entry>
<title>themes: fix rounded corners not showing without compositor</title>
<updated>2026-03-22T20:31:41+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-21T02:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=aa050e5eca6e7720c355ccd24ad6ca6c1068ff3c'/>
<id>aa050e5eca6e7720c355ccd24ad6ca6c1068ff3c</id>
<content type='text'>
When compositing is disabled, notifications have a rounded shape mask
applied but it's not redrawn. This change queues a redraw after applying
the shape region so the notification shows rounded corners.

Fixes #98
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When compositing is disabled, notifications have a rounded shape mask
applied but it's not redrawn. This change queues a redraw after applying
the shape region so the notification shows rounded corners.

Fixes #98
</pre>
</div>
</content>
</entry>
<entry>
<title>themes: Display countdown on non-persistent notification messages</title>
<updated>2025-08-25T21:50:51+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-21T01:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=f3d64128881cdeb483de44e01ca090a238d1aa34'/>
<id>f3d64128881cdeb483de44e01ca090a238d1aa34</id>
<content type='text'>
Countdown was only visible for notifications that had action buttons.
This change adds a 'show-countdown' gsetting to display it instead on
all non-persisntent notifications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Countdown was only visible for notifications that had action buttons.
This change adds a 'show-countdown' gsetting to display it instead on
all non-persisntent notifications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crate a second notification with a button</title>
<updated>2025-04-06T07:08:05+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-04-04T15:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=b715adce6b31147bc10498b54bdb914f3a342b78'/>
<id>b715adce6b31147bc10498b54bdb914f3a342b78</id>
<content type='text'>
Allow to set coutdown color from .countdown:selected for all themes
Fix the countdown for slider theme and draw transparent background for countdown
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to set coutdown color from .countdown:selected for all themes
Fix the countdown for slider theme and draw transparent background for countdown
</pre>
</div>
</content>
</entry>
<entry>
<title>Add countdown CSS class</title>
<updated>2025-03-11T05:48:30+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-02-27T18:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=c4497b9414a70050d89a0bdce52d42c77ee87adb'/>
<id>c4497b9414a70050d89a0bdce52d42c77ee87adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add actions-box CSS class</title>
<updated>2025-03-11T05:48:30+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-02-27T18:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=b0a77161f8b601ecacf38fddae9264901765763b'/>
<id>b0a77161f8b601ecacf38fddae9264901765763b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add also theme name</title>
<updated>2025-03-11T05:48:30+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-02-27T15:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=e7428ef23e052dcd43101f80fde88b2c76684839'/>
<id>e7428ef23e052dcd43101f80fde88b2c76684839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add notification-box CSS class</title>
<updated>2025-03-11T05:48:30+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-02-27T14:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=301c586d8ffefb525a8702eca4973a050043404a'/>
<id>301c586d8ffefb525a8702eca4973a050043404a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building with libxml 2.12.0</title>
<updated>2023-11-25T21:06:35+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-11-24T17:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=d7b86efd4584548d676bf7c53f6d9a6d5584a1c5'/>
<id>d7b86efd4584548d676bf7c53f6d9a6d5584a1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>themes: fix typo</title>
<updated>2022-08-06T15:05:12+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-23T01:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=ccf7acd02f313a3f42039469a53eeb4d9a41f38b'/>
<id>ccf7acd02f313a3f42039469a53eeb4d9a41f38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
