<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets, branch v1.21.2</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Change GTK_CHECK_VERSION to match next gtk+ release</title>
<updated>2018-08-07T20:41:45+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-08-07T20:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=0e32e29fcc1dfda6b8764c7a7fda11aa9830065e'/>
<id>0e32e29fcc1dfda6b8764c7a7fda11aa9830065e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applets: Guard against GTK scale-factor fixes on GtkSocket</title>
<updated>2018-07-27T18:08:09+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-07-27T18:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=31930d0b39b3bf26bcc53b2c20e61ecd4779f397'/>
<id>31930d0b39b3bf26bcc53b2c20e61ecd4779f397</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window-list: Skip setting size hints until WnckTasklist has items to show.</title>
<updated>2018-07-26T18:05:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-07-26T18:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=139f1837cea61ddf9971c3f7f1530de9247121d3'/>
<id>139f1837cea61ddf9971c3f7f1530de9247121d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applets: Fix runtime error messages</title>
<updated>2018-07-25T18:23:47+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-07-25T16:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f2f4d84492425428806e0b2d940b6b270c0d3bd5'/>
<id>f2f4d84492425428806e0b2d940b6b270c0d3bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fish: avoid deprecated 'gtk_window_set_wmclass'</title>
<updated>2018-07-12T18:46:29+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-11T23:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=7369482f848486c5e35f2883346b23b1cacc6f37'/>
<id>7369482f848486c5e35f2883346b23b1cacc6f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tray: simplify force-redraw, use code that actually works</title>
<updated>2018-07-07T03:55:56+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-07-03T19:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9de3a86d736f70c4d45550649ba62a935369b146'/>
<id>9de3a86d736f70c4d45550649ba62a935369b146</id>
<content type='text'>
Prevent most corruption of tray icons and reduce by half incomplete rendering of them, replace a never-built code block that could not be built, and replace (deprecated) direct expose handling with gtk_widget_hide/gtk_widget_show_all

*Note that this is needed for GTK 3.23 but may help remaining icon issues with GTK 3.22 as well and is simpler code in any case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent most corruption of tray icons and reduce by half incomplete rendering of them, replace a never-built code block that could not be built, and replace (deprecated) direct expose handling with gtk_widget_hide/gtk_widget_show_all

*Note that this is needed for GTK 3.23 but may help remaining icon issues with GTK 3.22 as well and is simpler code in any case
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK 3.23: don't cut tray icons too narrow in HiDPI mode</title>
<updated>2018-07-02T01:32:01+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-07-02T01:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=3820f05688734c96f0668760bd8bd62ebb1e6d34'/>
<id>3820f05688734c96f0668760bd8bd62ebb1e6d34</id>
<content type='text'>
Code required to avoid spaces between tray icons with GTK 3.22 cuts tray icons in half with window-scaling=2 in GTK 3.23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code required to avoid spaces between tray icons with GTK 3.22 cuts tray icons in half with window-scaling=2 in GTK 3.23
</pre>
</div>
</content>
</entry>
<entry>
<title>na-tray-child: remove na_tray_child_size_allocate</title>
<updated>2018-07-02T01:10:15+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-07-01T18:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=91f9afedff98445981cc4a70cf8050ac102c6b53'/>
<id>91f9afedff98445981cc4a70cf8050ac102c6b53</id>
<content type='text'>
Remov leftover from GTK2 that may play a role in cutting tray icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remov leftover from GTK2 that may play a role in cutting tray icons
</pre>
</div>
</content>
</entry>
<entry>
<title>na-tray-child: replace deprecated gdk_error_trap_push/pop functions</title>
<updated>2018-06-29T19:28:50+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-06-28T15:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6bad8637b8f3f16fe84a68464842f49a4d038300'/>
<id>6bad8637b8f3f16fe84a68464842f49a4d038300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>workspace-switcher: provide themed fallback color</title>
<updated>2018-06-06T12:16:14+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-05-31T14:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=2d3406f482a341805f9827b95e4b588feb0218ce'/>
<id>2d3406f482a341805f9827b95e4b588feb0218ce</id>
<content type='text'>
When a theme does not specify a color for the highlighted workspace, we can look it up from the current theme and provide that as a fallback color.

Fixes #807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a theme does not specify a color for the highlighted workspace, we can look it up from the current theme and provide that as a fallback color.

Fixes #807
</pre>
</div>
</content>
</entry>
</feed>
