Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-22 | update copyright to 2021 | raveit65 | 19 | -0/+19 | |
2021-03-15 | warning: declaration of ‘content_area’ shadows a previous local | rbuj | 1 | -4/+1 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-12-28 | sensors-applet: Remove unused function | rbuj | 1 | -8/+0 | |
2020-12-28 | Remove cppcheck warnings about the variable scope can be reduced | rbuj | 6 | -13/+22 | |
2020-06-11 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-06-11 | build: prevents two consecutive slashes in plugin file path | rbuj | 1 | -1/+1 | |
2020-06-11 | build: Fix G_LOG_DOMAIN for sensors applet | rbuj | 1 | -1/+1 | |
2020-06-11 | Replace g_malloc0 with g_new0 and g_strdup | rbuj | 1 | -2/+2 | |
2020-04-13 | Remove unused-variable warning | rbuj | 1 | -1/+0 | |
2020-04-10 | build: Use WARN_CFLAGS variable | rbuj | 1 | -1/+6 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -2/+2 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 1 | -1/+3 | |
2018-02-26 | fix save order of sensors v2 | info-cppsp | 4 | -89/+496 | |
2018-02-25 | prefs-dialog: drop unneeded space in general tab | raveit65 | 1 | -0/+2 | |
In result the second column of the GtkGrid will always expand to the full grid width. | |||||
2018-02-25 | prefs-dialog: set a min_width for enable_column | raveit65 | 1 | -0/+3 | |
2018-02-25 | prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER | raveit65 | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/76 | |||||
2018-02-08 | fix GtkStock deprecations | info-cppsp | 3 | -15/+22 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | raveit65 | 3 | -20/+0 | |
2018-01-25 | Fix popup shower on removed HDD | info-cppsp | 3 | -6/+30 | |
Added timer to active sensors, to suppress infinite popups, when a drive is removed from the system, with its sensor still active in msa. fixes #62 | |||||
2018-01-14 | active-sensor.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
Fixes the build warning: active-sensor.c: In function ‘active_sensor_new’: active-sensor.c:425:44: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] active_sensor->alarm_timeout_id[i] = -1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ active-sensor.c:424:5: note: within this loop for (i = 0; i < NUM_NOTIFS; i++) { ^~~ | |||||
2018-01-14 | sensors-applet.c: Fix build warning: | Pablo Barciela | 1 | -1/+2 | |
implicit declaration of function ‘sensors_applet_conf_setup_sensors’ | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-11-26 | Fix indents 08 | info-cppsp | 4 | -1275/+1164 | |
2017-11-26 | Fix indents 07 | info-cppsp | 3 | -1398/+1315 | |
2017-11-26 | Fix indents 06 | info-cppsp | 6 | -761/+740 | |
2017-11-26 | Fix indents 05 | info-cppsp | 3 | -124/+105 | |
2017-11-05 | Stop jumping applet as numbers change | lukefromdc | 1 | -3/+21 | |
Hold the value labels to the largest size they have been unless the units have just been shown or hidden. | |||||
2017-10-28 | fix save order of sensors | info-cppsp | 3 | -11/+134 | |
2017-10-25 | i22 updated hide temperature units | info-cppsp | 2 | -5/+28 | |
I have adjusted PR 38 code slightly. | |||||
2017-10-03 | about-dialog: update copyright | monsta | 1 | -1/+1 | |
2017-09-11 | i45 fix graphs invisible | info-cppsp | 1 | -6/+6 | |
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 3 | -2/+14 | |
2017-07-26 | don't use deprecated GTK_STOCK_DIALOG_WARNING | raveit65 | 1 | -1/+1 | |
2017-05-01 | sensor-applet.c: replace deprecated GtkMisc | raveit65 | 1 | -4/+18 | |
2017-05-01 | sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGE | raveit65 | 1 | -1/+1 | |
2017-05-01 | sensor-config-dialog: avoid deprecated GtkAlignment | raveit65 | 1 | -48/+25 | |
2017-04-30 | sensor-config-dialog: don't use deprecated GtkColorButton | raveit65 | 1 | -3/+3 | |
2017-04-30 | prefs-dialog: add style class frame to scrolledwindow | raveit65 | 1 | -0/+3 | |
2017-04-30 | prefs-dialog: avoid deprecated GtkAlignment | raveit65 | 2 | -13/+7 | |
2017-04-30 | prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOX | raveit65 | 2 | -5/+8 | |
2017-03-18 | use GTK_ALIGN_CENTER for the sensor_applet grid | raveit65 | 1 | -0/+4 | |
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/41 | |||||
2017-02-16 | fix one more typo in code comments | monsta | 1 | -1/+1 | |
2017-02-16 | fix a couple of typos in code comments | monsta | 1 | -2/+2 | |
2017-02-01 | fix typo in debug message (closes #39) | monsta | 1 | -1/+1 | |
2017-01-19 | sensor-applet: port GtkTable to GtkGrid | raveit65 | 2 | -94/+71 | |
2017-01-19 | sensor-config-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -134/+108 | |