Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-29 | gdict-applet: Variable 'detail' is allocated memory that is never used | rbuj | 1 | -1/+1 | |
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 2 | -13/+5 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2019-03-24 | Update documenters in about dialog | rbuj | 1 | -2/+9 | |
2019-03-24 | mate-dictionary: Use g_strjoin to build license text | rbuj | 1 | -18/+23 | |
full stop at end of sentence in license paragraphs | |||||
2019-03-24 | Use program-name and title in gtk_show_about_dialog call | rbuj | 1 | -1/+2 | |
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 1 | -3/+2 | |
2018-09-24 | mate-dictionary: Fix memory leak | Pablo Barciela | 1 | -6/+9 | |
2018-09-23 | dictionary: replace deprecated gdk_flush | raveit65 | 1 | -1/+3 | |
2018-09-23 | dictionary: replace deprecated gtk_menu_popup | raveit65 | 1 | -31/+10 | |
2018-09-23 | dictionary: Replace deprecated GtkFontButton accessors | Emmanuele Bassi | 1 | -4/+4 | |
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146 | |||||
2018-02-14 | avoid deprecated GtkStock | Pablo Barciela | 4 | -36/+51 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 5 | -33/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-21 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -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-09 | baobab/logview/dictionary: add our copyright to About dialog | monsta | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/80 | |||||
2017-08-21 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+12 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-11 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -2/+6 | |
2017-07-29 | gdict-applet: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 3 | -1/+13 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 5 | -172/+5 | |
and require mate-panel >= 1.17 | |||||
2016-09-01 | avoid deprecated gdk_cursor_new () | raveit65 | 1 | -1/+4 | |
2016-05-30 | GTK+3 mdict window: Do not use deprecate composite-child API | raveit65 | 2 | -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-30 | mdict: Remove assertion in sidebar code | raveit65 | 1 | -1/+2 | |
Allow the sidebar page to be unset. taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6 | |||||
2016-05-30 | Gtk+3 mdict sidebar: do not use derecated GtkArrow | raveit65 | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8 | |||||
2016-05-30 | GTK+3 mdict: do not use deprecated gtk_widget_size_request | raveit65 | 3 | -3/+15 | |
2016-05-29 | GTK3 dictionary: Remove style_set class handler | raveit65 | 1 | -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-24 | Dictionary: Fix Gtk3.21 segfault | lukefromdc | 1 | -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-03 | sidebar: don't select unrealized menu items | monsta | 1 | -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-23 | GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new () | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-22 | [GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box | monsta | 3 | -4/+25 | |
2016-01-22 | dictionary: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -5/+4 | |
2016-01-22 | [GTK+3] dictionary: fix some deprecations | monsta | 3 | -1/+14 | |
2015-09-01 | dictionary: drop command-line options that did nothing at all | monsta | 2 | -10/+0 | |
2015-09-01 | dictionary: fixed indentation a bit | monsta | 2 | -33/+33 | |
2015-08-31 | dictionary: removed unused code | Monsta | 1 | -46/+0 | |
2015-08-31 | dictionary: have applet background automatically painted | Monsta | 1 | -18/+0 | |
2015-08-31 | dictionary: don't require --match option for --no-window to work | Monsta | 1 | -1/+1 | |
as stated in manpage, --no-window works in conjunction with --look-up option. due to a logic error, the app also required --match option (which does nothing in this case) to be specified. this is now fixed. | |||||
2015-08-31 | dictionary: fix indentation | Monsta | 1 | -19/+17 | |
2015-08-31 | dictionary: make Ctrl+A and Ctrl+C work in the search field | Monsta | 1 | -3/+9 | |
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d | |||||
2014-12-17 | mate-dictionary: don't free GError more than once | Monsta | 2 | -2/+0 | |
because that error dialog function frees it already | |||||
2014-12-16 | fix GTK+3 build | Monsta | 1 | -1/+1 | |
2014-12-15 | Fix deprecated functions | infirit | 1 | -0/+4 | |
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-12-15 | mate-dictionary: implicit declaration of g_mkdir | infirit | 1 | -0/+1 | |
2014-07-01 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 2 | -14/+8 | |
2014-07-01 | Drop deprecated g_type_init, type initialized automatically. | infirit | 1 | -6/+0 | |
2014-04-30 | mate-dictionary: Add GTK3 support | Stefano Karapetsas | 3 | -17/+25 | |
2013-12-22 | Update help uri to the correct location | infirit | 3 | -3/+3 | |
2013-11-05 | Fix Sun GNOME Documentation Team references | Stefano Karapetsas | 1 | -1/+1 | |
2013-08-03 | Use yelp-tools instead of mate-doc-utils | infirit | 4 | -4/+4 | |
2013-02-18 | Update makefiles for automake 1.13 | Dan Mashal | 1 | -1/+1 | |