<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-desktop/libmate-desktop, branch v1.27.2</title>
<subtitle>Library with common API for various MATE modules</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/'/>
<entry>
<title>desktop-item: limit startup notification to x11</title>
<updated>2023-08-11T07:54:13+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-08-09T20:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=12b687f42efd6c004d2a931351eea291e122433d'/>
<id>12b687f42efd6c004d2a931351eea291e122433d</id>
<content type='text'>
*Wrap all startup notification calls in x11-only conditional blocks
*This is x11-specific code, so don't try to run it outside of x11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Wrap all startup notification calls in x11-only conditional blocks
*This is x11-specific code, so don't try to run it outside of x11
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for showing a caja desktop in wayland</title>
<updated>2023-07-02T19:10:03+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-06-16T22:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=a8085cc547281f7df27a7063ffcdb6c9cb027ee0'/>
<id>a8085cc547281f7df27a7063ffcdb6c9cb027ee0</id>
<content type='text'>
*put XKillClient and gdk_x11_screen_get_xscreen behind x11-only runtime checks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*put XKillClient and gdk_x11_screen_get_xscreen behind x11-only runtime checks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mate image menu item apis</title>
<updated>2023-04-02T16:14:14+00:00</updated>
<author>
<name>zhuyaliang</name>
<email>15132211195@163.com</email>
</author>
<published>2023-03-30T09:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=3312217c28c82ff2eb6e02154460e75f5de9c18f'/>
<id>3312217c28c82ff2eb6e02154460e75f5de9c18f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[mate-bg] small cleanup"</title>
<updated>2022-11-09T05:16:55+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2022-11-07T10:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=7b379f54a5b09df007f7e84dabbbc5f8ce9381a9'/>
<id>7b379f54a5b09df007f7e84dabbbc5f8ce9381a9</id>
<content type='text'>
It is not possible to use the `list` pointer after it has been deleted,
so the "cleanup" this commit made lead to using freed memory if any
item actually got clean up.

This "cleanup" also don't seem meaningful to me, as all it does
otherwise is trade an assignation for a redundant test -- either of
which the compiler might happily optimize out.

This reverts commit 47426c90d10e9f738ecf89f35db94ca8deff55e0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not possible to use the `list` pointer after it has been deleted,
so the "cleanup" this commit made lead to using freed memory if any
item actually got clean up.

This "cleanup" also don't seem meaningful to me, as all it does
otherwise is trade an assignation for a redundant test -- either of
which the compiler might happily optimize out.

This reverts commit 47426c90d10e9f738ecf89f35db94ca8deff55e0.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-desktop-item: time_t mtime -&gt; gint64 mtime</title>
<updated>2022-08-20T20:29:54+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2022-07-28T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=3ca4cf20fc5d80d4aae64746f505740eff5d2c23'/>
<id>3ca4cf20fc5d80d4aae64746f505740eff5d2c23</id>
<content type='text'>
The timestamp is compared with g_file_info_get_attribute_uint64
in mate_desktop_item_get_file_status (const MateDesktopItem *item)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timestamp is compared with g_file_info_get_attribute_uint64
in mate_desktop_item_get_file_status (const MateDesktopItem *item)
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-bg: time_t mtime -&gt; gint64 mtime</title>
<updated>2022-08-20T20:29:54+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2022-07-28T16:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=d33085ff3b6a088a512b243382d20f1f0adc0957'/>
<id>d33085ff3b6a088a512b243382d20f1f0adc0957</id>
<content type='text'>
The timestamp is retrieved with g_file_info_get_attribute_uint64
in get_mtime (const char *filename)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timestamp is retrieved with g_file_info_get_attribute_uint64
in get_mtime (const char *filename)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix implicit conversion changes signedness: 'gboolean' to 'guint'</title>
<updated>2022-08-20T20:24:28+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-22T07:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=ec93c117bf6dd3bc8f465012902dbd7aad38d6a7'/>
<id>ec93c117bf6dd3bc8f465012902dbd7aad38d6a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-desktop-thumbnail: fix memory leak</title>
<updated>2022-08-20T20:15:15+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-22T16:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=3084c93b8c7f0b4520a665e54dc508e7cda12dc1'/>
<id>3084c93b8c7f0b4520a665e54dc508e7cda12dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings about missing field initializer</title>
<updated>2022-08-20T20:07:33+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-28T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=0f2374f59767e2117456a88ada65e207fa471cd6'/>
<id>0f2374f59767e2117456a88ada65e207fa471cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-bg: fix memory leak</title>
<updated>2022-08-20T20:02:37+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-11-08T11:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=b9a25a4f24ffb23874e0923f63c75149f13b071c'/>
<id>b9a25a4f24ffb23874e0923f63c75149f13b071c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
