Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-17 | Make the URI-label in the properties dialog a button showing the folder | Felix Riemann | 1 | -7/+31 | |
This should avoid the label being cut-off while still being informative enough. Clicking the button opens the folder in the file manager. https://bugzilla.gnome.org/show_bug.cgi?id=614869 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/81acc92 | |||||
2018-07-03 | Add an "Open containing folder" command | Akshay Gupta | 2 | -0/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=650402 origin commit: https://git.gnome.org/browse/eog/commit/?id=9df5fd43 | |||||
2018-05-18 | toolbar: add missing popup menu for launching toolbar editor | monsta | 1 | -0/+4 | |
2018-01-30 | drop CSS for GTK+ 3.18 | monsta | 2 | -13/+1 | |
2017-04-27 | multiple-save-as-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -289/+118 | |
2017-05-07 | use different css files for < gtk+=3.20 | raveit65 | 2 | -1/+13 | |
2017-04-24 | settings: use rgb color definition as defaults | raveit65 | 1 | -2/+2 | |
2017-04-23 | UI: avoid using deprecaded widgets | raveit65 | 2 | -302/+470 | |
2017-04-23 | EomPropertiesDialog: Allow RGBA for transparent background color | Felix Riemann | 1 | -0/+2 | |
Now that it is supported in EomScrollView there's no reason not to allow setting an alpha value for the color. taken from: https://git.gnome.org/browse/eog/commit/?id=7d2cf4d | |||||
2017-04-23 | preferences-ui: drop usage of MateColorButton | raveit65 | 1 | -2/+2 | |
There is no call to <libmate-desktop/mate-colorbutton.h> in eom-preferences-dialog.c, so this fixes the usage of setting a color for transparent areas. And MateColorButton support no rgba colors. | |||||
2017-04-22 | css; add settings for progressbar back | raveit65 | 1 | -0/+6 | |
Avoid jumping statusbar if progressbar gets load. Use old and new css syntax to support all gtk+ versions. For some reasons the old syntax generates no warning with modern gtk+. | |||||
2017-04-21 | css: remove useless css settings | raveit65 | 1 | -11/+0 | |
They don't work with >= gtk+-3.20 and causes only runtime warnings It's sufficient to use normal scrollbar settings from themes | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -1/+1 | |
and require libmate-desktop >= 1.17 | |||||
2016-01-02 | drop MateConf migration script | Monsta | 2 | -33/+0 | |
2015-10-06 | fix gtk3 build | raveit65 | 1 | -16/+13 | |
eom.css was not created by make dist | |||||
2015-09-06 | Gtk3: define height of horizontal progressbar to avoid redraws of images | raveit65 | 1 | -0/+4 | |
2015-09-06 | Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProvider | raveit65 | 2 | -0/+12 | |
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41 | |||||
2015-06-15 | fixes for gschema translation | Monsta | 3 | -152/+147 | |
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip | |||||
2014-11-10 | appdata: Move translation marker to description | infirit | 1 | -4/+4 | |
2014-11-09 | appdata: Fixup Makefile.am | infirit | 1 | -1/+2 | |
2014-10-24 | Fix makefile for appdata fileeom-1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-09-23 | Add AppData file | Stefano Karapetsas | 2 | -0/+26 | |
Provided by Richard Hughes <[email protected]> Closes https://github.com/mate-desktop/eom/issues/56 | |||||
2014-07-29 | Have GSettings use enum for transparency style | infirit | 1 | -3/+3 | |
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 From Felix Riemann <[email protected]> ps infirit: eom never had this value in the convert file | |||||
2014-07-29 | Make the image-collection-position GSetting an enum | infirit | 1 | -3/+3 | |
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb From Felix Riemann <[email protected]> | |||||
2014-07-29 | Use GSettings enum support | infirit | 1 | -0/+4 | |
Based on eog commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b From Felix Riemann <[email protected]> | |||||
2014-07-28 | Add "Edit Image" toolbar button | infirit | 1 | -0/+5 | |
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]> | |||||
2014-07-26 | Unite copy to clipboard functions in a single menu entry | infirit | 1 | -3/+0 | |
Also assign a shortcut and icon to it. Based on eog commit 031908baeeac94a398e44e53253ee8454f834242 From Felix Riemann <[email protected]> | |||||
2014-07-26 | Add Copy Image and Copy Path to clipboard functionality | infirit | 1 | -0/+9 | |
Based on eog commit 0b209b1ff16e863e60a1d86413aa57c5fbde76b0 From Adrian Hands <[email protected]> | |||||
2014-07-25 | Fix Makefile for ui files. | infirit | 1 | -10/+5 | |
2014-07-25 | Allow disabling the save-on-close confirmation dialog | infirit | 1 | -0/+4 | |
Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb From Felix Riemann <[email protected]> | |||||
2014-07-25 | Remove any reference to glade* | infirit | 1 | -3/+3 | |
Based on eog commit d26606d6273427777790e998902d86acd57c3393 From Baptiste Mille-Mathias <[email protected]> | |||||
2014-07-24 | Use MateColorButton | infirit | 1 | -2/+2 | |
2014-07-24 | Remove has_searator property from ui files | infirit | 3 | -3/+0 | |
2014-02-12 | Add keywords key to eom.desktop file | Mike Gabriel | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/eom/issues/42 | |||||
2014-01-30 | Add random mode in slideshow mode | Stefano Karapetsas | 2 | -1/+21 | |
Closes #20 https://github.com/mate-desktop/eom/issues/20 | |||||
2013-12-12 | Use GTK_API_VERSION in pkgconfig in files | infirit | 1 | -1/+1 | |
2013-07-31 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2013-07-29 | Use pkgdatadir to install ui filesmate-image-viewer-1.6.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-29 | Fixes for make dist and make distcheck | Stefano Karapetsas | 1 | -1/+1 | |
2013-04-16 | Move filechooser-xdg-fallback key into the correct GSettings schema | Stefano Karapetsas | 1 | -5/+5 | |
2013-04-07 | Fix MateConf convert file | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-17 | remove category MATE | Wolfgang Ulbrich | 1 | -1/+1 | |
2012-12-19 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+33 | |
2012-11-05 | Fix schema error | leigh123linux | 1 | -5/+5 | |
2012-10-21 | add gsettings schema | Stefano Karapetsas | 4 | -321/+138 | |
2011-11-07 | cambiando el nombre para no confundirlo | Perberos | 1 | -1/+1 | |
2011-11-06 | borrando archivos autogenerados | Perberos | 9 | -5244/+0 | |
2011-11-06 | inicial | Perberos | 58 | -0/+14080 | |