summaryrefslogtreecommitdiff
path: root/trashapplet/src
AgeCommit message (Collapse)AuthorFilesLines
2019-04-14Use g_list_free_full() convenience functionrbuj1-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-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
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-12trash applet: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-07-10trash: fix a -Wincompatible-pointer-types warningraveit651-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela2-9/+9
2018-02-04require GTK+ 3.22 and GLib 2.50monsta2-31/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-26gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-3/+13
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-05trashapplet: don't use deprecated gtk_show_uriraveit651-0/+14
2017-07-12avoid deprecated gdk_screen_get_numberZenWalker1-10/+10
2017-04-18trashapplet: remove unused codemonsta2-370/+0
2017-01-14Trash: fix size allocation warninglukefromdc1-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-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-43/+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-31trash-applet: use GtkAbout and update copyrightraveit651-4/+8
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-6/+6
2015-12-19Gtk3 trash applet: with gtk+-3.10 the number of screens is always 1Wolfgang Ulbrich1-0/+4
2015-12-17GTK3 trash: don't use deprecated gdk_error_trap_pop + GtkMiscWolfgang Ulbrich2-0/+17
2014-11-27Fix build with GSEALinfirit1-4/+0
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-9/+6
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas1-1/+1
And also rename binaries without "-2" suffix
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-21/+12
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-02Replace GtkObject with GObject also for gtk2infirit2-32/+0
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas2-1/+4
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-3/+0
Also remove the has_separator from the ui files.
2014-01-20trashapplet: Add GTK3 supportStefano Karapetsas4-2/+63
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-06-02fix some make files for automake-1.13raveit1-1/+1
2012-11-24trashapplet: migrate to gsettingsStefano Karapetsas3-12/+14
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch3-5/+5
2011-12-21adding missing libX11 on ld flagPerberos1-1/+2
2011-11-14initialPerberos6-0/+1642