Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
|
|
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.
taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
|
|
|
|
This avoids entering in an infinite loop of unsetting a thumbnail,
relayouting the iconview, updating the adjustment, setting the
thumbnail, relayouting the iconview, updating the adjustment,
unsetting the thumbnail, and so on.
Bug https://bugzilla.gnome.org/show_bug.cgi?id=639312
Based on eog commit a395e95c5df2c4cbae9ce749544ec62820746e40
From Claudio Saavedra <[email protected]>
|
|
By moving initialization code to the constructed() method. See Eog #639139.
https://bugzilla.gnome.org/show_bug.cgi?id=639139
Based on eog commit 0b98b8cc1903142112dd67ecde6a914583087da5
From Claudio Saavedra <[email protected]>
|
|
This is for better interaction with bindings
Based on eog commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49
From Claudio Saavedra <[email protected]>
|
|
|
|
Seems to have a better distribution. At least works better with lower image counts.
Eom bug https://bugzilla.gnome.org/show_bug.cgi?id=633746
Based on eog commit 88407daf16b509dc33256ad11a8941a8eb4e3eb4
From Felix Riemann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|