summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27remove unused finalize/destroy methods from thumbviewmonsta1-19/+1
they were just chaining up to parent and did nothing else
2016-11-27release 1.17.0v1.17.0raveit651-0/+5
2016-11-27sync with transifexraveit657-125/+1633
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta28-757/+35
and require libmate-desktop >= 1.17
2016-11-21drop Python plugins support and --enable-python build optionmonsta17-2610/+5
it requires PyGTK so won't even build with GTK+3
2016-11-21fix indent a bitmonsta2-4/+4
2016-10-17prefs dialog: fix runtime warningmonsta1-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-19release 1.16.0v1.16.0raveit651-2/+2
2016-09-18update NEWS for 1.16monsta1-8/+9
2016-09-16eom: Out-of-bounds write when passing invalid UTF-8 to GMarkupAlexander Pyhalov1-1/+2
2016-09-07release 1.15.1v1.15.1raveit652-1/+9
2016-09-07sync with transiflexraveit65104-5307/+5312
2016-07-28use GtkAbout and update copyrightraveit651-3/+2
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-07-13add missing include to fix implicit declaration warningmonsta1-0/+1
2016-07-13drop unused include and definesmonsta2-4/+0
2016-07-13drop unused filesmonsta3-1191/+0
2016-07-01po: drop languages not present on Transifex + en_US filemonsta5-5236/+0
2016-06-21po: actually add new languages from Transifexmonsta1-0/+2
2016-06-20Merge pull request #126 from flexiondotorg/masterMartin Wimpress1-3/+4
Fix the zoom and scroll performance. Closes #105.
2016-06-08Fix the zoom and scroll performance. Closes #105.Martin Wimpress1-3/+4
Adapted from https://git.gnome.org/browse/eog/commit/?id=3d1859e321b9dea27e49bab9626044f3f5835420
2016-06-08release 1.15.0v1.15.0raveit652-2/+8
2016-06-08sync with Transiflexraveit652-10/+12
2016-06-03remove old gnome filemonsta2-31/+0
2016-05-21update to 1.14.1 releasev1.14.1raveit652-1/+7
2016-05-21sync with transiflexraveit659-161/+3170
2016-05-11Fix new windows not getting focusBjörn Weber1-2/+18
fixes (Issue #119)
2016-04-12README: don't mention old requirementsmonsta1-2/+1
2016-04-07update NEWS a bitv1.14.0monsta1-0/+1
2016-04-07drop ancient gnome leftoversmonsta4-3463/+1
2016-04-06release 1.14.0raveit651-2/+2
2016-04-06Fix Changelog generationraveit651-15/+10
2016-04-06add new languages and sync with transiflexraveit6597-20115/+26692
2016-04-05update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-13/+15
2016-04-05check for GTK+3 stable release, not development onemonsta1-1/+1
2016-03-30window: fix indent (mostly)monsta1-187/+187
2016-03-30fix a few typos in the commentsmonsta2-3/+3
2016-03-30auto-reload unmodified images when their file is changedmonsta1-0/+6
from https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24 fixes https://github.com/mate-desktop/eom/issues/69
2016-03-21Fix formatting for manpage: eom -f and -s examplesZrN-kAyDqY1-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-28fix svg rendering that's broken with GTK+3monsta1-1/+3
from https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
2016-02-27Drop size-request signal callback for fullscreen toolbarraveit651-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-26add css name EggToolbarEditorraveit651-0/+5
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich2-1/+12
2016-02-19Sync with TransifexMartin Wimpress16-3698/+3702
2016-02-10plugins: don't use stock icon namesmonsta2-2/+2
from https://git.gnome.org/browse/eog/commit/?id=61de8b684c706e1c71fc6d51bdc99601391ab029
2016-02-10properly zero-init a variablemonsta1-0/+2
from https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25
2016-02-10avoid integer overflow when allocating a large block of memorymonsta1-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-09totem-screensaver: use org.gnome.SessionManager to inhibit screensavermonsta1-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-09totem-screensaver: don't use old API and add ref to TotemScrsavermonsta1-34/+8
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5
2016-02-09totem-screensaver: fix assertions on entry to TotemScrsaver methodsmonsta1-3/+3
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88