summaryrefslogtreecommitdiff
path: root/mate-dictionary/src
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-01dictionary: fixed indentation a bitmonsta2-33/+33
2015-08-31dictionary: removed unused codeMonsta1-46/+0
2015-08-31dictionary: have applet background automatically paintedMonsta1-18/+0
2015-08-31dictionary: don't require --match option for --no-window to workMonsta1-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-31dictionary: fix indentationMonsta1-19/+17
2015-08-31dictionary: make Ctrl+A and Ctrl+C work in the search fieldMonsta1-3/+9
from https://git.gnome.org/browse/gnome-dictionary/commit/?id=196f65131bff3e0d9b386cda5e071238ab388b9d
2014-12-17mate-dictionary: don't free GError more than onceMonsta2-2/+0
because that error dialog function frees it already
2014-12-16fix GTK+3 buildMonsta1-1/+1
2014-12-15Fix deprecated functionsinfirit1-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-15mate-dictionary: implicit declaration of g_mkdirinfirit1-0/+1
2014-07-01GDK_KEY_* was introduced in Gtk+ 2.22infirit2-14/+8
2014-07-01Drop deprecated g_type_init, type initialized automatically.infirit1-6/+0
2014-04-30mate-dictionary: Add GTK3 supportStefano Karapetsas3-17/+25
2013-12-22Update help uri to the correct locationinfirit3-3/+3
2013-11-05Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-1/+1
2013-08-03Use yelp-tools instead of mate-doc-utilsinfirit4-4/+4
2013-02-18Update makefiles for automake 1.13Dan Mashal1-1/+1
2013-01-26Port mate-dictionary-applet to libmatepanelapplet-4.0Brent Hull2-60/+79
2013-01-25Add edit button for dictionary sources and fix typoBrent Hull1-6/+52
2013-01-25Port mate-dictionary (and applet) to Gsettings (main program based on GNOME ↵Brent Hull12-667/+514
patch)
2012-11-18fixed incorrect fsf addresses.Steve Zesch20-36/+36
2012-05-20Not [~/.config/.mate] but [~/.config/mate] preference directory.Marcel Dijkstra1-2/+2
2012-04-29fix configuration folder creation, thanks to gapanStefano Karapetsas1-3/+3
2012-04-03mate-dictionary: port from ~/.mate2 to ~/.config/mateStefano Karapetsas2-6/+6
2011-12-14Moved from Mate-Extra repositoryStefano Karapetsas22-0/+7788