Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-10 | trashapplet: load menu and ui files from resource bundle | rbuj | 1 | -4/+3 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -4/+0 | |
2020-12-04 | trashapplet: Remove warning about missing initializer | rbuj | 1 | -1/+1 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 1 | -4/+2 | |
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-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-07-10 | trash: fix a -Wincompatible-pointer-types warning | raveit65 | 1 | -1/+1 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -8/+8 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -22/+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 | trashapplet: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+14 | |
2017-01-14 | Trash: fix size allocation warning | lukefromdc | 1 | -2/+3 | |
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -11/+2 | |
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-07-31 | trash-applet: use GtkAbout and update copyright | raveit65 | 1 | -4/+8 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -6/+6 | |
2015-12-17 | GTK3 trash: don't use deprecated gdk_error_trap_pop + GtkMisc | Wolfgang Ulbrich | 1 | -0/+13 | |
2014-11-27 | Fix build with GSEAL | infirit | 1 | -4/+0 | |
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth | |||||
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 1 | -9/+6 | |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 1 | -0/+5 | |
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -20/+0 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+2 | |
2014-02-08 | Fix help uri for applets | infirit | 1 | -1/+1 | |
2014-02-05 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
Also remove the has_separator from the ui files. | |||||
2014-01-20 | trashapplet: Add GTK3 support | Stefano Karapetsas | 1 | -2/+30 | |
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2012-11-24 | trashapplet: migrate to gsettings | Stefano Karapetsas | 1 | -6/+6 | |
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 1 | -1/+1 | |
2011-11-14 | initial | Perberos | 1 | -0/+645 | |