Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
2018-01-14 | active-sensor.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 |
2018-01-14 | sensors-applet.c: Fix build warning: | Pablo Barciela | 1 | -1/+2 |
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 |
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 |
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 |
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 |
2017-01-19 | prefs-dialog: port GtkTable to GtkGrid | raveit65 | 2 | -120/+43 |
2017-01-19 | acitve-sensor: fix a warning and use gdk_rgba_parse () | raveit65 | 1 | -2/+2 |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -61/+12 |
2016-10-21 | Update tooltip only when mouse is over the applet | Błażej Szczygieł | 3 | -13/+47 |
2016-01-03 | drop obsolete and unused code | Monsta | 1 | -1/+0 |
2015-07-07 | Fix implicit declaration of function | infirit | 1 | -0/+17 |
2015-07-07 | Set custom mate-sensors-applet icon for About dialog | Alex Murray | 1 | -0/+1 |
2015-07-07 | Cleanup debugging during Gtk signal handling | Alex Murray | 1 | -3/+0 |
2015-07-07 | Set icon name for dialog windows | Alex Murray | 2 | -1/+6 |
2015-07-07 | gtk3: Replace gtk_widget_size_request with gtk_widget_get_preferred_size | infirit | 1 | -34/+5 |
2015-07-07 | Fix typo SESNOR -> SENSOR | infirit | 1 | -1/+1 |
2015-07-07 | Fix GtkComboBox(Text) warnings | infirit | 2 | -12/+22 |
2015-07-07 | Gtk3: Use GdkRGBA | infirit | 2 | -4/+26 |
2015-07-07 | fix repainting of applet's background | infirit | 1 | -47/+4 |
2015-07-07 | Use content_area variable | infirit | 2 | -5/+13 |
2015-06-25 | use correct help links in prefs and sensor config dialogs | monsta | 2 | -4/+4 |