<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-control-center/libslab, branch v1.23.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>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>
<entry>
<title>libslab: code clean up</title>
<updated>2018-06-21T06:19:10+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-06-08T12:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=d21cbadc64065b72eb6494247bbc6d876d57eb14'/>
<id>d21cbadc64065b72eb6494247bbc6d876d57eb14</id>
<content type='text'>
Since we use GtkSearchEntry a lot of code can be dropped.
https://github.com/mate-desktop/mate-control-center/commit/afcb324

Eg: GtkSearchEntry has a own menu in result search-context-picker.c
does nothing.
So other code in searchbar.c isn't used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we use GtkSearchEntry a lot of code can be dropped.
https://github.com/mate-desktop/mate-control-center/commit/afcb324

Eg: GtkSearchEntry has a own menu in result search-context-picker.c
does nothing.
So other code in searchbar.c isn't used.
</pre>
</div>
</content>
</entry>
<entry>
<title>libslab: replace deprecated gtk_menu_popup</title>
<updated>2018-06-10T12:32:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-06-07T18:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=9edbc591d23410e5a1da9528822f9d58eea6a68e'/>
<id>9edbc591d23410e5a1da9528822f9d58eea6a68e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use new mate-menus api</title>
<updated>2018-05-27T15:40:08+00:00</updated>
<author>
<name>yetist</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-04-27T09:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=7ba869d95f3c01323ecd617cdead6f7d03d0ae51'/>
<id>7ba869d95f3c01323ecd617cdead6f7d03d0ae51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
