Age | Commit message (Expand) | Author | Files | Lines |
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -8/+16 |
2018-03-21 | Fix cpufreq applet spacing on HiDPI displays | Victor Kareh | 1 | -1/+3 |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -14/+0 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+3 |
2017-11-09 | Cpufreq: fix a build warning | lukefromdc | 1 | -1/+1 |
2017-11-09 | Cpufreq: stop jumping numbers moving units label | lukefromdc | 1 | -29/+38 |
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 |
2017-09-22 | cpufreq: fix calculating max width of frequency/unit/percent labels | monsta | 1 | -23/+22 |
2017-09-19 | cpufreq: refresh applet size on style change (e.g. font size) | monsta | 1 | -0/+16 |
2017-09-05 | cpufreq: fix random invisibility of the applet | monsta | 1 | -2/+2 |
2017-08-09 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -3/+8 |
2017-08-05 | cpufreq: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+16 |
2017-07-24 | cpufreq-prefs: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 |
2017-04-02 | cpufreq:set frequency on all cores | lukefromdc | 1 | -23/+41 |
2017-01-14 | CpuFreq: fix warning from GTK_ORIENTABLE | lukefromdc | 1 | -3/+1 |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -103/+1 |
2016-11-22 | fix some indent and a couple of typos | monsta | 1 | -1/+1 |
2016-08-31 | cpu-freq: avoid deprecated polkit_authority_get | raveit65 | 1 | -1/+1 |
2016-08-16 | cpufreq: remove useless #include | monsta | 1 | -3/+0 |
2016-08-15 | cpufreq: fix build warning when polkit is disabled | monsta | 1 | -0/+2 |
2016-07-31 | cpufreq: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 |
2016-06-09 | fix build with kernel-4.7 | leigh123linux | 1 | -1/+8 |
2016-03-30 | GTK 3.20 cpufreq: fix themes clipping units label | lukefromdc | 1 | -6/+1 |
2016-03-22 | cpufreq: capitalize CPU in schema description | monsta | 1 | -2/+2 |
2016-03-07 | cpufreq GTK3: hardcode fewer labels | lukefromdc | 1 | -22/+17 |
2016-01-06 | cpufreq: remove unused argument "parent" | lukefromdc | 3 | -26/+9 |
2016-01-03 | gtk3: stop cpufreq-applet turning transparent | lukefromdc | 1 | -3/+7 |
2015-10-16 | GTK3 cpufreq:fix bottom panel render & 0px labels | lukefromdc | 1 | -2/+20 |
2015-10-16 | GTK3 cpufreq: support custom panel themes | lukefromdc | 1 | -1/+14 |
2015-10-15 | GTK cpufreq: fix label position on horizontal panels | raveit65 | 1 | -0/+18 |
2015-09-06 | Rework gsettings schema building | infirit | 2 | -6/+3 |
2015-07-15 | Help cpufreq: fix legal page | raveit65 | 1 | -9/+31 |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -1/+1 |
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+9 |
2015-07-08 | fixed almost all merge conflicts in help translations | Monsta | 2 | -2/+2 |
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -9/+0 |
2015-06-23 | help: fix broken help images | raveit65 | 4 | -0/+0 |
2014-12-30 | cpufreq, README: removed more obsolete stuff | Monsta | 1 | -2/+0 |
2014-11-26 | cpufreq: Bring gsettings code in line with gnome-panel | infirit | 1 | -37/+8 |
2014-11-26 | cpufreq: Add missing #include <config.h> to make translations work | infirit | 1 | -0/+4 |
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 1 | -9/+6 |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 1 | -1/+6 |
2014-11-26 | avoid dereferencing NULL pointer | Monsta | 1 | -4/+5 |
2014-11-26 | zero-init signals array | monsta | 1 | -2/+2 |
2014-11-25 | cpufreq: Fix 'allow' directives must always specify a 'send_destination' | infirit | 1 | -2/+2 |
2014-06-25 | Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0 | Stefano Karapetsas | 2 | -2/+2 |
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -20/+0 |
2014-06-02 | Remove deprecated call to g_type_init | infirit | 1 | -2/+0 |