<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-control-center/libslab, branch v1.24.2</title>
<subtitle>Utilities to configure the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/'/>
<entry>
<title>Port libslab_handle_g_error to the built-in GLib logging framework</title>
<updated>2020-03-27T13:51:02+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-03-16T10:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=0820c6f9a271eb2cbf007d92354ed89f4bc248e5'/>
<id>0820c6f9a271eb2cbf007d92354ed89f4bc248e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid redundant redeclarations</title>
<updated>2019-12-05T19:27:03+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-28T08:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=789397d8b128ec71dba2ada93caf7f54fd260330'/>
<id>789397d8b128ec71dba2ada93caf7f54fd260330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>icons: Force uniform size on icons (#505)</title>
<updated>2019-10-01T08:11:14+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-10-01T08:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=3e4ccaf000449b52670a9ac11af5c9f1ade96016'/>
<id>3e4ccaf000449b52670a9ac11af5c9f1ade96016</id>
<content type='text'>
Also scale properly for HiDPI displays</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also scale properly for HiDPI displays</pre>
</div>
</content>
</entry>
<entry>
<title>libslab: bookmark-agent.c avoid deprecated g_type_class_add_private</title>
<updated>2019-06-30T10:52:59+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-06-23T11:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=566addef611bfab08379e29a16379e6a12642db7'/>
<id>566addef611bfab08379e29a16379e6a12642db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-06-18T08:07:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-06-16T11:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=66368a189dea7ab666cb4089ee30b6ba04ba5132'/>
<id>66368a189dea7ab666cb4089ee30b6ba04ba5132</id>
<content type='text'>
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
</pre>
</div>
</content>
</entry>
<entry>
<title>libslab: avoid deprecated g_type_class_add_private</title>
<updated>2019-06-06T12:33:45+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-05-22T04:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=9dc5fef7fcf9a1040c95055c324f18a551060072'/>
<id>9dc5fef7fcf9a1040c95055c324f18a551060072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>control-center: Fix memory leak</title>
<updated>2019-04-19T21:00:12+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-11T19:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=186fca07c5bbdde4e208e019090724dd938400b8'/>
<id>186fca07c5bbdde4e208e019090724dd938400b8</id>
<content type='text'>
Reported by clang:

  control-center.c:84:2: warning: Potential leak of memory pointed to by 'action'
          g_slist_free(key_list);
          ^~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by clang:

  control-center.c:84:2: warning: Potential leak of memory pointed to by 'action'
          g_slist_free(key_list);
          ^~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the runtime warning about gtk_widget_destroy.</title>
<updated>2019-01-01T09:21:42+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-12-31T17:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=c5e048bd1b0d19198e2a0a9d60ddd58721e8f3d1'/>
<id>c5e048bd1b0d19198e2a0a9d60ddd58721e8f3d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed number of cols error after reload menus.</title>
<updated>2019-01-01T09:21:42+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-12-31T09:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=383d3da6dd3f9aedb6dd0b7710d9de7f232563cf'/>
<id>383d3da6dd3f9aedb6dd0b7710d9de7f232563cf</id>
<content type='text'>
After install/uninstall applications, each category of
applications display as one long line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After install/uninstall applications, each category of
applications display as one long line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed crash when install/remove application.</title>
<updated>2019-01-01T09:21:42+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-12-30T09:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=512b4468b3a029b1d9090f3b9d175aab05ae208b'/>
<id>512b4468b3a029b1d9090f3b9d175aab05ae208b</id>
<content type='text'>
Fixed issue #403

If m-c-c is open, install/uninstall application, m-c-c is crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed issue #403

If m-c-c is open, install/uninstall application, m-c-c is crash.
</pre>
</div>
</content>
</entry>
</feed>
