<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/libmate-panel-applet, branch v1.19.6</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Down-scale out-of-process applets (#713)</title>
<updated>2018-01-26T15:20:10+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-01-26T15:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8d8711262f32ed7421d286e02b954af030e1f648'/>
<id>8d8711262f32ed7421d286e02b954af030e1f648</id>
<content type='text'>
Out-of-process applets end up scaled up doubly.
This divides the preferred width/height by the scale factor to ensure they are back at the correct preferred size.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Out-of-process applets end up scaled up doubly.
This divides the preferred width/height by the scale factor to ensure they are back at the correct preferred size.</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated GtkStock</title>
<updated>2018-01-26T01:28:18+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-23T19:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=1f72d441289df987dd7fbb528089f71e719e3c46'/>
<id>1f72d441289df987dd7fbb528089f71e719e3c46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined</title>
<updated>2017-12-27T01:28:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-27T01:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=411d3079fd50b3bca9967364b645e9cd4e0d1451'/>
<id>411d3079fd50b3bca9967364b645e9cd4e0d1451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WidthOfScreen and HeightOfScreen implementation</title>
<updated>2017-12-17T11:22:49+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-07T00:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=10b38211e032738593dfe71176289c275956b476'/>
<id>10b38211e032738593dfe71176289c275956b476</id>
<content type='text'>
This commit reverts:

https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reverts:

https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: fix typos in id-&gt;factory_id rename</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-22T06:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=1e1510a34b23fe876b7081af997b0d7446acde78'/>
<id>1e1510a34b23fe876b7081af997b0d7446acde78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: Only declare _panel_applet_shlib_factory() when needed</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-22T05:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=5c40325affbbfc73ec4f07f560fe4f8633a4a827'/>
<id>5c40325affbbfc73ec4f07f560fe4f8633a4a827</id>
<content type='text'>
Stops segfault on adding, removing, adding fish again when built in-process.
Based on https://github.com/GNOME/gnome-panel/commit/66602bab12f55e09b2205b493c7e0e5e9c560911
"This function only makes sense when PANEL_APPLET_IN_PROCESS_FACTORY is
used."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stops segfault on adding, removing, adding fish again when built in-process.
Based on https://github.com/GNOME/gnome-panel/commit/66602bab12f55e09b2205b493c7e0e5e9c560911
"This function only makes sense when PANEL_APPLET_IN_PROCESS_FACTORY is
used."
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: fix error in unregistering dbus object</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-22T05:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=080ac0dad0198ec3be067e5f05300caa48054b51'/>
<id>080ac0dad0198ec3be067e5f05300caa48054b51</id>
<content type='text'>
One portion of https://github.com/GNOME/gnome-panel/commit/0c3844c0e5f1bee5885d2c7aeaa49763e6708f6d got left out
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One portion of https://github.com/GNOME/gnome-panel/commit/0c3844c0e5f1bee5885d2c7aeaa49763e6708f6d got left out
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: fix build warning</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-19T21:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=3ff25047ce9cb79655a3fd7831b9bf402dcfa194'/>
<id>3ff25047ce9cb79655a3fd7831b9bf402dcfa194</id>
<content type='text'>
This is a dummy variable used only to accomodate existing applets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a dummy variable used only to accomodate existing applets
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: fix introspection</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-18T18:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e3ba085d35114af66131222f687fdf654cc71fe7'/>
<id>e3ba085d35114af66131222f687fdf654cc71fe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: unown bus name and unregister dbus object</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-18T18:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9ed5f0a3dc01abff7f14b8a6f70589c555f7a11e'/>
<id>9ed5f0a3dc01abff7f14b8a6f70589c555f7a11e</id>
<content type='text'>
Fix for crashes on removing applets similar to
https://bugzilla.gnome.org/show_bug.cgi?id=692610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for crashes on removing applets similar to
https://bugzilla.gnome.org/show_bug.cgi?id=692610
</pre>
</div>
</content>
</entry>
</feed>
