<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/themes, branch 1.24</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>Filter-out img elements from notification body</title>
<updated>2020-04-16T12:37:16+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=51bb1b6a708971e74833b2efff14f399e307c697'/>
<id>51bb1b6a708971e74833b2efff14f399e307c697</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:37:03+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=c835ece90b74fd31d8c6d60652861e43305c0c2d'/>
<id>c835ece90b74fd31d8c6d60652861e43305c0c2d</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>Remove trailing whitespaces</title>
<updated>2019-07-04T07:41:36+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T10:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=38942586b96cf06aac225838210b98f0268d4a59'/>
<id>38942586b96cf06aac225838210b98f0268d4a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>WidthOfScreen and HeightOfScreen implementation</title>
<updated>2017-12-12T19:44:34+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-12T19:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=34faef680f7b084a1e9d844a438473c90f7d2224'/>
<id>34faef680f7b084a1e9d844a438473c90f7d2224</id>
<content type='text'>
This commit reverts:

https://github.com/mate-desktop/mate-notification-daemon/commit/52b7c3807e71278f2d902a79cf6c08c839a1b0ad

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reverts:

https://github.com/mate-desktop/mate-notification-daemon/commit/52b7c3807e71278f2d902a79cf6c08c839a1b0ad

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:</title>
<updated>2017-08-28T23:57:52+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-28T23:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=c556e09077bb820e752d7266d2b20328db629883'/>
<id>c556e09077bb820e752d7266d2b20328db629883</id>
<content type='text'>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_width/height</title>
<updated>2017-08-13T08:56:16+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-08T00:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=52b7c3807e71278f2d902a79cf6c08c839a1b0ad'/>
<id>52b7c3807e71278f2d902a79cf6c08c839a1b0ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
