<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets, branch 1.20</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Tray: Fix too-wide icon spacing after mate-polkit has been used w sni</title>
<updated>2019-01-28T16:14:33+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-12-30T07:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=cc33d6604a8ce353aa8c4af4c62940e803a11af4'/>
<id>cc33d6604a8ce353aa8c4af4c62940e803a11af4</id>
<content type='text'>
Note that vertical and horizontal panels require different options in the grid, as "homogenous" is needed in rows for horizontal panels and columns in vertical panels to prevent icon rendering problems including icons growing without limit when the tray is moved from a horizontal to a vertical panel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that vertical and horizontal panels require different options in the grid, as "homogenous" is needed in rows for horizontal panels and columns in vertical panels to prevent icon rendering problems including icons growing without limit when the tray is moved from a horizontal to a vertical panel
</pre>
</div>
</content>
</entry>
<entry>
<title>na-tray: wide panels, convert main GtkBox display to GtkGrid</title>
<updated>2019-01-28T16:14:33+00:00</updated>
<author>
<name>Fabien Broquard</name>
<email>braikar@gmail.com</email>
</author>
<published>2018-10-02T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bab2d5a98eff9e1ef8d7c01c958fe6e39d13440e'/>
<id>bab2d5a98eff9e1ef8d7c01c958fe6e39d13440e</id>
<content type='text'>
New grid sorting/display functions to arrange notification area icons in a self reorganising grid
main changes in: item_added_cb(), notification_notify() -&gt; refresh_notify().
update_size_and_orientation() is no longer needed
the grid auto arranges on any size-allocation which includes orientation changes.
Grid is now refreshed with refresh_grid()/determine_grid_properties()/reorder_items_with_data().
based on the min_icon_size property
the main applets' code can call na_grid_set_min_icon_size() to update the grid icon size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New grid sorting/display functions to arrange notification area icons in a self reorganising grid
main changes in: item_added_cb(), notification_notify() -&gt; refresh_notify().
update_size_and_orientation() is no longer needed
the grid auto arranges on any size-allocation which includes orientation changes.
Grid is now refreshed with refresh_grid()/determine_grid_properties()/reorder_items_with_data().
based on the min_icon_size property
the main applets' code can call na_grid_set_min_icon_size() to update the grid icon size.
</pre>
</div>
</content>
</entry>
<entry>
<title>na-tray: wide panels, preliminary batch box to grid rename</title>
<updated>2019-01-28T16:14:33+00:00</updated>
<author>
<name>Fabien Broquard</name>
<email>braikar@gmail.com</email>
</author>
<published>2018-10-02T18:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=5027993097729e980239ac1ed65e86bd31d2901d'/>
<id>5027993097729e980239ac1ed65e86bd31d2901d</id>
<content type='text'>
box/Box/BOX changed to grid/Grid/GRID as a preliminary step
to prepare for changing GtkBox in na-box/na-grid to a GtkGrid
to make the notification area work well on vertical and wide panels
note: even if everything is renamed to grid, the GtkWidget is still a GtkBox
thats why GtkBox and GTK_TYPE_BOX have not been renamed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
box/Box/BOX changed to grid/Grid/GRID as a preliminary step
to prepare for changing GtkBox in na-box/na-grid to a GtkGrid
to make the notification area work well on vertical and wide panels
note: even if everything is renamed to grid, the GtkWidget is still a GtkBox
thats why GtkBox and GTK_TYPE_BOX have not been renamed.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: set  horizontal padding for clock-button</title>
<updated>2019-01-21T14:55:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-01-14T08:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=0a10e4b82ec4869386f088cd2a8ecaacfbbf011c'/>
<id>0a10e4b82ec4869386f088cd2a8ecaacfbbf011c</id>
<content type='text'>
To make sure we have space left and right inside the button
if applet is build-in-process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make sure we have space left and right inside the button
if applet is build-in-process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clock: Fix weather icon size selection for panel height</title>
<updated>2019-01-06T16:26:16+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2019-01-02T22:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f701becccdbb98e8ed5206ed1d7c03d79ef0ca83'/>
<id>f701becccdbb98e8ed5206ed1d7c03d79ef0ca83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clock: ensure weather icon resizes with panel</title>
<updated>2019-01-06T16:26:16+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-12-31T07:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=98030596168fb81813ed65b0df6c7b5923133fd5'/>
<id>98030596168fb81813ed65b0df6c7b5923133fd5</id>
<content type='text'>
Connect to the "change_size" signal and reload the icon at the correct size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Connect to the "change_size" signal and reload the icon at the correct size
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: force no button vertical padding and margin</title>
<updated>2019-01-06T16:26:16+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-12-11T04:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=b79d153353a44525f85d1c2a73bf5c5d7484a6d5'/>
<id>b79d153353a44525f85d1c2a73bf5c5d7484a6d5</id>
<content type='text'>
fixes weather-icon problems with some themes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes weather-icon problems with some themes
</pre>
</div>
</content>
</entry>
<entry>
<title>Tray: simplify force-redraw, use code that actually works</title>
<updated>2018-11-26T12:47:19+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=2c548d163faa0a15deeb8ec4de85f758bda4d4b0'/>
<id>2c548d163faa0a15deeb8ec4de85f758bda4d4b0</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>Change GTK_CHECK_VERSION to match next gtk+ release</title>
<updated>2018-08-07T20:58:55+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=87a2f26f7b3b66184d130a8d4400fbbbf620a902'/>
<id>87a2f26f7b3b66184d130a8d4400fbbbf620a902</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-28T09:29:37+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=b179cad057ff83ccc05b1a346764cb6e0e8ac655'/>
<id>b179cad057ff83ccc05b1a346764cb6e0e8ac655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
