<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-control-center/capplets/display, branch v1.21.1</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>display-capplet.ui: replace deprecations</title>
<updated>2018-06-23T08:13:43+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-05-08T16:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=657b7067acfa3ee0212a08f266b7ebdd60f92c63'/>
<id>657b7067acfa3ee0212a08f266b7ebdd60f92c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>display-capplet: add css name for scrollarea</title>
<updated>2018-05-07T18:07:15+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-05-07T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=3d3bb8bb8db3f3e87abb6ba74718db9d9638c373'/>
<id>3d3bb8bb8db3f3e87abb6ba74718db9d9638c373</id>
<content type='text'>
This makes it possible to fix visual glitches in themes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to fix visual glitches in themes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix screen geometry to account for rotation when snapping.</title>
<updated>2018-03-18T08:33:42+00:00</updated>
<author>
<name>Brent Bradburn</name>
<email>36802481+BrentBradburn@users.noreply.github.com</email>
</author>
<published>2018-02-24T21:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=b198f909d277425c60c5ea9860994d3f82f4a5e1'/>
<id>b198f909d277425c60c5ea9860994d3f82f4a5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T19:11:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T19:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=2be32a55532fbb010f83472064435aae49e36270'/>
<id>2be32a55532fbb010f83472064435aae49e36270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop unused variables</title>
<updated>2018-01-13T22:31:54+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-13T22:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=9aa60ce09b88efd4227f8f795c54d07b2776f756'/>
<id>9aa60ce09b88efd4227f8f795c54d07b2776f756</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>display scrollarea: avoid deprecated gtk_adjustment_changed</title>
<updated>2017-08-15T08:52:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-02T13:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=df9028e9ff4448610dc7626b75a5cf331fb8e106'/>
<id>df9028e9ff4448610dc7626b75a5cf331fb8e106</id>
<content type='text'>
gtk_adjustment_changed has been deprecated since version 3.18 and
GTK+ emits “changed” itself whenever any of the properties (other than value) change.
see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk_adjustment_changed has been deprecated since version 3.18 and
GTK+ emits “changed” itself whenever any of the properties (other than value) change.
see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed
</pre>
</div>
</content>
</entry>
<entry>
<title>display scrollarea: fix a -Wuninitialized build warning</title>
<updated>2017-08-15T08:52:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-01T14:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=f6421eb52e630cbea1e33c68bda231d420eced38'/>
<id>f6421eb52e630cbea1e33c68bda231d420eced38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>display scrollarea: avoid deprecated gdk_window_get_pointer</title>
<updated>2017-08-15T08:52:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-01T13:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=3b04abf8487f6f61fc991ea365ce79cc88778ae6'/>
<id>3b04abf8487f6f61fc991ea365ce79cc88778ae6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-12-01T21:50:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-01T21:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=0c27d18ab5efb721a2f02549767016c81fc6ce2c'/>
<id>0c27d18ab5efb721a2f02549767016c81fc6ce2c</id>
<content type='text'>
and require libmatekbd, libmate-desktop, marco, m-s-d &gt;= 1.17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require libmatekbd, libmate-desktop, marco, m-s-d &gt;= 1.17
</pre>
</div>
</content>
</entry>
<entry>
<title>display: remove excessive #define</title>
<updated>2016-12-01T21:42:56+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-01T21:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-control-center/commit/?id=1aa83d45ebf9599c6d4d3f47211c3961282e98f0'/>
<id>1aa83d45ebf9599c6d4d3f47211c3961282e98f0</id>
<content type='text'>
GdkRegion is already used only in GTK+2 code block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GdkRegion is already used only in GTK+2 code block
</pre>
</div>
</content>
</entry>
</feed>
