Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-26 | Unite copy to clipboard functions in a single menu entry | infirit | 1 | -36/+2 | |
Also assign a shortcut and icon to it. Based on eog commit 031908baeeac94a398e44e53253ee8454f834242 From Felix Riemann <[email protected]> | |||||
2014-07-26 | Allow handling multiple clipboard data formats from one menu entry | infirit | 1 | -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-26 | Add Copy Image and Copy Path to clipboard functionality | infirit | 1 | -0/+63 | |
Based on eog commit 0b209b1ff16e863e60a1d86413aa57c5fbde76b0 From Adrian Hands <[email protected]> | |||||
2014-07-25 | Use default page settings when opening print dialog the first time | infirit | 1 | -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-25 | Allow disabling the save-on-close confirmation dialog | infirit | 1 | -1/+5 | |
Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb From Felix Riemann <[email protected]> | |||||
2014-07-25 | Ignore drag&drop requests from a window onto itself | infirit | 1 | -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-25 | Make toolbar editor expand vertically to fully use the dialog's space | infirit | 1 | -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-25 | Use gtk_paned_new() instead gtk_[h|v]paned_new() | infirit | 1 | -0/+12 | |
Based on eog commit 1564455e2585cfee8dd30d7adbe65715608aee03 From Javier Jardón <[email protected]> | |||||
2014-07-25 | Clear status + titlebar when deleting last image in collection | infirit | 1 | -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-25 | Plug leaked glist in EogWindow | infirit | 1 | -1/+2 | |
Based on eog commit 4f8def2160c053d910c15f53ace97ab7431c4bee From Claudio Saavedra <[email protected]> | |||||
2014-07-25 | Minor optimization | infirit | 1 | -2/+3 | |
GList should always be prepended and reversed later. Based on eog commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899 From Claudio Saavedra <[email protected]> | |||||
2014-07-24 | Remove all calls to gtk_dialog_set_has_separator | infirit | 1 | -9/+0 | |
2014-07-24 | Drop support for gtk+ < 2.24 | infirit | 1 | -24/+0 | |
2014-07-24 | Use gtk_widget_hide instead of gtk_widget_hide_all | infirit | 1 | -4/+3 | |
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide. | |||||
2014-07-24 | Drop support for glib < 2.36 | infirit | 1 | -4/+0 | |
2014-01-30 | Fix copyright in about dialogeom-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-30 | Add random mode in slideshow mode | Stefano Karapetsas | 1 | -0/+12 | |
Closes #20 https://github.com/mate-desktop/eom/issues/20 | |||||
2014-01-25 | Update copyright in about window | Stefano Karapetsas | 1 | -1/+2 | |
2013-11-09 | Update mate-desktop headers path | Stefano Karapetsas | 1 | -3/+3 | |
2013-10-17 | Quick fix, uncommenting in eom-window.c | Laszlo Boros | 1 | -5/+1 | |
2013-10-17 | GTK3 support | Laszlo Boros | 1 | -0/+21 | |
2013-09-26 | Migration to lcms2 | Stefano Karapetsas | 1 | -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-30 | Merge pull request #16 from eyelash/gseal | Stefano Karapetsas | 1 | -15/+15 | |
replace GDK_<keyname> with GDK_KEY_<keyname> | |||||
2013-04-25 | replace GDK_<keyname> with GDK_KEY_<keyname> | Elias Aebi | 1 | -15/+15 | |
2013-04-21 | Merge pull request #15 from eyelash/gseal | Stefano Karapetsas | 1 | -1/+1 | |
replace direct struct access with accessor functions | |||||
2013-04-21 | replace direct struct access with accessor functions in order to make it ↵ | Elias Aebi | 1 | -1/+1 | |
build with GSEAL_ENABLE | |||||
2013-04-16 | Move filechooser-xdg-fallback key into the correct GSettings schema | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-21 | migrate to gsettings | Stefano Karapetsas | 1 | -385/+199 | |
2012-10-21 | fix GNOME Documentation team | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-04 | Fixed incorrect fsf addresses. Closes #4. | Steve Zesch | 1 | -2/+2 | |
2011-12-30 | updated info for MATE Desktop | Stefano Karapetsas | 1 | -2/+7 | |
2011-11-06 | inicial | Perberos | 1 | -0/+5796 | |