<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq/src, branch v1.13.0</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>cpufreq: remove unused argument "parent"</title>
<updated>2016-01-06T14:36:26+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-01-06T06:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=acc20eb50af01fcb6ca2a024b65913cc32a1e670'/>
<id>acc20eb50af01fcb6ca2a024b65913cc32a1e670</id>
<content type='text'>
remove unused argument "parent" in cpufreq_selector_set_xxx_async functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove unused argument "parent" in cpufreq_selector_set_xxx_async functions
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk3: stop cpufreq-applet turning transparent</title>
<updated>2016-01-03T01:08:54+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-12-26T22:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=4dbb7347a4b344658d28cfd49f6a925f000422ee'/>
<id>4dbb7347a4b344658d28cfd49f6a925f000422ee</id>
<content type='text'>
gtk3: stop cpufreq-applet turning transparent -prevent the cpufreq applet and panel area beneath from becoming transparent to the desktop when a menu item in the popup menu is clicked. Veriied to work on gtk3.19.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk3: stop cpufreq-applet turning transparent -prevent the cpufreq applet and panel area beneath from becoming transparent to the desktop when a menu item in the popup menu is clicked. Veriied to work on gtk3.19.5
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 cpufreq:fix bottom panel render &amp; 0px labels</title>
<updated>2015-10-16T14:19:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-10-15T04:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=ec37a4ececaecd61794913469b82a301919f8a08'/>
<id>ec37a4ececaecd61794913469b82a301919f8a08</id>
<content type='text'>
fix bottom panel rendering of popup menu in gtk3 builds,
fix zero-width frequency/percentage labels in gtk3 builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix bottom panel rendering of popup menu in gtk3 builds,
fix zero-width frequency/percentage labels in gtk3 builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 cpufreq: support custom panel themes</title>
<updated>2015-10-16T14:19:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-10-15T04:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=167c7c5652cc62e3346f5238e15acb3b4b0bcf9b'/>
<id>167c7c5652cc62e3346f5238e15acb3b4b0bcf9b</id>
<content type='text'>
support custom panel themes in gtk3 builds. Include robust support
for transparent themes in cases where gtk3 has issues
properly detecting a compositing window manager, e.g compiz.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support custom panel themes in gtk3 builds. Include robust support
for transparent themes in cases where gtk3 has issues
properly detecting a compositing window manager, e.g compiz.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK cpufreq: fix label position on horizontal panels</title>
<updated>2015-10-15T21:10:29+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-10-15T21:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=554c6897ba818ee2384da8b5d4f54ac8a33ab1cd'/>
<id>554c6897ba818ee2384da8b5d4f54ac8a33ab1cd</id>
<content type='text'>
The issue was caused by using deprecated widgets and defines
for orientation with GTK3.
#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
Deprecated gtk_[h/v]box_new don't use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was caused by using deprecated widgets and defines
for orientation with GTK3.
#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
Deprecated gtk_[h/v]box_new don't use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq, README: removed more obsolete stuff</title>
<updated>2014-12-30T13:59:32+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-30T13:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=30a5f1e62ac9d12deef0c3ccf7f84b71b7f8ee41'/>
<id>30a5f1e62ac9d12deef0c3ccf7f84b71b7f8ee41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: Bring gsettings code in line with gnome-panel</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T15:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=836d978de76d2ecda2fe5c26dc409ef3e3881046'/>
<id>836d978de76d2ecda2fe5c26dc409ef3e3881046</id>
<content type='text'>
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: Add missing #include &lt;config.h&gt; to make translations work</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T14:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=8682d2eeaae314fe0742a06ff99041864c9f988b'/>
<id>8682d2eeaae314fe0742a06ff99041864c9f988b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GDK_KEY_* is also in Gtk+2</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T14:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=7e99a3f82abb6560cec5591a2c1734e50331d0cb'/>
<id>7e99a3f82abb6560cec5591a2c1734e50331d0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Silence GtkVbox and GtkHbox deprecation warnings</title>
<updated>2014-11-26T17:13:43+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-26T13:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d2d685818a85b773c49802c494a0c386917b5ee6'/>
<id>d2d685818a85b773c49802c494a0c386917b5ee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
