<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/data, branch 1.26</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Make Recent Documents list in Places menu of configurable length (#1216)</title>
<updated>2021-04-07T04:34:38+00:00</updated>
<author>
<name>Gordon N. Squash</name>
<email>gordsqsh@protonmail.com</email>
</author>
<published>2021-04-07T04:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=edc67fcaf4be1c14ab562a172a3e3a08e757d078'/>
<id>edc67fcaf4be1c14ab562a172a3e3a08e757d078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate from intltool to gettext</title>
<updated>2019-11-11T22:18:35+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-10-30T12:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f5354df76377627dde56b079c9328b46865033d2'/>
<id>f5354df76377627dde56b079c9328b46865033d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: %.gschema.xml files were already generated by autogen.sh</title>
<updated>2019-10-30T14:47:05+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-10-21T12:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=1614cec077ab369640b24ff73045bf470ca93683'/>
<id>1614cec077ab369640b24ff73045bf470ca93683</id>
<content type='text'>
configure.ac contents:

GETTEXT_PACKAGE=mate-panel
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext package to be used])
AC_SUBST(GETTEXT_PACKAGE)

AC_OUTPUT([
...
data/org.mate.panel.gschema.xml
data/org.mate.panel.menubar.gschema.xml
data/org.mate.panel.object.gschema.xml
data/org.mate.panel.toplevel.gschema.xml
...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure.ac contents:

GETTEXT_PACKAGE=mate-panel
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext package to be used])
AC_SUBST(GETTEXT_PACKAGE)

AC_OUTPUT([
...
data/org.mate.panel.gschema.xml
data/org.mate.panel.menubar.gschema.xml
data/org.mate.panel.object.gschema.xml
data/org.mate.panel.toplevel.gschema.xml
...
</pre>
</div>
</content>
</entry>
<entry>
<title>add volume-applet to fedora layout</title>
<updated>2019-04-01T09:07:41+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-04-01T09:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=439cf87ce6623ca8bae2b051afc95148eb0664c5'/>
<id>439cf87ce6623ca8bae2b051afc95148eb0664c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Panel-gtk.c: Show menu icons only when "menus-have-icons" is set</title>
<updated>2018-06-25T22:47:53+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-21T22:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=5ca1fb1a1b34bdbaf0c966d9cc786ecf71d0df21'/>
<id>5ca1fb1a1b34bdbaf0c966d9cc786ecf71d0df21</id>
<content type='text'>
Most panel menus excluding main menus. Bind gsettings preference "menus have icons" to visibility of icon. Pack the icon into a box with a 16px min-width set in panel.css to hold the space when the icons are not shown Duplicate as much as possible behavior of now-deprecated GtkImageMenuItem replaced by github.com/mate-desktop/mate-panel/commit/86701517e7d7cb3d2c08a40d76af97308f18902c Use only one icon-settings gsettings object to control this in all menuitems controlled by panel-gtk.c The use of a single gsettings object is based on code by Albert Muktupavels https://github.com/muktupavels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most panel menus excluding main menus. Bind gsettings preference "menus have icons" to visibility of icon. Pack the icon into a box with a 16px min-width set in panel.css to hold the space when the icons are not shown Duplicate as much as possible behavior of now-deprecated GtkImageMenuItem replaced by github.com/mate-desktop/mate-panel/commit/86701517e7d7cb3d2c08a40d76af97308f18902c Use only one icon-settings gsettings object to control this in all menuitems controlled by panel-gtk.c The use of a single gsettings object is based on code by Albert Muktupavels https://github.com/muktupavels
</pre>
</div>
</content>
</entry>
<entry>
<title>css: Convert to GResource</title>
<updated>2018-04-26T11:01:37+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-04-23T14:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=217044626cf1aef24ff3090d8d8ce4f380f48658'/>
<id>217044626cf1aef24ff3090d8d8ce4f380f48658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Theme: consistant theming for applet drag handles in all themes</title>
<updated>2018-04-23T10:00:18+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=45b25410cddde852554b3153e81ad59a5e6722ad'/>
<id>45b25410cddde852554b3153e81ad59a5e6722ad</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
</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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a gsettings key to enable/disable SNI Support (#600)</title>
<updated>2017-08-16T00:30:35+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=4a25da504204639cee268d0fac1516f03d2fe6bb'/>
<id>4a25da504204639cee268d0fac1516f03d2fe6bb</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-18T20:48:15+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=d5ffd663755b88cc95b4b8bcccb06130b9653cf1'/>
<id>d5ffd663755b88cc95b4b8bcccb06130b9653cf1</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-18T20:46:57+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=5661e088e300173c64331c5350710b69774b4a99'/>
<id>5661e088e300173c64331c5350710b69774b4a99</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>
</feed>
