summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Allow building all applets in or out of processlukefromdc1-6/+9
2023-07-17Battstat: Port to in-process for wayland compatabilitylukefromdc1-3/+1
2022-08-08Use dashes instead of underscores in signal namesrbuj1-2/+2
2022-03-23battstat: present is bistate, charging and acline_status are tristaterbuj1-6/+5
2022-03-23battstat: implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-2/+2
2022-03-22Fix some -Wfloat-conversion warningsrbuj1-2/+5
2021-11-21Use a blank line at mostrbuj1-3/+0
2021-01-28Remove unnecessary casts on g_signal_connect callsrbuj1-12/+7
2021-01-16Update copyright to 2021rbuj1-1/+1
2021-01-07Don't leave any round bracket at line endrbuj1-16/+16
2020-12-17battstat: whitespace is missingrbuj1-2/+2
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-5/+1
2020-09-03battstat: improve code-styleraveit651-847/+869
2020-08-11Remove -Wtype-limits warningsrbuj1-3/+3
2020-08-07battstat: Rewrite preference dialog from scratchrbuj1-16/+29
2020-07-29battstat: Fix memory leakrbuj1-0/+1
2020-07-29battstat: Reduce the dynamically allocated memoryrbuj1-14/+11
2020-01-10Update copyright to 2020raveit651-1/+1
2019-06-16Update FSF addressLaurent Napias1-1/+1
2019-04-14Fix use-after-free clang warningrbuj1-2/+2
2019-03-20Make translatable documenters in about dialogrbuj1-0/+7
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-0/+1
2018-05-12battstat: Load theme icons instead of pixmapsVictor Kareh1-525/+63
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-0/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-5/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-05battstat: don't use deprecated gtk_show_uriraveit651-0/+4
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-94/+3
2016-08-31GTK+-3 battstat: port GtkTable to GtkGridraveit651-0/+80
2016-07-31battstat: drop MateAbout usage and update copyrightraveit651-6/+7
2014-12-30battstat applet: remove HAL supportMonsta1-10/+5
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-0/+4
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-11-26batstat: Use cairo for drawing also in Gtk2.infirit1-209/+0
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-4/+0
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-22/+0
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+3
2014-02-08Fix help uri for appletsinfirit1-2/+2
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-7/+0
2014-01-20battstat: Add GTK3 supportStefano Karapetsas1-0/+183
2014-01-04battstat applet: save panel space using an empty label instead of -:-- when f...r2rien1-2/+2
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2013-02-28Use libnotify instead of libmatenotifyStefano Karapetsas1-5/+5
2012-11-24battstat: migrate to gsettingsStefano Karapetsas1-17/+15
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2012-04-24upower support added to battstat. Preparing for 1.2.2 release.mate-applets-1.2.2Steve Zesch1-3/+5
2011-11-14initialPerberos1-0/+1714