Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 4 | -28/+32 | |
2021-01-17 | cpufreq: fix cpufreq-selector-sysfs duplicate definitions | Harald van Dijk | 1 | -1/+0 | |
Commit 4cb6f915 added cpufreq-selector-sysfs.[ch] to mate_cpufreq_selector_SOURCES for the !HAVE_LIBCPUFREQ case, but left them unconditionally included as well. Including them twice leads to duplicate definitions for the symbols defined by them. | |||||
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2021-01-07 | Don't leave any round bracket at line end | rbuj | 3 | -10/+15 | |
2020-12-09 | cpufreq: Remove /proc/cpufreq support (Linux 2.4) | rbuj | 8 | -601/+35 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -1/+0 | |
2020-11-20 | Cpufreq code style | raveit65 | 31 | -3198/+3217 | |
- tabs to spaces - 4 spaces at the beginning of a line | |||||
2020-08-05 | cpufreq: Remove warning about unreachable code reported by scan-build | rbuj | 1 | -25/+24 | |
2020-08-03 | cpufreq: -1 indicates error obtaining max frequency | rbuj | 1 | -1/+1 | |
2020-08-03 | cpufreq: Update cpufreq-preferences.ui | rbuj | 1 | -4/+4 | |
2020-08-01 | cpufreq: avoid deprecated GtkAlignment | Alberts Muktupāvels | 1 | -14/+9 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/66e58e7 | |||||
2020-08-01 | cpufreq: create all needed widgets only once | Alberts Muktupāvels | 1 | -53/+49 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/8951c6f | |||||
2020-08-01 | cpufreq: fix code-style | raveit65 | 2 | -609/+619 | |
- tab to spaces - use 4 spaces at the beginning of a line | |||||
2020-07-30 | cpufreq: Load menu and ui file from resources | rbuj | 3 | -9/+21 | |
2020-07-17 | Remove warning about assigned value is never used reported by cppcheck | rbuj | 1 | -1/+1 | |
2020-05-21 | cpufreq: Port client of selector service to GDBus | rbuj | 3 | -72/+109 | |
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/ed5418eed57cb00976603923d2ccf2b1b8acddf4 | |||||
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -3/+1 | |
2020-05-21 | build: Use dbus-glib only when required | rbuj | 1 | -5/+11 | |
2020-04-25 | Remove unused-function warnings | rbuj | 1 | -19/+1 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -1/+0 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -2/+5 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-10 | make the dbus directory configurable | Christian Hesse | 1 | -1/+1 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 3 | -6/+4 | |
2019-12-04 | avoid redundant redeclarations | Pablo Barciela | 12 | -28/+0 | |
2019-09-10 | cpufreq: remove -Wabsolute-value warning | rbuj | 3 | -3/+3 | |
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 244 | current_dist = abs (frequency - f); | ^~~ -- cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ -- cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 109 | current_dist = abs (freq->frequency - frequency); | ^~~ | |||||
2019-08-29 | Make cpufreq builds independent from kernel header version. | Mike Gabriel | 2 | -9/+16 | |
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238. | |||||
2019-05-27 | cpufreq: deprecated g_type_class_add_private | Wu Xiaotian | 5 | -39/+14 | |
2019-05-16 | cpufreq: support kernel 5.1.0 | raveit65 | 2 | -2/+17 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 2 | -17/+5 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full | |||||
2019-03-20 | assignment discards 'const' qualifier from pointer target type | rbuj | 1 | -1/+1 | |
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -0/+7 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2018-07-12 | cpufreq: stop segfault with gtk3.23 | lukefromdc | 1 | -1/+10 | |
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 | |||||
2018-07-10 | cpufreq: fix a -Wimplicit-function-declaration | raveit65 | 1 | -0/+4 | |
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)) { ^~~~~~~~~~~~~~~~~~~~~~ ``` | |||||
2018-07-08 | cpu-freq: replace deprecated gtk_menu_popup | raveit65 | 1 | -52/+5 | |
2018-06-11 | Cpufreq: Force the frequency label to render if frequencies are not found ↵ | lukefromdc | 1 | -1/+7 | |
right away Use a default "---" label until frequency values are found | |||||
2018-06-11 | Cpufreq: Refactor to remove more GTK2 leftovers | lukefromdc | 1 | -112/+10 | |
2018-06-11 | Cpufreq: ensure frequency label always shows up if freq selected | lukefromdc | 1 | -44/+7 | |
Remove old code left over from GTK2 that never worked properly in GTK 3 | |||||
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -8/+16 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
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 | |
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
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 | |
*Force the frequency label to hold the largest size it ever takes *Reset label size with any change of theme or font to avoid truncation *Clean up a nasty mix of spaced and tabs in cpufreq_applet_refresh | |||||
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 | |
fixes https://github.com/mate-desktop/mate-applets/issues/268 |