<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/themes/coco, branch dbus-activate</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>coco: fix inconsistent margin and padding</title>
<updated>2026-03-22T20:37:50+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-22T13:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=3f72f66032c6f9b80fc22e15a2fb33804d000bc6'/>
<id>3f72f66032c6f9b80fc22e15a2fb33804d000bc6</id>
<content type='text'>
The notification had a top margin of 8px but no corresponding bottom
marging, making notifications look unbalanced. Added matching bottom
margin.

Also increased the image padding to make it horizontally symetrical and
removed several unused defines.

Fixes #116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The notification had a top margin of 8px but no corresponding bottom
marging, making notifications look unbalanced. Added matching bottom
margin.

Also increased the image padding to make it horizontally symetrical and
removed several unused defines.

Fixes #116
</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>Use transparent background for the coutdown</title>
<updated>2025-04-06T07:08:05+00:00</updated>
<author>
<name>luigifab</name>
<email>31816829+luigifab@users.noreply.github.com</email>
</author>
<published>2025-03-13T20:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=07cb2272c6ddbdcfbdfa99dc3a5a76a4fa5e3540'/>
<id>07cb2272c6ddbdcfbdfa99dc3a5a76a4fa5e3540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to set countdown color from CSS</title>
<updated>2025-04-06T07:08:05+00:00</updated>
<author>
<name>luigifab</name>
<email>31816829+luigifab@users.noreply.github.com</email>
</author>
<published>2025-03-13T18:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=0a653c1a5bf3de9a2ba36d7c4225846332a1921e'/>
<id>0a653c1a5bf3de9a2ba36d7c4225846332a1921e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
