Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 1 | -8/+2 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -9/+0 | |
2017-08-10 | dictionary: avoid deprecated GdkDevice objects | raveit65 | 1 | -0/+9 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -164/+4 | |
and require mate-panel >= 1.17 | |||||
2016-05-30 | GTK+3 mdict: Drop deprecated API from DefBox | raveit65 | 1 | -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-30 | GTK+3 mdict defbox: do not use deprecated gdk_window_get_pointer | raveit65 | 1 | -0/+14 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=8be0a24 | |||||
2016-03-03 | use g_timeout_add_seconds for multi-second timeouts | monsta | 1 | -5/+5 | |
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383 | |||||
2016-03-03 | use G_UNICODE_SPACING_MARK instead of G_UNICODE_COMBINING_MARK | monsta | 1 | -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 pane | monsta | 1 | -2/+0 | |
2016-01-23 | GTK3: Expand scrolled windows | Wolfgang Ulbrich | 1 | -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}Box | monsta | 1 | -1/+14 | |
2016-01-22 | dictionary: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -6/+6 | |
2016-01-22 | [GTK+3] dictionary: fix some deprecations | monsta | 1 | -0/+4 | |
2014-12-15 | Fix deprecated functions | infirit | 1 | -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-01 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 1 | -7/+4 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -10/+1 | |
2014-04-30 | mate-dictionary: Add GTK3 support | Stefano Karapetsas | 1 | -1/+4 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2011-12-14 | Moved from Mate-Extra repository | Stefano Karapetsas | 1 | -0/+2927 | |