summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23add git.mk to generate .gitignoretamplan1-0/+1
2020-01-20gettext: Fix locale dirrbuj1-1/+1
This allows to load the translations.
2019-10-01WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for nowrbuj1-1/+0
2019-10-01Add WARN_CFLAGS to CFLAGSrbuj1-1/+7
2019-09-02gdict-source-loader: avoid 'g_type_class_add_private'Pablo Barciela1-7/+3
2019-09-02gdict-source: avoid 'g_type_class_add_private'Pablo Barciela1-8/+3
2019-09-02gdict-client-context: avoid 'g_type_class_add_private'Pablo Barciela1-6/+4
2019-09-02gdict-database-chooser: avoid 'g_type_class_add_private'Pablo Barciela1-9/+4
2019-07-04Remove trailing whitespacesLaurent Napias8-68/+68
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj4-39/+16
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2018-02-14avoid deprecated GtkStockPablo Barciela3-3/+15
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-9/+0
2017-08-10dictionary: avoid deprecated GdkDevice objectsraveit651-0/+9
2017-03-14mate-dictionary: include correct header to fix occasional FTBFSmonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta6-342/+5
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta1-1/+1
2016-11-20fix distcheck breakage that somehow was hiding here for years unnoticedmonsta1-10/+6
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53
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: Drop deprecated API from StrategyChooserraveit651-3/+33
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=2cd2500
2016-05-30GTK+-3 mdict: Drop deprecated API from Spellerraveit651-1/+29
Remove all 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=f9c484d
2016-05-30GTK+3 mdict: Drop deprecated API from SourceChooserraveit651-5/+28
Remove all 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=d078eaf
2016-05-30GTK+3 mdict: Drop deprecated API from DatabaseChooserraveit651-1/+17
- deprecated composite-child API - deprecated gdk_cursor_new taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2ab2182
2016-05-30libgdict: fix emission of lookup-startraveit651-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-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-05-17mate-dict.pc: depend upon proper gtk versionKir Kolyshkin1-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-03use g_timeout_add_seconds for multi-second timeoutsmonsta2-9/+9
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 panemonsta5-4/+8
2016-01-23GTK3: Expand scrolled windowsWolfgang Ulbrich3-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}Boxmonsta10-17/+50
2016-01-22dictionary: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta5-18/+18
2016-01-22[GTK+3] dictionary: fix some deprecationsmonsta1-0/+4
2015-09-25configure: drop useless --enable-deprecated optionMonsta1-1/+0
2014-12-15Fix deprecated functionsinfirit5-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-01GDK_KEY_* was introduced in Gtk+ 2.22infirit1-7/+4
2014-07-01Drop support for Glib < 2.36infirit1-10/+1
2014-05-01Use DISABLE_DEPRECATED variable for deprecationinfirit1-5/+1
2014-04-30mate-dictionary: Add GTK3 supportStefano Karapetsas2-2/+4
2013-06-15Fix incorrect FSF addressesDan1-1/+2
2013-04-30Closes #6Scott Balneaves1-1/+1
2013-03-24Fix libgdict makefileStefano Karapetsas1-2/+2
2013-02-18Update makefiles for automake 1.13Dan Mashal1-1/+1
2013-01-25Add edit button for dictionary sources and fix typoBrent Hull1-3/+3
2012-11-18fixed incorrect fsf addresses.Steve Zesch24-24/+24
2011-12-14Moved from Mate-Extra repositoryStefano Karapetsas30-0/+13681