<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets/clock/clock-location-tile.c, branch gh-actions</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>applets/clock: Fix compatibility with musl libc</title>
<updated>2024-12-06T23:16:06+00:00</updated>
<author>
<name>Đoàn Trần Công Danh</name>
<email>congdanhqx@gmail.com</email>
</author>
<published>2024-10-05T16:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9fc7ea0f1495b45eb5dfc773294d3465057f6e63'/>
<id>9fc7ea0f1495b45eb5dfc773294d3465057f6e63</id>
<content type='text'>
%l is an glibc extension for strftime, this extensions isn't supported
by musl libc.

Replace %l with %_I, which is functionaly equivalence.
%_I itself is also an extensions, however, %_I is supported by both
glibc, musl, FreeBSD and deriviates, AIX, and Solaris.

Fix: #1451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
%l is an glibc extension for strftime, this extensions isn't supported
by musl libc.

Replace %l with %_I, which is functionaly equivalence.
%_I itself is also an extensions, however, %_I is supported by both
glibc, musl, FreeBSD and deriviates, AIX, and Solaris.

Fix: #1451
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary cast in g_signal_connect* call</title>
<updated>2021-12-20T15:57:51+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-17T13:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=54e2bb1acaf71b7b54e796f7bfa311fb32d84830'/>
<id>54e2bb1acaf71b7b54e796f7bfa311fb32d84830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GLib's new g_clear_signal_handler() function to simplify code</title>
<updated>2021-12-19T11:15:02+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-24T19:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=293948ad80f2f9dddf4af282e2b83b99b2e56014'/>
<id>293948ad80f2f9dddf4af282e2b83b99b2e56014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use g_clear_pointer() and g_clear_object()</title>
<updated>2021-12-16T06:52:11+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-11-28T12:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6fbabd51619c92bcd8584e1bb2f12f2b52904ea6'/>
<id>6fbabd51619c92bcd8584e1bb2f12f2b52904ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove variableScope warnings reported by cppcheck</title>
<updated>2020-09-07T07:11:05+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-08-04T11:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8f8b7316cc7504a4618705c562ead1ae65dabbdc'/>
<id>8f8b7316cc7504a4618705c562ead1ae65dabbdc</id>
<content type='text'>
cppcheck --enable=all . 2&gt; err.txt
grep variableScope err.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cppcheck --enable=all . 2&gt; err.txt
grep variableScope err.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: Fix GError double free</title>
<updated>2020-07-29T20:47:20+00:00</updated>
<author>
<name>Tomas Bzatek</name>
<email>tbzatek@redhat.com</email>
</author>
<published>2020-07-24T13:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f01e028beade99865610bd27521263f6288e9030'/>
<id>f01e028beade99865610bd27521263f6288e9030</id>
<content type='text'>
Let the GError ownership on the async finish method call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the GError ownership on the async finish method call.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: Fix leaking cairo surface</title>
<updated>2020-07-29T20:47:20+00:00</updated>
<author>
<name>Tomas Bzatek</name>
<email>tbzatek@redhat.com</email>
</author>
<published>2020-07-17T14:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=80014e212924b6be4f5c4a3985d90c271828c5b2'/>
<id>80014e212924b6be4f5c4a3985d90c271828c5b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: avoid deprecated g_type_class_add_private</title>
<updated>2019-09-15T02:27:42+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-09-11T13:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=60894665c424ff487caf294b9cd5f72c753a4a4f'/>
<id>60894665c424ff487caf294b9cd5f72c753a4a4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clock: Wayland support</title>
<updated>2019-01-29T14:20:59+00:00</updated>
<author>
<name>William Wold</name>
<email>wm@wmww.sh</email>
</author>
<published>2019-01-26T09:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d71479299f7a134a2de6d187535edb3a04441095'/>
<id>d71479299f7a134a2de6d187535edb3a04441095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert launcher icons to cairo surfaces</title>
<updated>2018-05-12T19:15:34+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-05-01T04:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=10b2021f0a98f1575400aac2beffd8e3c47ecdd5'/>
<id>10b2021f0a98f1575400aac2beffd8e3c47ecdd5</id>
<content type='text'>
This improves support for HiDPI by loading properly scaled surfaces for
launcher and drawer icons.

It also Fixes the Show Desktop wncklet to show a surface icon. Other
wncklets have their icons determined by libwnck, so they remain as
pixbufs.

Fixes mate-desktop/mate-desktop#314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves support for HiDPI by loading properly scaled surfaces for
launcher and drawer icons.

It also Fixes the Show Desktop wncklet to show a surface icon. Other
wncklets have their icons determined by libwnck, so they remain as
pixbufs.

Fixes mate-desktop/mate-desktop#314
</pre>
</div>
</content>
</entry>
</feed>
