Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-20 | Merge pull request #126 from flexiondotorg/master | Martin Wimpress | 1 | -3/+4 | |
Fix the zoom and scroll performance. Closes #105. | |||||
2016-06-08 | Fix the zoom and scroll performance. Closes #105. | Martin Wimpress | 1 | -3/+4 | |
Adapted from https://git.gnome.org/browse/eog/commit/?id=3d1859e321b9dea27e49bab9626044f3f5835420 | |||||
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -2/+8 | |
2016-06-08 | sync with Transiflex | raveit65 | 2 | -10/+12 | |
2016-06-03 | remove old gnome file | monsta | 2 | -31/+0 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 2 | -1/+7 | |
2016-05-21 | sync with transiflex | raveit65 | 9 | -161/+3170 | |
2016-05-11 | Fix new windows not getting focus | Björn Weber | 1 | -2/+18 | |
fixes (Issue #119) | |||||
2016-04-12 | README: don't mention old requirements | monsta | 1 | -2/+1 | |
2016-04-07 | update NEWS a bitv1.14.0 | monsta | 1 | -0/+1 | |
2016-04-07 | drop ancient gnome leftovers | monsta | 4 | -3463/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -2/+2 | |
2016-04-06 | Fix Changelog generation | raveit65 | 1 | -15/+10 | |
2016-04-06 | add new languages and sync with transiflex | raveit65 | 97 | -20115/+26692 | |
2016-04-05 | update NEWS and pack 1.13.x changes into single 1.14.0 entry | monsta | 1 | -13/+15 | |
2016-04-05 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-03-30 | window: fix indent (mostly) | monsta | 1 | -187/+187 | |
2016-03-30 | fix a few typos in the comments | monsta | 2 | -3/+3 | |
2016-03-30 | auto-reload unmodified images when their file is changed | monsta | 1 | -0/+6 | |
from https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24 fixes https://github.com/mate-desktop/eom/issues/69 | |||||
2016-03-21 | Fix formatting for manpage: eom -f and -s examples | ZrN-kAyDqY | 1 | -2/+2 | |
Rewrote the information in the manpage for the examples "eom -f" and "eom -s", to make it clearer and eliminate the stretching of text across the page. | |||||
2016-02-28 | fix svg rendering that's broken with GTK+3 | monsta | 1 | -1/+3 | |
from https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a | |||||
2016-02-27 | Drop size-request signal callback for fullscreen toolbar | raveit65 | 1 | -12/+0 | |
Didn't work with GTK-3 and caused critical warnings when entering fullscreen mode. Just removing the callback seems to be sufficient as the toolbar's size request is set when entering fullscreen mode anyway. https://bugzilla.gnome.org/show_bug.cgi?id=653162 example warning: (eom:10676): GLib-GObject-WARNING **: gsignal.c:2417: signal 'size_request' is invalid for instance '0x563599a10b00' of type 'GtkWindow' taken from: https://git.gnome.org/browse/eog/commit/?id=1cc2606 | |||||
2016-02-26 | add css name EggToolbarEditor | raveit65 | 1 | -0/+5 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 2 | -1/+12 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 16 | -3698/+3702 | |
2016-02-10 | plugins: don't use stock icon names | monsta | 2 | -2/+2 | |
from https://git.gnome.org/browse/eog/commit/?id=61de8b684c706e1c71fc6d51bdc99601391ab029 | |||||
2016-02-10 | properly zero-init a variable | monsta | 1 | -0/+2 | |
from https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25 | |||||
2016-02-10 | avoid integer overflow when allocating a large block of memory | monsta | 1 | -1/+1 | |
it's the same issue as in gdk_cairo_set_source_pixbuf since the code is apparently copied from there. fix is taken from https://git.gnome.org/browse/gtk+/commit?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6 | |||||
2016-02-09 | totem-screensaver: use org.gnome.SessionManager to inhibit screensaver | monsta | 1 | -12/+15 | |
adapted from: https://git.gnome.org/browse/totem/commit/?id=c6fc9c4785904cda4b648dbdbd24958d1010c4a1 https://github.com/linuxmint/xreader/commit/feca69fe519d4c24457d17c0287704aa47688e22 https://github.com/linuxmint/xreader/commit/af897180ec8fb30afb2f96dab23a2f2ae022f087 | |||||
2016-02-09 | totem-screensaver: don't use old API and add ref to TotemScrsaver | monsta | 1 | -34/+8 | |
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5 | |||||
2016-02-09 | totem-screensaver: fix assertions on entry to TotemScrsaver methods | monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88 | |||||
2016-02-09 | totem-screensaver: fix indent and typos | monsta | 1 | -15/+16 | |
2016-02-06 | GTK+3: add eom-window style class at top level | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-02-01 | fix build warnings and remove useless nested #if | monsta | 3 | -12/+5 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+6 | |
2016-01-25 | GTK3: fix previous GtkMisc deprecation commit | Wolfgang Ulbrich | 5 | -40/+46 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -2/+5 | |
2016-01-02 | drop MateConf migration script | Monsta | 2 | -33/+0 | |
2015-12-31 | use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptime | monsta | 1 | -0/+1 | |
from https://git.gnome.org/browse/eog/commit?id=b7c68b1ffe2ebcc81d6daa947d8ee94ad4e7e2c5 | |||||
2015-12-31 | add missing #ifdef to avoid possible "unused function" warning | monsta | 1 | -0/+2 | |
2015-12-16 | Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewport | Wolfgang Ulbrich | 1 | -3/+3 | |
2015-12-14 | GTK3: fix deprecated gtk_{v/h}separator_new | Wolfgang Ulbrich | 2 | -0/+8 | |
2015-12-14 | GTK3: don't use deprecated gtk_icon_size_lookup_for_settings | Wolfgang Ulbrich | 2 | -4/+26 | |
2015-12-14 | Gtk3: fix typo in gtk version in previous commit | Wolfgang Ulbrich | 3 | -3/+3 | |
2015-12-14 | GTK3: replace more deprecated GtkVBox usage | Wolfgang Ulbrich | 3 | -0/+27 | |
2015-12-14 | GTK3: don't use deprecated gtk_hbutton_box_new | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-14 | Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 2 | -0/+4 | |
2015-12-13 | fix GTK+3 build when --without-cms is set | Monsta | 1 | -2/+6 | |
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid | |||||
2015-12-13 | configure.ac: Drop unneeded check for Sunkeysym header | Monsta | 1 | -6/+0 | |
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01 | |||||
2015-12-12 | fix more introspections warnings | Wolfgang Ulbrich | 4 | -5/+54 | |
partially taken from: https://git.gnome.org/browse/eog/commit/?id=1b22c52 https://git.gnome.org/browse/eog/commit/?id=e51fe58 |