<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq/src, branch v1.21.1</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: stop segfault with gtk3.23</title>
<updated>2018-07-12T19:44:31+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-07-09T22:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=881233e8e6b6f0d70fd6a2dcd4235afe94c9b659'/>
<id>881233e8e6b6f0d70fd6a2dcd4235afe94c9b659</id>
<content type='text'>
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: fix a -Wimplicit-function-declaration</title>
<updated>2018-07-10T09:50:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-07-08T08:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=0746a55cd53d806361ec7520220d79d37986788b'/>
<id>0746a55cd53d806361ec7520220d79d37986788b</id>
<content type='text'>
happens if build with -lcpupower and kernel 4.7+

```
cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run':
cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration]
   if (cpupower_is_cpu_online (cpu)) {
       ^~~~~~~~~~~~~~~~~~~~~~
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
happens if build with -lcpupower and kernel 4.7+

```
cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run':
cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration]
   if (cpupower_is_cpu_online (cpu)) {
       ^~~~~~~~~~~~~~~~~~~~~~
```
</pre>
</div>
</content>
</entry>
<entry>
<title>cpu-freq: replace deprecated gtk_menu_popup</title>
<updated>2018-07-08T09:54:53+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-07-07T19:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=3cd2d150036b7a3d5286bae02e7c45e4f689c4d5'/>
<id>3cd2d150036b7a3d5286bae02e7c45e4f689c4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: Force the frequency label to render if frequencies are not found right away</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-10T05:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f0b33d1125f60bd5fe8b605d88efd37b2b0b2427'/>
<id>f0b33d1125f60bd5fe8b605d88efd37b2b0b2427</id>
<content type='text'>
Use a default "---" label until frequency values are found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a default "---" label until frequency values are found
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: Refactor to remove more GTK2 leftovers</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-08T22:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=618ab266bc51aa7c7e880b8459f4389a12c3f21e'/>
<id>618ab266bc51aa7c7e880b8459f4389a12c3f21e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: ensure frequency label always shows up if freq selected</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-08T21:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=8bd11f81e05d8498c530e3951fa0f1c2b67a74b8'/>
<id>8bd11f81e05d8498c530e3951fa0f1c2b67a74b8</id>
<content type='text'>
Remove old code left over from GTK2 that never worked properly in GTK 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove old code left over from GTK2 that never worked properly in GTK 3
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert applet icons from pixbuf to surfaces</title>
<updated>2018-05-12T20:22:15+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-05-01T02:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=7185a704026f9fccf253c0993be986d359f16526'/>
<id>7185a704026f9fccf253c0993be986d359f16526</id>
<content type='text'>
This improves support for HiDPI by loading properly scaled surfaces for applets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves support for HiDPI by loading properly scaled surfaces for applets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cpufreq applet spacing on HiDPI displays</title>
<updated>2018-03-21T06:48:05+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-03-20T11:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=ea40c35e823914cd5721ad7af436cb9e69736d2d'/>
<id>ea40c35e823914cd5721ad7af436cb9e69736d2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated GtkStock</title>
<updated>2018-02-09T15:17:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-02-03T17:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=607d5228f3a280dd8acfcdaba7da7c83c496de32'/>
<id>607d5228f3a280dd8acfcdaba7da7c83c496de32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-02-04T19:32:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-02-02T13:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d1020226236576464be4ab47ec0098a588bef486'/>
<id>d1020226236576464be4ab47ec0098a588bef486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
