Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | libgdict: fix emission of lookup-start | raveit65 | 1 | -8/+16 | |
Emit lookup-start at the beginning of every lookup command instead of after receiving response from server. https://bugzilla.gnome.org/show_bug.cgi?id=537807 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701 | |||||
2016-05-17 | mate-dict.pc: depend upon proper gtk version | Kir Kolyshkin | 1 | -1/+1 | |
If the package is built against gtk-3.0 (as in ./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0 since it's hardcoded it there. This can lead to improper builds of packages using libmatedict (although I can't find any now), as well as improper RPM dependencies, like this: $ rpm -e gtk2-devel error: Failed dependencies: ... pkgconfig(gtk+-2.0) is needed by (installed) mate-utils-devel-1.14.0-1gtk3.fc23.x86_64 Fortunately, the file is already generated, so it's trivial to add a proper substitution. [v2: also add min GTK version required] Signed-off-by: Kir Kolyshkin <[email protected]> | |||||
2016-03-03 | use g_timeout_add_seconds for multi-second timeouts | monsta | 2 | -9/+9 | |
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 | 5 | -4/+8 | |
2016-01-23 | GTK3: Expand scrolled windows | Wolfgang Ulbrich | 3 | -0/+11 | |
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 | 10 | -17/+50 | |
2016-01-22 | dictionary: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 5 | -18/+18 | |
2016-01-22 | [GTK+3] dictionary: fix some deprecations | monsta | 1 | -0/+4 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -1/+0 | |
2014-12-15 | Fix deprecated functions | infirit | 5 | -0/+24 | |
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-05-01 | Use DISABLE_DEPRECATED variable for deprecation | infirit | 1 | -5/+1 | |
2014-04-30 | mate-dictionary: Add GTK3 support | Stefano Karapetsas | 2 | -2/+4 | |
2013-06-15 | Fix incorrect FSF addresses | Dan | 1 | -1/+2 | |
2013-04-30 | Closes #6 | Scott Balneaves | 1 | -1/+1 | |
2013-03-24 | Fix libgdict makefile | Stefano Karapetsas | 1 | -2/+2 | |
2013-02-18 | Update makefiles for automake 1.13 | Dan Mashal | 1 | -1/+1 | |
2013-01-25 | Add edit button for dictionary sources and fix typo | Brent Hull | 1 | -3/+3 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 24 | -24/+24 | |
2011-12-14 | Moved from Mate-Extra repository | Stefano Karapetsas | 30 | -0/+13681 | |