Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-09 | fix redefined MATELOCALEDIR | Wu Xiaotian | 1 | -1/+0 | |
2020-01-09 | travis: remove patch for debian | Wu Xiaotian | 1 | -6/+0 | |
2020-01-09 | travis: add autopoint | Wu Xiaotian | 1 | -3/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 38 | -199/+285 | |
2020-01-09 | Initialize "surface" before testing its value to avoid a crash. | dunc | 1 | -1/+1 | |
2019-12-04 | avoid redundant redeclarations | Pablo Barciela | 15 | -32/+4 | |
2019-12-01 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-23 | build: Don't stop building when cpufreq.h isn't available | raveit65 | 1 | -3/+0 | |
2019-09-22 | ci: add cpupower build dependency to archlinux | Wu Xiaotian | 1 | -0/+1 | |
2019-09-15 | drivemount: remove -Wformat-nonliteral warning | rbuj | 1 | -1/+1 | |
drive-button.c:618:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 618 | gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), error->message, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-09-13 | netspeed: remove -Wunused-but-set-variable warning | rbuj | 1 | -7/+0 | |
netspeed.c:477:15: warning: variable ‘state’ set but not used [-Wunused-but-set-variable] 477 | GtkStateType state; | ^~~~~ netspeed.c:476:15: warning: variable ‘ra’ set but not used [-Wunused-but-set-variable] 476 | GdkRectangle ra; | ^~ | |||||
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-09-09 | travis [CI]: expand WARN_CFLAGS | raveit65 | 1 | -1/+1 | |
2019-09-09 | build: extend --enable-more-warnings configure flag | raveit65 | 1 | -2/+3 | |
Add -Wextra, -Wunused-but-set-variable, -Wformat-nonliteral -Wabsolute-value, -Werror=format-security CFLAGS_WARNINGS and drop -std=gnu89. -Wsign-compare is already in -Wextra. | |||||
2019-09-03 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-29 | Travis CI: Fix ubuntu build | Pablo Barciela | 1 | -4/+0 | |
2019-08-29 | Make cpufreq builds independent from kernel header version. | Mike Gabriel | 3 | -36/+61 | |
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238. | |||||
2019-08-29 | timerapplet.c: remove reductant condition | Pavel Shlyak | 1 | -1/+1 | |
2019-08-29 | geyes: avoid memory leak | Pavel Shlyak | 1 | -5/+2 | |
2019-07-13 | multiload: Use /proc/diskstats for NVMe drives | Victor Kareh | 3 | -20/+106 | |
Since glibtop does not support NVMe drives, we rely on /proc/diskstats to tell use load information for NVMe drives. If diskstats is not present it returns to glibtop as a fallback. | |||||
2019-07-11 | treat output as utf8 when limiting width. | Jonathan Krebs | 1 | -3/+3 | |
fixes #374 | |||||
2019-07-08 | command: use MaCommand object | Wu Xiaotian | 4 | -134/+610 | |
2019-07-08 | Make command applet run commands asynchronously | Wu Xiaotian | 1 | -7/+116 | |
2019-07-08 | Revert "Make command applet run commands asynchronously" | raveit65 | 1 | -124/+8 | |
This reverts commit 18cf1e9710b8a308b8f8f9c6c0019b3a9c2b3cda. | |||||
2019-07-08 | Revert "for pr review" | raveit65 | 1 | -12/+19 | |
This reverts commit 1c197aa881092efcdb2d9013e73d0004d58ccdf3. | |||||
2019-07-08 | Revert "command: use MaCommand object" | raveit65 | 4 | -610/+134 | |
This reverts commit dc14537a19b3fb3448f46d78707517d197e8febb. | |||||
2019-07-08 | command: use MaCommand object | Wu Xiaotian | 4 | -134/+610 | |
2019-07-08 | for pr review | Wu Xiaotian | 1 | -19/+12 | |
2019-07-08 | Make command applet run commands asynchronously | Wu Xiaotian | 1 | -8/+124 | |
2019-06-16 | Update FSF address | Laurent Napias | 10 | -11/+11 | |
2019-06-16 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+18 | |
2019-06-16 | tx: sync with transifex | raveit65 | 1441 | -226588/+239321 | |
2019-06-16 | tx: update transifex resource | raveit65 | 12 | -101/+101 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-31 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-27 | cpufreq: deprecated g_type_class_add_private | Wu Xiaotian | 5 | -39/+14 | |
2019-05-24 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-21 | mateweather: deprecated g_type_class_add_private | Wu Xiaotian | 2 | -15/+4 | |
2019-05-16 | cpufreq: support kernel 5.1.0 | raveit65 | 2 | -2/+17 | |
2019-05-09 | weather: align Gtk_Box to center | raveit65 | 1 | -0/+6 | |
fixes https://github.com/mate-desktop/mate-applets/issues/395 | |||||
2019-05-04 | multiload: filter-out non-local disks and user mounts | rbuj | 1 | -3/+4 | |
Fix #171 | |||||
2019-04-22 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-04-18 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 4 | -23/+8 | |
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-04-14 | Fix use-after-free clang warning | rbuj | 2 | -4/+6 | |
battstat_applet.c:755:3: warning: Use of memory after it is freed static_global_teardown (battstat); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stickynotes.c:674:24: warning: Use of memory after it is freed stickynotes->notes = g_list_remove(stickynotes->notes, note); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-04-11 | [ci] enable clang analyzer | Wu Xiaotian | 1 | -3/+64 | |
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |