<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets, branch 1.16</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>drivemount: fix runtime warnings with GTK+ 3.20/22</title>
<updated>2017-02-16T15:01:04+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-07T17:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=12b88c9a9ad18bb9a6d5c9d49d61895b248dd3a0'/>
<id>12b88c9a9ad18bb9a6d5c9d49d61895b248dd3a0</id>
<content type='text'>
use modern padding and margin properties to fix deprecation warnings
use zero border width to fix negative allocation warning

and set widget name to make it actually work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use modern padding and margin properties to fix deprecation warnings
use zero border width to fix negative allocation warning

and set widget name to make it actually work
</pre>
</div>
</content>
</entry>
<entry>
<title>charpick: fix runtime warnings with GTK+ 3.20/22</title>
<updated>2017-02-02T10:34:29+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-31T12:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=66bfbc8094edf867b65ab9c575d1aa085b43daaf'/>
<id>66bfbc8094edf867b65ab9c575d1aa085b43daaf</id>
<content type='text'>
use modern padding and margin properties to fix deprecation warnings
use zero border width to fix negative allocation warning

similar to these fixes:
https://github.com/mate-desktop/mate-panel/commit/07b3132af934bd61629be064206d7d12e59baa88
https://github.com/mate-desktop/mate-panel/commit/d06d561dfca50f269c6113bf72fd10e063713942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use modern padding and margin properties to fix deprecation warnings
use zero border width to fix negative allocation warning

similar to these fixes:
https://github.com/mate-desktop/mate-panel/commit/07b3132af934bd61629be064206d7d12e59baa88
https://github.com/mate-desktop/mate-panel/commit/d06d561dfca50f269c6113bf72fd10e063713942
</pre>
</div>
</content>
</entry>
<entry>
<title>charpick: add missing static declaration for variable</title>
<updated>2017-02-02T10:32:38+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-31T12:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=02a40fb1683e103eefd79a9874cf5d4cafb18c7d'/>
<id>02a40fb1683e103eefd79a9874cf5d4cafb18c7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CpuFreq: fix warning from GTK_ORIENTABLE</title>
<updated>2017-01-29T13:51:25+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-01-10T05:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=877423a8810cbcc7e370b617a1596447cd6b6f95'/>
<id>877423a8810cbcc7e370b617a1596447cd6b6f95</id>
<content type='text'>
gtk_orientable_get_orientation now throws warnings so remove it. It does not appear to work anyway.  Applet tested in a vertical (left side) panel as well as a horizontal one, as long as the vertical panel is wide enough to accept the applet it works and puts the frequency and units on two levels. Puts them on one level in a horizontal panel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk_orientable_get_orientation now throws warnings so remove it. It does not appear to work anyway.  Applet tested in a vertical (left side) panel as well as a horizontal one, as long as the vertical panel is wide enough to accept the applet it works and puts the frequency and units on two levels. Puts them on one level in a horizontal panel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trash: fix size allocation warning</title>
<updated>2017-01-29T12:20:38+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-01-10T05:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=db05908ce557daa2814d1a4b3e9fea8823262725'/>
<id>db05908ce557daa2814d1a4b3e9fea8823262725</id>
<content type='text'>
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel</pre>
</div>
</content>
</entry>
<entry>
<title>mateweather: fix temperature label placement with GTK+3</title>
<updated>2017-01-29T12:19:47+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-22T14:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d3e226fb814684876a0d29c0224bc56913e5ea33'/>
<id>d3e226fb814684876a0d29c0224bc56913e5ea33</id>
<content type='text'>
ported from:
https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ported from:
https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.16.0</title>
<updated>2016-09-19T14:06:35+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-09-19T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=70a5c628a4c3ace02ee3dc94c18c5903795a9e7f'/>
<id>70a5c628a4c3ace02ee3dc94c18c5903795a9e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update NEWS for 1.16</title>
<updated>2016-09-19T13:03:25+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-09-19T13:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=55a21434cb0978e16eb7c56e629896e6585d3ad5'/>
<id>55a21434cb0978e16eb7c56e629896e6585d3ad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with Transifex</title>
<updated>2016-09-19T13:02:48+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-09-19T13:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=0cccbfd30b99c0d7f1b707dcb9d30bbef65fcfef'/>
<id>0cccbfd30b99c0d7f1b707dcb9d30bbef65fcfef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.15.2</title>
<updated>2016-09-01T18:29:06+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-09-01T18:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=fbd88c0af4b0b3930207c43ee75b48ede691393c'/>
<id>fbd88c0af4b0b3930207c43ee75b48ede691393c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
