<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-control-center/libslab, branch v1.15.0</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>[GTK+3] use x/y align functions of GtkLabel in GTK+ &gt;= 3.16</title>
<updated>2016-02-04T11:08:37+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-04T11:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=a58c47065ecb0e58cc06873b8f63fdf231ea23c1'/>
<id>a58c47065ecb0e58cc06873b8f63fdf231ea23c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] don't set x/y align to 0.5 - it's the default value anyway</title>
<updated>2016-02-04T11:08:33+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-04T10:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=73bc9f672f869f4685076ac6cafe76988cadbbf2'/>
<id>73bc9f672f869f4685076ac6cafe76988cadbbf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused variables</title>
<updated>2016-02-04T09:26:22+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-04T09:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=529814000d3bdd36675d5a4bf7395f49600c5332'/>
<id>529814000d3bdd36675d5a4bf7395f49600c5332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libslab: remove useless function from a class</title>
<updated>2016-02-04T09:25:45+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-04T09:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=9067183f24fa846e02fb998ca1b466226c3bdd03'/>
<id>9067183f24fa846e02fb998ca1b466226c3bdd03</id>
<content type='text'>
it did nothing, just chained up to parent class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it did nothing, just chained up to parent class
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: improve GtkMisc deprecation commit</title>
<updated>2016-01-26T12:00:17+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-26T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=9c22af1831f1e150aac020c0f27d1510d0aecee9'/>
<id>9c22af1831f1e150aac020c0f27d1510d0aecee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libslab: use GtkBox instead of GtkVBox in both GTK+ builds</title>
<updated>2016-01-15T13:46:34+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-15T10:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=f0450bb4001a9d37025578b7933b552cb07b27f6'/>
<id>f0450bb4001a9d37025578b7933b552cb07b27f6</id>
<content type='text'>
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build

NOTE: this commit changes the public interface of libslab in both GTK+ builds
(due to transition of classes' parents and/or members from GtkVBox to GtkBox)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build

NOTE: this commit changes the public interface of libslab in both GTK+ builds
(due to transition of classes' parents and/or members from GtkVBox to GtkBox)
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] libslab: use function from GtkScrollable instead of GtkLayout</title>
<updated>2016-01-15T13:34:24+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-15T13:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=c04a7d200ae5719ee1ce78aab692007b37003b0b'/>
<id>c04a7d200ae5719ee1ce78aab692007b37003b0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] libslab: use g_object_unref instead of deprecated function</title>
<updated>2016-01-15T12:46:07+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-15T11:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=cc82c832c8ffaaac575e867446a11395c5a61df4'/>
<id>cc82c832c8ffaaac575e867446a11395c5a61df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] libslab: fix deprecated usage of GtkVSeparator</title>
<updated>2016-01-15T12:44:56+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-15T11:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=a6143c03e1c080954f5c581caa56bd141500c306'/>
<id>a6143c03e1c080954f5c581caa56bd141500c306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] libslab: fix deprecated usage of GtkMisc</title>
<updated>2016-01-15T10:39:24+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-15T10:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=854d41818845e0c89ae71add54a16d69419e8083'/>
<id>854d41818845e0c89ae71add54a16d69419e8083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
