Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-16 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2019-04-14 | Fix use-after-free clang warning | rbuj | 1 | -2/+2 | |
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-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -0/+7 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -6/+3 | |
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-05-12 | battstat: Load theme icons instead of pixmaps | Victor Kareh | 1 | -525/+63 | |
Also remove the outdated option for expanded view. | |||||
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -0/+1 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -5/+5 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
2017-08-05 | battstat: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -94/+3 | |
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it. | |||||
2016-08-31 | GTK+-3 battstat: port GtkTable to GtkGrid | raveit65 | 1 | -0/+80 | |
2016-07-31 | battstat: drop MateAbout usage and update copyright | raveit65 | 1 | -6/+7 | |
2014-12-30 | battstat applet: remove HAL support | Monsta | 1 | -10/+5 | |
2014-11-26 | Gtk3: don't use deprecated gtk_widget_size_request | infirit | 1 | -0/+4 | |
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 1 | -0/+5 | |
2014-11-26 | batstat: Use cairo for drawing also in Gtk2. | infirit | 1 | -209/+0 | |
2014-06-02 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -4/+0 | |
gdk_x11_window_foreign_new_for_display | since 2.24 gdk_window_get_width | since 2.24 gdk_window_get_height | since 2.24 gdk_x11_display_get_xdisplay | since 2.2 gdk_window_get_display | since 2.24 gdk_x11_window_foreign_new_for_display | since 2.24 GDK_WINDOW_XID | since always GDK_SCREEN_XDISPLAY | since always | |||||
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -22/+0 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+3 | |
2014-02-08 | Fix help uri for applets | infirit | 1 | -2/+2 | |
2014-02-05 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -7/+0 | |
Also remove the has_separator from the ui files. | |||||
2014-01-20 | battstat: Add GTK3 support | Stefano Karapetsas | 1 | -0/+183 | |
Code taken from: https://git.gnome.org/browse/gnome-applets/commit/battstat?id=274f17fe92b98b5a0bdd31de734240b4cc6227e9 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=137c00e2de6098b0ecef75ec208d58de138d7a82 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=13522dcb2cb272b11214728c69c9ec179de78e2d | |||||
2014-01-04 | battstat applet: save panel space using an empty label instead of -:-- when ↵ | r2rien | 1 | -2/+2 | |
fully charged or unknown | |||||
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -2/+2 | |
2013-02-28 | Use libnotify instead of libmatenotify | Stefano Karapetsas | 1 | -5/+5 | |
2012-11-24 | battstat: migrate to gsettings | Stefano Karapetsas | 1 | -17/+15 | |
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 1 | -1/+1 | |
2012-04-24 | upower support added to battstat. Preparing for 1.2.2 release.mate-applets-1.2.2 | Steve Zesch | 1 | -3/+5 | |
2011-11-14 | initial | Perberos | 1 | -0/+1714 | |