Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
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
|
|
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]>
|
|
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
|
|
|
|
|
|
|