Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-10 | mate-dictionary: fix memory leak | rbuj | 1 | -0/+3 | |
2021-06-25 | update copyright to 2021 | raveit65 | 25 | -0/+25 | |
2021-02-08 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+2 | |
2020-12-07 | Add legal notice in Makefile.am files | rbuj | 1 | -0/+15 | |
2020-12-07 | GNU GPL 2 license notice without post box, after copyright notice | rbuj | 25 | -312/+287 | |
- Use always the same code snippet for including the top-level config.h | |||||
2020-11-25 | gdict-utils: Fix comment | rbuj | 1 | -1/+1 | |
2020-11-25 | gdict-utils: variable 'env_string' set but not used | rbuj | 1 | -5/+1 | |
2020-06-23 | add git.mk to generate .gitignore | tamplan | 1 | -0/+1 | |
2020-01-20 | gettext: Fix locale dir | rbuj | 1 | -1/+1 | |
This allows to load the translations. | |||||
2019-10-01 | WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for now | rbuj | 1 | -1/+0 | |
2019-10-01 | Add WARN_CFLAGS to CFLAGS | rbuj | 1 | -1/+7 | |
2019-09-02 | gdict-source-loader: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-09-02 | gdict-source: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+3 | |
2019-09-02 | gdict-client-context: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+4 | |
2019-09-02 | gdict-database-chooser: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+4 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 8 | -68/+68 | |
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 4 | -39/+16 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2018-02-14 | avoid deprecated GtkStock | Pablo Barciela | 3 | -3/+15 | |
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 | |
2017-03-14 | mate-dictionary: include correct header to fix occasional FTBFS | monsta | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948 | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 6 | -342/+5 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 1 | -1/+1 | |
2016-11-20 | fix distcheck breakage that somehow was hiding here for years unnoticed | monsta | 1 | -10/+6 | |
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53 | |||||
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: Drop deprecated API from StrategyChooser | raveit65 | 1 | -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-30 | GTK+-3 mdict: Drop deprecated API from Speller | raveit65 | 1 | -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-30 | GTK+3 mdict: Drop deprecated API from SourceChooser | raveit65 | 1 | -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-30 | GTK+3 mdict: Drop deprecated API from DatabaseChooser | raveit65 | 1 | -1/+17 | |
- deprecated composite-child API - deprecated gdk_cursor_new taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2ab2182 | |||||
2016-05-30 | 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-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-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 | |