<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/daemon, branch v1.18.1</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>Fixes high cpu usage with large timeouts</title>
<updated>2017-08-10T17:18:24+00:00</updated>
<author>
<name>Jury Verrigni</name>
<email>jury.verrigni@gmail.com</email>
</author>
<published>2017-08-09T13:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=66b573229f870bd7edc7785d5d9a878b6fce1e69'/>
<id>66b573229f870bd7edc7785d5d9a878b6fce1e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unescape URI-encode paths for icon files</title>
<updated>2017-08-09T10:03:50+00:00</updated>
<author>
<name>Alfio Emanuele Fresta</name>
<email>alfio.emanuele.f@gmail.com</email>
</author>
<published>2017-08-05T21:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=387fa9979c451d0e8671b215fdb11c32148994c8'/>
<id>387fa9979c451d0e8671b215fdb11c32148994c8</id>
<content type='text'>
Fix #117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #117
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Export the "action-icons" capability to clients</title>
<updated>2017-02-14T13:03:17+00:00</updated>
<author>
<name>Ikey Doherty</name>
<email>ikey@solus-project.com</email>
</author>
<published>2016-11-16T17:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=a6ff22d59d93ce06ea6752351f10873ace4a4627'/>
<id>a6ff22d59d93ce06ea6752351f10873ace4a4627</id>
<content type='text'>
The freedesktop specification states that clients may opt to use named icons
instead of textual labels on action buttons. In this instance, the icon name
is passed as the 'key' (actions[i+1]) element in the actions data passed
to the daemon.

For themes to render the icon, they should check the hints passed by the
client for a boolean value of "action-icons", and if it is set they should
then create an image button based on the key, and not the label.

Many applications now make use of action-icons, such as media players, to
provide self describing actions with well known icon names, such as playback
controls. In the absence of support for action-icons they fallback to less
useful buttons and generally less actions.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The freedesktop specification states that clients may opt to use named icons
instead of textual labels on action buttons. In this instance, the icon name
is passed as the 'key' (actions[i+1]) element in the actions data passed
to the daemon.

For themes to render the icon, they should check the hints passed by the
client for a boolean value of "action-icons", and if it is set they should
then create an image button based on the key, and not the label.

Many applications now make use of action-icons, such as media players, to
provide self describing actions with well known icon names, such as playback
controls. In the absence of support for action-icons they fallback to less
useful buttons and generally less actions.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for GNotification</title>
<updated>2016-09-02T14:12:01+00:00</updated>
<author>
<name>kajzer</name>
<email>kajzersoze72@gmail.com</email>
</author>
<published>2016-09-02T14:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=23153c2e82294cda4f3f7db2053186da8581e19a'/>
<id>23153c2e82294cda4f3f7db2053186da8581e19a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Save some RAM in NotifyTimeout</title>
<updated>2016-06-24T09:27:16+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-21T08:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=7dc240a3fb0bec7d23dd00fea00890d8302b7f92'/>
<id>7dc240a3fb0bec7d23dd00fea00890d8302b7f92</id>
<content type='text'>
By using a bit, rather than a byte for gbooleans.
https://bugzilla.gnome.org/show_bug.cgi?id=622556

taken from:
https://git.gnome.org/browse/notification-daemon/commit/?id=c43d398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By using a bit, rather than a byte for gbooleans.
https://bugzilla.gnome.org/show_bug.cgi?id=622556

taken from:
https://git.gnome.org/browse/notification-daemon/commit/?id=c43d398
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3.20 daemon: avoid deprecated GdkDeviceManager</title>
<updated>2016-06-24T09:27:16+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-20T16:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=daca69be40ba1ea5e765a18b2a1185cafca2128c'/>
<id>daca69be40ba1ea5e765a18b2a1185cafca2128c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ &gt;= 3.14, drop GTK+2 code and --with-gtk build option</title>
<updated>2016-05-19T11:10:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-05-19T11:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=e9a16f9dd6e56080643557470dea5778400ba306'/>
<id>e9a16f9dd6e56080643557470dea5778400ba306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "daemon: fix "GValueArray is deprecated" warnings"</title>
<updated>2015-11-24T07:51:49+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-11-24T07:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=b297c7d223e50f214f753f9a91194fc3ccd5b68f'/>
<id>b297c7d223e50f214f753f9a91194fc3ccd5b68f</id>
<content type='text'>
This reverts commit 7d162d83a2008c25b3134fcdda8265f23d461585.

fixes https://github.com/mate-desktop/mate-notification-daemon/issues/91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7d162d83a2008c25b3134fcdda8265f23d461585.

fixes https://github.com/mate-desktop/mate-notification-daemon/issues/91
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #81 from raveit65/dev-deprecated-gdk_display_get_pointer</title>
<updated>2015-10-30T18:00:54+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-10-30T18:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=9197308b8216362f729814ab1e1e0b953a7bad60'/>
<id>9197308b8216362f729814ab1e1e0b953a7bad60</id>
<content type='text'>
GTK3 daemon: fix deprecated gdk_display_get_pointer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK3 daemon: fix deprecated gdk_display_get_pointer</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 daemon: fix deprecated gdk_display_get_pointer</title>
<updated>2015-10-30T17:33:54+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-10-30T11:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=2fa13890b50108bd90b7b8e85cc1c3954642d8e1'/>
<id>2fa13890b50108bd90b7b8e85cc1c3954642d8e1</id>
<content type='text'>
inspired from:
https://git.gnome.org/browse/notification-daemon/patch/?id=9f376d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inspired from:
https://git.gnome.org/browse/notification-daemon/patch/?id=9f376d3
</pre>
</div>
</content>
</entry>
</feed>
