Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-30 | fix indent in some places | monsta | 8 | -138/+177 | |
2016-11-30 | eom-jobs: fix typo in annotation | monsta | 1 | -1/+1 | |
2016-11-30 | plugins: remove ancient local ChangeLog | monsta | 1 | -159/+0 | |
2016-11-30 | doc: remove reference to non-existent function | monsta | 1 | -1/+0 | |
2016-11-28 | remove references to non-existent function | monsta | 2 | -5/+0 | |
2016-11-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-11-27 | EomScrollView: remove style_set | monsta | 1 | -14/+0 | |
as done in: https://git.gnome.org/browse/eog/commit/?id=b099142374f277817e1f0c09c9ef743179184be1 | |||||
2016-11-27 | remove unused finalize/destroy methods from thumbview | monsta | 1 | -19/+1 | |
they were just chaining up to parent and did nothing else | |||||
2016-11-27 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+5 | |
2016-11-27 | sync with transifex | raveit65 | 7 | -125/+1633 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 28 | -757/+35 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | drop Python plugins support and --enable-python build option | monsta | 17 | -2610/+5 | |
it requires PyGTK so won't even build with GTK+3 | |||||
2016-11-21 | fix indent a bit | monsta | 2 | -4/+4 | |
2016-10-17 | prefs dialog: fix runtime warning | monsta | 1 | -0/+1 | |
when "Transparent Parts" option is set to "As background", opening prefs dialog gives a warning. this adds a line missing in commit fb511ab to fix it | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -8/+9 | |
2016-09-16 | eom: Out-of-bounds write when passing invalid UTF-8 to GMarkup | Alexander Pyhalov | 1 | -1/+2 | |
2016-09-07 | release 1.15.1v1.15.1 | raveit65 | 2 | -1/+9 | |
2016-09-07 | sync with transiflex | raveit65 | 104 | -5307/+5312 | |
2016-07-28 | use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+4 | |
2016-07-13 | add missing include to fix implicit declaration warning | monsta | 1 | -0/+1 | |
2016-07-13 | drop unused include and defines | monsta | 2 | -4/+0 | |
2016-07-13 | drop unused files | monsta | 3 | -1191/+0 | |
2016-07-01 | po: drop languages not present on Transifex + en_US file | monsta | 5 | -5236/+0 | |
2016-06-21 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |
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 | |