summaryrefslogtreecommitdiff
path: root/src/eom-thumb-nav.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 1Felix Riemann1-10/+5
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/35c3864 https://gitlab.gnome.org/GNOME/eog/commit/842775b https://gitlab.gnome.org/GNOME/eog/commit/3fe0bd4 https://gitlab.gnome.org/GNOME/eog/commit/2b25632 https://gitlab.gnome.org/GNOME/eog/commit/f0c977d https://gitlab.gnome.org/GNOME/eog/commit/5cdb1b8 https://gitlab.gnome.org/GNOME/eog/commit/dba0bd4 https://gitlab.gnome.org/GNOME/eog/commit/8e31683 https://gitlab.gnome.org/GNOME/eog/commit/3945bb1
2017-04-26EomThumbNav: Fix deprecated function warningFelix Riemann1-1/+2
Just call the callback function directly as that's why the signal was manually triggered in the first place. taken from: https://git.gnome.org/browse/eog/commit/?id=4c86268
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-33/+0
and require libmate-desktop >= 1.17
2015-09-06Gtk3: Stop deprecated GtkArrow usageraveit651-5/+13
Use a matching GtkImage instead Since gtkarrow scaling doesn't work in themes, the arrow displays almost to huge and looks ugly. taken from: https://git.gnome.org/browse/eog/commit/?id=096806f https://git.gnome.org/browse/eog/commit/?id=27fb212
2015-09-06Gtk3: Remove deprecated GtkVBox/GtkHBox usageraveit651-1/+11
The GtkHBox and GtkVBox have been deprecated by now. Also be consistent with the other properties declarations and use PROP_0 instead of PROP = 1. taken from: https://git.gnome.org/browse/eog/commit/?id=81cb068
2015-06-14EogThumbView: Set icon view columns to the real number of imagesraveit651-0/+20
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4 breaking EogThumbView which would scale the thumbnails so small that the thumbview would not be shown itself in single row mode. This should work with gtk+-3.4.2 and earlier as well. taken from: https://git.gnome.org/browse/eog/commit/?id=888b5ed
2014-07-24EomThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12infirit1-0/+20
Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll events. Based on eog commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5 From Felix Riemann <[email protected]>
2014-07-24Use gtk_widget_hide instead of gtk_widget_hide_allinfirit1-12/+8
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
2013-10-17GTK3 supportLaszlo Boros1-0/+4
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-06inicialPerberos1-0/+591