summaryrefslogtreecommitdiff
path: root/mate-dictionary/src
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06gdict-pref-dialog: Simplify notebook scroll eventrbuj1-27/+31
2020-07-06gdict-applet.c: change "Preferences" menu icon for harmonizationtamplan1-1/+1
2020-06-23add git.mk to generate .gitignoretamplan1-0/+2
2020-06-13mate-dictionary-source.ui: Fix deprecationsrbuj1-2/+2
2020-04-14expand the comments on about dialogsrbuj1-1/+1
2020-03-11mate-dictionary: remove unused function 'gdict_window_set_statusbar_visible'rbuj1-24/+0
2020-03-09Define custom macros for wrapping the calls to gtk_builder_get_objectrbuj2-32/+32
2020-03-05mate-dictionary: warnings variable defined but not usedrbuj1-10/+0
2020-01-20gettext: Fix locale dirrbuj1-1/+1
This allows to load the translations.
2020-01-13Update copyright to 2020raveit651-1/+1
2019-10-01Add WARN_CFLAGS to CFLAGSrbuj1-0/+2
2019-09-02gdict-aligned-window: avoid 'g_type_class_add_private'Pablo Barciela1-7/+3
2019-09-02gdict-sidebar: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-09-02gdict-applet: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-07-06Add scroll tabs with mouse wheelLaurent Napias1-0/+64
2019-07-04Remove trailing whitespacesLaurent Napias12-436/+436
2019-05-07Remove unused variablesrbuj2-8/+3
2019-05-03gdict-applet: Variable 'detail' is allocated memory that is never usedrbuj1-1/+1
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj2-13/+5
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2019-03-24Update documenters in about dialogrbuj1-2/+9
2019-03-24mate-dictionary: Use g_strjoin to build license textrbuj1-18/+23
full stop at end of sentence in license paragraphs
2019-03-24Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-02-16Make translatable the copyright in about dialogrbuj1-3/+2
2018-09-24mate-dictionary: Fix memory leakPablo Barciela1-6/+9
2018-09-23dictionary: replace deprecated gdk_flushraveit651-1/+3
2018-09-23dictionary: replace deprecated gtk_menu_popupraveit651-31/+10
2018-09-23dictionary: Replace deprecated GtkFontButton accessorsEmmanuele Bassi1-4/+4
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146
2018-02-14avoid deprecated GtkStockPablo Barciela4-36/+51
2018-01-30require GTK+ 3.22 and GLib 2.50monsta5-33/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-21WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+3
This commit reverts: https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2 https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5 And it applies an alternative to fix the deprecated functions: gkd_screen_width gdk_screen_height gdk_screen_get_width gdk_screen_get_height
2017-10-09baobab/logview/dictionary: add our copyright to About dialogmonsta1-1/+2
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-08-21gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+12
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-11avoid deprecated gdk_screen_width/heightZenWalker1-2/+6
2017-07-29gdict-applet: don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-28don't use deprecated gtk_show_uriraveit653-1/+13
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta5-172/+5
and require mate-panel >= 1.17
2016-09-01avoid deprecated gdk_cursor_new ()raveit651-1/+4
2016-05-30GTK+3 mdict window: Do not use deprecate composite-child APIraveit652-3/+11
It's useless anyway. https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608
2016-05-30mdict: Remove assertion in sidebar coderaveit651-1/+2
Allow the sidebar page to be unset. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
2016-05-30Gtk+3 mdict sidebar: do not use derecated GtkArrowraveit651-0/+4
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8
2016-05-30GTK+3 mdict: do not use deprecated gtk_widget_size_requestraveit653-3/+15
2016-05-29GTK3 dictionary: Remove style_set class handlerraveit651-5/+4
The ::style-set signal should not be used, and we don't need to resize on style changes. This eliminates an assertion triggered by the resize grip. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=3313b7c
2016-05-24Dictionary: Fix Gtk3.21 segfault lukefromdc1-1/+5
Fix GTK 3.21 segfault caused by issue with calling gtk_widget_realize at this point in the program. Show the widget instead as this does the same thing implicitly and doesn't segfault. Restrict this to GTK 3.21 for now. Mate-dictionary windows haven't resized to fit text all the way back to MATE 1.10 as tested with GTK 3.14, so this whole function needs to either be fixed or removed. My earlier prevented it from being called by disabling a function that used GtkStyle but in this case GtkStyle isn't causing trouble -yet.
2016-03-03sidebar: don't select unrealized menu itemsmonsta1-3/+6
fixes warnings on startup and UI freeze after selecting "New" menu item with GTK+ >= 3.18 from https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
2016-01-23GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new ()Wolfgang Ulbrich1-0/+5
2016-01-22[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Boxmonsta3-4/+25
2016-01-22dictionary: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta2-5/+4
2016-01-22[GTK+3] dictionary: fix some deprecationsmonsta3-1/+14
2015-09-01dictionary: drop command-line options that did nothing at allmonsta2-10/+0