<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/data, branch 1.18</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Theme: consistant theming for applet drag handles in all themes</title>
<updated>2018-04-25T14:19:52+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-04-19T03:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=4437af31ff82629c18f53f6f4c38430547378af9'/>
<id>4437af31ff82629c18f53f6f4c38430547378af9</id>
<content type='text'>
* applet drag-handle: use a symbolic image for the default drag handle image
* Use an .svg image with --gtk-recolor (like a symbolic icon), load it from the same directory as the css file so the css parser can find it, and use the theme fg color on it for good contrast
* load a css file to use the recolorable image globally for the panel, not for each applet to ensure only one cssprovider is loaded

(port of 45b25410cddde852554b3153e81ad59a5e6722ad to 1.18 branch, limiting it to GTK+ 3.20/22)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* applet drag-handle: use a symbolic image for the default drag handle image
* Use an .svg image with --gtk-recolor (like a symbolic icon), load it from the same directory as the css file so the css parser can find it, and use the theme fg color on it for good contrast
* load a css file to use the recolorable image globally for the panel, not for each applet to ensure only one cssprovider is loaded

(port of 45b25410cddde852554b3153e81ad59a5e6722ad to 1.18 branch, limiting it to GTK+ 3.20/22)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a gsettings key to enable/disable SNI Support (#600)</title>
<updated>2017-11-06T13:47:36+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2017-08-16T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9fadd2486c2d9fae7057207bca9143fc9421b97b'/>
<id>9fadd2486c2d9fae7057207bca9143fc9421b97b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run dialog: Add option to reverse history view</title>
<updated>2017-04-25T10:27:11+00:00</updated>
<author>
<name>Moritz Bruder</name>
<email>muesli4@gmail.com</email>
</author>
<published>2017-04-18T20:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=fa0295318e3760dbc7ff6802b50548ce9d39d267'/>
<id>fa0295318e3760dbc7ff6802b50548ce9d39d267</id>
<content type='text'>
A setting is added to show the run dialog history in reverse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A setting is added to show the run dialog history in reverse.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run dialog: Allow changing history size</title>
<updated>2017-04-25T10:26:40+00:00</updated>
<author>
<name>Moritz Bruder</name>
<email>muesli4@gmail.com</email>
</author>
<published>2017-04-12T16:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=94cd1e26f4729f5ff116cf079170fa58450b7f53'/>
<id>94cd1e26f4729f5ff116cf079170fa58450b7f53</id>
<content type='text'>
A key has been added to the gsettings schema that controls history size.
The code of the run dialog has been changed to use that key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A key has been added to the gsettings schema that controls history size.
The code of the run dialog has been changed to use that key.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes for opensuse.layout</title>
<updated>2016-06-29T16:42:12+00:00</updated>
<author>
<name>Sorokin Alexei</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2016-06-16T16:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8acec6d1ae0e50f0eee68ce6153d04a3beb5d52a'/>
<id>8acec6d1ae0e50f0eee68ce6153d04a3beb5d52a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>menubar: some corrections for new max-items-or-submenu key</title>
<updated>2016-03-13T15:39:49+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-13T15:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=db46e948f57ad16170afeaf72d418c508ef63d1e'/>
<id>db46e948f57ad16170afeaf72d418c508ef63d1e</id>
<content type='text'>
- remove check for menubar schema as it's already installed along with panel itself
- properly unref menubar_settings object
- make key type unsigned
- drop obsolete MAX_ITEMS_OR_SUBMENU define
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove check for menubar schema as it's already installed along with panel itself
- properly unref menubar_settings object
- make key type unsigned
- drop obsolete MAX_ITEMS_OR_SUBMENU define
</pre>
</div>
</content>
</entry>
<entry>
<title>Make MAX_ITEMS_OR_SUBMENU configurable.</title>
<updated>2016-03-11T12:50:27+00:00</updated>
<author>
<name>Julian Rüger</name>
<email>jr98@gmx.net</email>
</author>
<published>2016-03-11T12:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=ef8676dad5facfc57a815e07588cd607fb8821a7'/>
<id>ef8676dad5facfc57a815e07588cd607fb8821a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add gschema key for setting menu icon sizes</title>
<updated>2016-02-21T10:51:49+00:00</updated>
<author>
<name>Sorokin Alexei</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2016-02-20T15:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bd3d7bc04d864d37e054b9e51fb48cbabb7e18f7'/>
<id>bd3d7bc04d864d37e054b9e51fb48cbabb7e18f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop MateConf migration script</title>
<updated>2016-01-02T21:04:40+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-02T20:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=aaa96763f657b988aaf03233fc1bbb725752a719'/>
<id>aaa96763f657b988aaf03233fc1bbb725752a719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework gsettings schema building</title>
<updated>2015-09-06T14:20:20+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-06T14:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa'/>
<id>9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa</id>
<content type='text'>
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
</pre>
</div>
</content>
</entry>
</feed>
