<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/themes/slider, branch v1.26.0</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>Update copyright to 2021</title>
<updated>2021-06-22T06:17:10+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-22T06:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=66bb4e1cbb2e33679516b3b0e8cd90bf17eed570'/>
<id>66bb4e1cbb2e33679516b3b0e8cd90bf17eed570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conversion warnings</title>
<updated>2020-06-12T11:18:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-05-06T19:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=4a4c2d5ac322d61e789a7d732e2ac25951984c3f'/>
<id>4a4c2d5ac322d61e789a7d732e2ac25951984c3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Filter-out img elements from notification body</title>
<updated>2020-04-16T12:35:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-03-17T19:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=d52773fc3edbe5cd8e824109c4590d7d2ee69ee6'/>
<id>d52773fc3edbe5cd8e824109c4590d7d2ee69ee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The body of a notification may also contain hyperlinks</title>
<updated>2020-04-16T12:35:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-03-11T10:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=eb8b7e13f2b4c6076c47c87c50ee2ffeb74409a9'/>
<id>eb8b7e13f2b4c6076c47c87c50ee2ffeb74409a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use WARN_CFLAGS which are only set with --enable-compiler-warnings</title>
<updated>2019-10-11T15:09:43+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-10-10T18:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=1f714672693f637f81ac55cf4f4618c74d10e229'/>
<id>1f714672693f637f81ac55cf4f4618c74d10e229</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix decoding the hints dictionary.</title>
<updated>2019-09-17T07:40:13+00:00</updated>
<author>
<name>Kyle Brenneman</name>
<email>kyle.brenneman@gmail.com</email>
</author>
<published>2019-09-04T02:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8dad8a7e2d1aa2ff1bd7dd434c7ccb58575d47c6'/>
<id>8dad8a7e2d1aa2ff1bd7dd434c7ccb58575d47c6</id>
<content type='text'>
g_variant_lookup works like g_variant_get, so using a format string of "v" only
works if the type is actually a GVariant. Since none of the hints have GVariant
values, that means every g_variant_get with a "v" format will fail.

Fix all of the g_variant_lookup calls so that they either unpack a value
directly, or use a "@" prefix when it's more convenient to fetch the value as
a GVariant pointer.

In addition, in cases where we do fetch a GVariant, make sure that we
unreference it afterward.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
g_variant_lookup works like g_variant_get, so using a format string of "v" only
works if the type is actually a GVariant. Since none of the hints have GVariant
values, that means every g_variant_get with a "v" format will fail.

Fix all of the g_variant_lookup calls so that they either unpack a value
directly, or use a "@" prefix when it's more convenient to fetch the value as
a GVariant pointer.

In addition, in cases where we do fetch a GVariant, make sure that we
unreference it afterward.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GVariant</title>
<updated>2018-06-06T15:41:02+00:00</updated>
<author>
<name>yetist</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-05-08T05:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=dccffbc0a11a130ead7fd7101d90a2d8c043bfec'/>
<id>dccffbc0a11a130ead7fd7101d90a2d8c043bfec</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+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T08:09:33+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T17:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=bc42c561e29041c168b806a5618580066aa8a222'/>
<id>bc42c561e29041c168b806a5618580066aa8a222</id>
<content type='text'>
and drop additional checks for min/max GLib versions, it's not needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and drop additional checks for min/max GLib versions, it's not needed
</pre>
</div>
</content>
</entry>
<entry>
<title>themes/slider: Vertically center the pie_countdown</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-17T00:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=3d51b589ec4e64b4b8beea783cf3336aac4e6cd7'/>
<id>3d51b589ec4e64b4b8beea783cf3336aac4e6cd7</id>
<content type='text'>
Prior to this change we could end up with a warped pie countdown if the
buttons were of a larger size, breaking the constraints of the pie to be
vertically stretched.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change we could end up with a warped pie countdown if the
buttons were of a larger size, breaking the constraints of the pie to be
vertically stretched.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>themes: Implement support for action-icons buttons</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-16T18:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=471a3762c1b1b1515c8e5975e78ad5ebb11986d1'/>
<id>471a3762c1b1b1515c8e5975e78ad5ebb11986d1</id>
<content type='text'>
Now that all of the elements are in place to support (dynamically) the
action icons, we can use the 'key' in place of the 'label' when the client
sends an hint requesting it.

Some other minor issues were corrected in this change, such as ensuring that
we always show *all* widgets inside of the notification window so that when
a live notification window is updated, the action box state is not then
hidden from view.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that all of the elements are in place to support (dynamically) the
action icons, we can use the 'key' in place of the 'label' when the client
sends an hint requesting it.

Some other minor issues were corrected in this change, such as ensuring that
we always show *all* widgets inside of the notification window so that when
a live notification window is updated, the action box state is not then
hidden from view.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
