summaryrefslogtreecommitdiff
path: root/src/eom-file-chooser.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 3Felix Riemann1-8/+2
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/d7317d2 https://gitlab.gnome.org/GNOME/eog/commit/756dc07 https://gitlab.gnome.org/GNOME/eog/commit/c485fb8 https://gitlab.gnome.org/GNOME/eog/commit/77be951 https://gitlab.gnome.org/GNOME/eog/commit/007273d https://gitlab.gnome.org/GNOME/eog/commit/a545274 https://gitlab.gnome.org/GNOME/eog/commit/e0f99fb https://gitlab.gnome.org/GNOME/eog/commit/1222978
2018-02-12avoid deprecated GtkStockPablo Barciela1-6/+6
2017-04-23EomFileChooser: Use MateThumbnailFactory to create preview imageFelix Riemann1-9/+28
Do this if no thumbnail exists yet. Avoids displaying too large thumbs for images that have yet to be thumbnailed, breaking the file open dialog. https://bugzilla.gnome.org/show_bug.cgi?id=671944 taken from: https://git.gnome.org/browse/eog/commit/?id=57116d5
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-6/+1
and require libmate-desktop >= 1.17
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit651-0/+5
2014-07-25Don't try to thumbnail named pipes in the file open dialoginfirit1-1/+3
In fact this means all "special" files like sockets and device files. This prevents lockups due to file I/O blocking here. Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=623271 Based on eog commit b417c57d846bfa83045de8d74ed35e96ef345e22 From Felix Riemann <[email protected]>
2014-07-24Drop support for glib < 2.36infirit1-8/+0
2013-11-09Update mate-desktop headers pathStefano Karapetsas1-1/+1
2013-02-04fix some more deprecated codeElias Aebi1-0/+8
2012-10-21migrate to gsettingsStefano Karapetsas1-1/+0
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-2/+2
2011-11-06inicialPerberos1-0/+497