<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/libmate-panel-applet, branch 1.12</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>gtk3: fix infinite loop with Traditional themes</title>
<updated>2015-12-17T08:57:27+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2015-12-15T08:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6182a8e0e33e1bdf7e7fcee906321e91ca243a0e'/>
<id>6182a8e0e33e1bdf7e7fcee906321e91ca243a0e</id>
<content type='text'>
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set the panel transparent by default</title>
<updated>2015-11-28T20:03:29+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2015-11-20T00:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=0e477da32b80e6c8f071d0d5380efbd7e9ae2e35'/>
<id>0e477da32b80e6c8f071d0d5380efbd7e9ae2e35</id>
<content type='text'>
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
</pre>
</div>
</content>
</entry>
<entry>
<title>custom menu theming support: mate-panel-applet.c</title>
<updated>2015-10-09T23:34:33+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-08-30T04:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8b3c651fbf92d3aa35b2e854aaa4468d43fccdf7'/>
<id>8b3c651fbf92d3aa35b2e854aaa4468d43fccdf7</id>
<content type='text'>
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace GtkObject with GObject also for Gtk+ 2</title>
<updated>2015-07-14T11:07:44+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-06T14:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=59c66fd0169b84fbbccf3dad672589f5d915d4a0'/>
<id>59c66fd0169b84fbbccf3dad672589f5d915d4a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop gdkkeysyms-compat usage in Gtk+3</title>
<updated>2015-07-14T11:07:33+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-07-14T08:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8b65935648a94ba427e1fa457336485662cddd42'/>
<id>8b65935648a94ba427e1fa457336485662cddd42</id>
<content type='text'>
The new GDK_KEY_ keys are also in Gtk+2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new GDK_KEY_ keys are also in Gtk+2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #289 from rilian-la-te/simplify_image</title>
<updated>2015-05-25T10:17:16+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-05-25T10:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bfcd64e90cf71537b1917472f3a58f30c826edbf'/>
<id>bfcd64e90cf71537b1917472f3a58f30c826edbf</id>
<content type='text'>
Remove change_background_for_widget from GTK3 build (it is useless.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove change_background_for_widget from GTK3 build (it is useless.)</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: fix typo in gtk_style_context mate-custom-panel-background</title>
<updated>2015-05-21T14:26:39+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-05-21T14:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=fce585a4d0ce4ffb2ea15a28322b749703fdd04e'/>
<id>fce585a4d0ce4ffb2ea15a28322b749703fdd04e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove change_background_for_widget from GTK3 build (it is useless.)</title>
<updated>2015-03-05T21:09:28+00:00</updated>
<author>
<name>Konstantin Pugin</name>
<email>ria.freelander@gmail.com</email>
</author>
<published>2015-03-05T20:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=4da202648feb8c82217852646f0f4c17bba9fb29'/>
<id>4da202648feb8c82217852646f0f4c17bba9fb29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zero-initialize all signals arrays</title>
<updated>2014-11-24T21:27:35+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-10-28T14:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=23b2b3b0e0f979b123a503c41ecde108e824f437'/>
<id>23b2b3b0e0f979b123a503c41ecde108e824f437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option"</title>
<updated>2014-11-23T14:17:33+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-23T14:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9bdf26a667fdb91c2aaa326b946e058677d97a0d'/>
<id>9bdf26a667fdb91c2aaa326b946e058677d97a0d</id>
<content type='text'>
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
</pre>
</div>
</content>
</entry>
</feed>
