summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/gdict-defbox.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj1-8/+2
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-9/+0
2017-08-10dictionary: avoid deprecated GdkDevice objectsraveit651-0/+9
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-164/+4
and require mate-panel >= 1.17
2016-05-30GTK+3 mdict: Drop deprecated API from DefBoxraveit651-0/+84
Remove most of the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=533b6d6
2016-05-30GTK+3 mdict defbox: do not use deprecated gdk_window_get_pointerraveit651-0/+14
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=8be0a24
2016-03-03use g_timeout_add_seconds for multi-second timeoutsmonsta1-5/+5
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383
2016-03-03use G_UNICODE_SPACING_MARK instead of G_UNICODE_COMBINING_MARKmonsta1-1/+1
adapted from https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322
2016-01-27[GTK+3] fix vertical expand of widgets on side panemonsta1-2/+0
2016-01-23GTK3: Expand scrolled windowsWolfgang Ulbrich1-0/+5
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&id=f50f8b5
2016-01-22[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Boxmonsta1-1/+14
2016-01-22dictionary: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-6/+6
2016-01-22[GTK+3] dictionary: fix some deprecationsmonsta1-0/+4
2014-12-15Fix deprecated functionsinfirit1-0/+8
Remove, now unneeded, gdkkeysyms-compat.h include Always use gtk_combo_box_text_new (since Gtk+ 2.24) Gtk3: do not use gdk_cursor_unref Gtk3: replace gtk_hpaned_new Gtk3: replace gtk_widget_modify_font
2014-07-01GDK_KEY_* was introduced in Gtk+ 2.22infirit1-7/+4
2014-07-01Drop support for Glib < 2.36infirit1-10/+1
2014-04-30mate-dictionary: Add GTK3 supportStefano Karapetsas1-1/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2011-12-14Moved from Mate-Extra repositoryStefano Karapetsas1-0/+2927