summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09release 1.14.2v1.14.21.14monsta2-1/+8
2016-08-08distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-08-08add missing include to fix implicit declaration warningmonsta1-0/+1
2016-08-08po: drop languages not present on Transifex + en_US filemonsta5-5236/+0
2016-08-08po: actually add new languages from Transifexmonsta1-0/+2
2016-08-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-08sync with Transiflexraveit652-10/+12
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
2016-02-09totem-screensaver: fix indent and typosmonsta1-15/+16
2016-02-06GTK+3: add eom-window style class at top levelWolfgang Ulbrich1-0/+7
2016-02-01fix build warnings and remove useless nested #ifmonsta3-12/+5
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+6
2016-01-25GTK3: fix previous GtkMisc deprecation commitWolfgang Ulbrich5-40/+46
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-2/+5
2016-01-02drop MateConf migration scriptMonsta2-33/+0
2015-12-31use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptimemonsta1-0/+1
from https://git.gnome.org/browse/eog/commit?id=b7c68b1ffe2ebcc81d6daa947d8ee94ad4e7e2c5
2015-12-31add missing #ifdef to avoid possible "unused function" warningmonsta1-0/+2
2015-12-16Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewportWolfgang Ulbrich1-3/+3
2015-12-14GTK3: fix deprecated gtk_{v/h}separator_newWolfgang Ulbrich2-0/+8
2015-12-14GTK3: don't use deprecated gtk_icon_size_lookup_for_settingsWolfgang Ulbrich2-4/+26
2015-12-14Gtk3: fix typo in gtk version in previous commitWolfgang Ulbrich3-3/+3
2015-12-14GTK3: replace more deprecated GtkVBox usageWolfgang Ulbrich3-0/+27
2015-12-14GTK3: don't use deprecated gtk_hbutton_box_newWolfgang Ulbrich1-0/+4
2015-12-14Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich2-0/+4
2015-12-13fix GTK+3 build when --without-cms is setMonsta1-2/+6
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid