summaryrefslogtreecommitdiff
path: root/src/eom-thumb-view.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-06A bunch of annotation fixes from Eoginfirit1-2/+2
2015-06-14EogThumbView: Set icon view columns to the real number of imagesraveit651-0/+107
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
2015-06-14EomThumbView: Implement GtkOrientableraveit651-0/+68
2015-06-12EomThumbView: Don't set deprecated follow-state propertyraveit651-0/+2
Since gtk+-3.16 the property is ignored. Silences the deprecation warning. taken from: https://git.gnome.org/browse/eog/commit/?id=40a9883
2014-12-23eom-thumb-view: Fix a memory leakBoris Egorov1-0/+1
2014-07-28Update the thumbview visible range in an idle callbackinfirit1-30/+39
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]>
2014-07-28Workaround GtkIconView breakageinfirit1-51/+86
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]>
2014-07-25Wrap ExifData in a EogExifData boxed typeinfirit1-1/+1
This is for better interaction with bindings Based on eog commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49 From Claudio Saavedra <[email protected]>
2014-07-25Cleanup GtkObject<->GtkWidget code.infirit1-20/+18
2014-07-25Use GRandom as random value generator for random image functioninfirit1-2/+2
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]>
2014-07-24Drop support for glib < 2.36infirit1-4/+0
2013-10-17GTK3 supportLaszlo Boros1-0/+22
2013-02-04replace some deprecated codeElias Aebi1-0/+4
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-06inicialPerberos1-0/+918