summaryrefslogtreecommitdiff
path: root/src/eom-window.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-26Unite copy to clipboard functions in a single menu entryinfirit1-36/+2
Also assign a shortcut and icon to it. Based on eog commit 031908baeeac94a398e44e53253ee8454f834242 From Felix Riemann <[email protected]>
2014-07-26Allow handling multiple clipboard data formats from one menu entryinfirit1-5/+6
The new class "snapshots" the required data from the given EomImage and keeps it around for clipboard usage until the clipboard gets reset. Based on eog commit dcb56b03e9c9282138b9da94eddcedfc401ab750 From Felix Riemann <[email protected]>
2014-07-26Add Copy Image and Copy Path to clipboard functionalityinfirit1-0/+63
Based on eog commit 0b209b1ff16e863e60a1d86413aa57c5fbde76b0 From Adrian Hands <[email protected]>
2014-07-25Use default page settings when opening print dialog the first timeinfirit1-3/+21
Use the default page setup the first time after application start. Then re-use the last used page setup for rest of the time. Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=549039 Based on eog commit 796aae00058655d6f9e796f36fd7420991c657a7 From Marek Kašík <[email protected]>
2014-07-25Allow disabling the save-on-close confirmation dialoginfirit1-1/+5
Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb From Felix Riemann <[email protected]>
2014-07-25Ignore drag&drop requests from a window onto itselfinfirit1-0/+13
Avoids accidential DnD of an image into the same window (e.g. while trying to scroll) and the resulting reload. Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=585069 Based on eog commit 6a406bf93969a73159b67eefe125f700a1f82126 From Felix Riemann <[email protected]>
2014-07-25Make toolbar editor expand vertically to fully use the dialog's spaceinfirit1-0/+5
Editor only showed a single row of items due to the changed expand behaviour in GTK+-3 before. Based on eog commit 685ea8bd493b3832f9e245dd2da294ef9edf15c3 From Felix Riemann <[email protected]>
2014-07-25Use gtk_paned_new() instead gtk_[h|v]paned_new()infirit1-0/+12
Based on eog commit 1564455e2585cfee8dd30d7adbe65715608aee03 From Javier Jardón <[email protected]>
2014-07-25Clear status + titlebar when deleting last image in collectioninfirit1-6/+15
Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=632458 Based on eog commit 7a6ea9ee0e5e8a2d89fd16f241a693c5a56f3b78 From Felix Riemann <[email protected]>
2014-07-25Plug leaked glist in EogWindowinfirit1-1/+2
Based on eog commit 4f8def2160c053d910c15f53ace97ab7431c4bee From Claudio Saavedra <[email protected]>
2014-07-25Minor optimizationinfirit1-2/+3
GList should always be prepended and reversed later. Based on eog commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899 From Claudio Saavedra <[email protected]>
2014-07-24Remove all calls to gtk_dialog_set_has_separatorinfirit1-9/+0
2014-07-24Drop support for gtk+ < 2.24infirit1-24/+0
2014-07-24Use gtk_widget_hide instead of gtk_widget_hide_allinfirit1-4/+3
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
2014-07-24Drop support for glib < 2.36infirit1-4/+0
2014-01-30Fix copyright in about dialogeom-1.7.0Stefano Karapetsas1-1/+1
2014-01-30Add random mode in slideshow modeStefano Karapetsas1-0/+12
Closes #20 https://github.com/mate-desktop/eom/issues/20
2014-01-25Update copyright in about windowStefano Karapetsas1-1/+2
2013-11-09Update mate-desktop headers pathStefano Karapetsas1-3/+3
2013-10-17Quick fix, uncommenting in eom-window.cLaszlo Boros1-5/+1
2013-10-17GTK3 supportLaszlo Boros1-0/+21
2013-09-26Migration to lcms2Stefano Karapetsas1-10/+1
Closes #25 https://github.com/mate-desktop/mate-image-viewer/issues/25 See https://git.gnome.org/browse/eog/commit/?id=3c3a835
2013-04-30Merge pull request #16 from eyelash/gsealStefano Karapetsas1-15/+15
replace GDK_<keyname> with GDK_KEY_<keyname>
2013-04-25replace GDK_<keyname> with GDK_KEY_<keyname>Elias Aebi1-15/+15
2013-04-21Merge pull request #15 from eyelash/gsealStefano Karapetsas1-1/+1
replace direct struct access with accessor functions
2013-04-21replace direct struct access with accessor functions in order to make it ↵Elias Aebi1-1/+1
build with GSEAL_ENABLE
2013-04-16Move filechooser-xdg-fallback key into the correct GSettings schemaStefano Karapetsas1-1/+1
2012-10-21migrate to gsettingsStefano Karapetsas1-385/+199
2012-10-21fix GNOME Documentation teamStefano Karapetsas1-1/+1
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-2/+2
2011-12-30updated info for MATE DesktopStefano Karapetsas1-2/+7
2011-11-06inicialPerberos1-0/+5796