Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-31 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-08-31 | GTK3: Fix deprecated GTK API usage | raveit65 | 4 | -6/+42 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=9bd1a07 | |||||
2015-08-31 | GTK3: Replace uses of deprecated gdk_app_launch_context_new function ↵ | raveit65 | 1 | -0/+5 | |
>=gtk+.3.0.0 taken from: https://git.gnome.org/browse/eog/commit/?id=da78cc9 | |||||
2015-08-31 | GTK3: toolbareditor, use GtkGrid instead of GtkTable | raveit65 | 1 | -1/+77 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=1a382d8 | |||||
2015-08-31 | GTK3: EomScrollView, Convert to GtkGrid | raveit65 | 2 | -1/+30 | |
GtkTable is deprecated. taken from: https://git.gnome.org/browse/eog/commit/?id=c19345e | |||||
2015-08-31 | GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGrids | raveit65 | 1 | -8/+66 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=208361c | |||||
2015-08-31 | GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGrid | raveit65 | 2 | -0/+29 | |
GtkTable has been deprecated in favor of GtkGrid. taken from: https://git.gnome.org/browse/eog/commit/?id=7fd3bcf | |||||
2015-08-31 | GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0 | raveit65 | 4 | -0/+16 | |
2015-08-31 | GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0 | raveit65 | 9 | -0/+45 | |
2015-08-05 | Remove AC_CHECK_HEADER for libexif | infirit | 1 | -3/+0 | |
If pkg-config succeeds headers should be available, fixes #95 | |||||
2015-07-14 | Bump version to 1.10.3eom-1.10.3 | Monsta | 2 | -1/+7 | |
2015-07-14 | help: fix legal page | raveit65 | 1 | -42/+64 | |
2015-07-08 | use valid link to mate feedback page | raveit65 | 1 | -2/+2 | |
2015-07-08 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+6 | |
This reverts commit ffb7f4386582c012fa044f46bd210e1874d51cd1. | |||||
2015-07-08 | show correct help pages in prefs and toolbar-editor dialogs | Monsta | 1 | -1/+1 | |
2015-06-27 | Merge pull request #84 from lyokha/master | Martin Wimpress | 1 | -1/+1 | |
mispositioned brackets in update_scrollbar_values | |||||
2015-06-25 | Merge pull request #85 from NiceandGently/dev-translations | Martin Wimpress | 1 | -6/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -6/+0 | |
2015-06-22 | mispositioned brackets in update_scrollbar_values | lyokha | 1 | -1/+1 | |
make high images scroll bad after zoom-ins until hbar appears | |||||
2015-06-17 | Merge pull request #78 from NiceandGently/dev-translations | Stefano Karapetsas | 2 | -4/+4 | |
fix translations merge issue during build | |||||
2015-06-17 | Bump version to 1.10.2eom-1.10.2 | Martin Wimpress | 2 | -1/+7 | |
2015-06-15 | Merge pull request #83 from monsta/master | Martin Wimpress | 6 | -164/+157 | |
fixes for gschema translation | |||||
2015-06-15 | Merge pull request #81 from NiceandGently/dev-thumbview | Martin Wimpress | 2 | -0/+195 | |
GTK3: fix broken thumbview | |||||
2015-06-15 | Merge pull request #80 from NiceandGently/dev-toolbar | Martin Wimpress | 1 | -2/+7 | |
GTK3: toolbar-editor: Fix a crash when dropping an item to the toolbar | |||||
2015-06-15 | fixes for gschema translation | Monsta | 6 | -164/+157 | |
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 | |||||
2015-06-14 | EogThumbView: Set icon view columns to the real number of images | raveit65 | 2 | -0/+127 | |
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-14 | EomThumbView: Implement GtkOrientable | raveit65 | 1 | -0/+68 | |
2015-06-14 | toolbar-editor: Fix a crash when dropping an item to the toolbar | raveit65 | 1 | -2/+7 | |
action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. taken from: https://git.gnome.org/browse/eog/commit/?id=c754959 | |||||
2015-06-13 | fix translations merge issue during build | raveit65 | 2 | -4/+4 | |
2015-06-13 | Merge pull request #77 from NiceandGently/master | Martin Wimpress | 2 | -1/+13 | |
fix a eom-critical + deprecated follow-state property | |||||
2015-06-12 | EomThumbView: Don't set deprecated follow-state property | raveit65 | 1 | -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 | |||||
2015-06-12 | EomWindow: Hold a reference on the used ThumbView | raveit65 | 1 | -1/+11 | |
The window uses it during runtime so it should keep a reference to it. Due to the necessary unref this avoids critical warnings because of EogThumbView's own disposal routine causing an unwanted signal emission. taken from: https://git.gnome.org/browse/eog/commit/?id=3145fce see: https://bugzilla.gnome.org/show_bug.cgi?id=691517 https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1114012 | |||||
2015-06-12 | Merge pull request #73 from NiceandGently/master | Martin Wimpress | 4 | -63/+12 | |
GTK3: reduce size of the statusbar | |||||
2015-06-12 | Merge branch 'master' of github.com:mate-desktop/eom | raveit65 | 10 | -104/+201 | |
2015-06-12 | Bump version to 1.10.1eom-1.10.1 | Stefano Karapetsas | 2 | -1/+7 | |
2015-06-12 | Sync translations with transifex | mate-i18n | 6 | -79/+85 | |
2015-06-11 | Merge pull request #70 from rezso/master | Martin Wimpress | 1 | -1/+1 | |
Add libutil to PYTHON_LIBS | |||||
2015-06-11 | Merge pull request #75 from monsta/keep-permissions | Martin Wimpress | 2 | -23/+108 | |
don't change file permissions when saving the modified image | |||||
2015-06-04 | don't change file permissions when saving the modified image | Monsta | 2 | -23/+108 | |
adapted from: https://git.gnome.org/browse/eog/commit/?id=4626596c2c179bfe35c4212efced15c38d7337d6 | |||||
2015-05-27 | remove eom_window_window_state_event | raveit65 | 1 | -26/+0 | |
- no need of it after exra resize-grip code is removed taken from https://git.gnome.org/browse/eog/commit/?id=10f1713 | |||||
2015-05-26 | set margin of statusbar to zero | raveit65 | 1 | -0/+5 | |
2015-05-26 | Use a simple GtkLabel for the image counter in the statusbar | raveit65 | 1 | -10/+8 | |
This was an extra GtkStatusbar before. This is not needed anymore as the resize handle now works independently from the GtkStatusbar. Also the GtkLabel seems to require less horizontal space in the statusbar. | |||||
2015-05-26 | Remove extra resize-grip code | raveit65 | 4 | -28/+0 | |
- gtk+ handle this for itself since a long time - with <=3.14 resize-grip is removed - with gtk2 is not affected | |||||
2015-05-05 | Bump version to 1.10.0eom-1.10.0 | Stefano Karapetsas | 2 | -5/+6 | |
2015-04-07 | Add libutil to PYTHON_LIBS | rezso | 1 | -1/+1 | |
to prevent possible "undefined reference to `forkpty'" and "undefined reference to `openpty'" linker errors | |||||
2015-04-05 | Bump version to 1.9.90eom-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-05 | Sync translations with transifex | mate-i18n | 8 | -99/+101 | |
2015-03-15 | Sync translations with transifex | mate-i18n | 96 | -19338/+23305 | |
2015-03-15 | error message area: properly escape the error message markup | Monsta | 1 | -4/+4 | |
cherry-picked from here: https://git.gnome.org/browse/eog/commit/?id=edb39d51119e6bc4447582d720023f1788421893 | |||||
2015-03-15 | some fixes from upstream: | Monsta | 3 | -16/+49 | |
https://git.gnome.org/browse/eog/commit/?id=ffd057a0be9610b49f2dc718060c82c4ee1065be https://git.gnome.org/browse/eog/commit/?id=40919ebb2ce1fd70edae61c7b578c6a7ce8ef432 https://git.gnome.org/browse/eog/commit/?id=a3b769506abbbf7b24547b95c9c99349e99d44c0 Closes https://github.com/mate-desktop/eom/pull/67 |