Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2015-12-12 | Fix compilation with enabled GObject Introspection | Sorokin Alexei | 2 | -1/+3 | |
2015-12-07 | Bump version to 1.12.1 | monsta | 2 | -1/+7 | |
2015-12-06 | fix some gobject-introspection build warnings | Wolfgang Ulbrich | 1 | -16/+14 | |
2015-12-03 | remove unneeded assert - the code following it is enough | monsta | 1 | -2/+0 | |
from https://git.gnome.org/browse/eog/commit/?id=ee33862e7cede4fd2ff34e4cfcb4192dfdd52b46 | |||||
2015-12-03 | remove ancient workaround for non-threadsafe pixbuf loaders | monsta | 3 | -67/+7 | |
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b | |||||
2015-12-02 | GTK3: replace deprecated gtk_widget_size_request with ↵ | Wolfgang Ulbrich | 1 | -0/+8 | |
gtk_widget_get_preferred_size | |||||
2015-12-02 | GTK3: fix deprecated gdk_threads_enter/leave | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-11-30 | fix shortcuts for several menu items in en_US locale | monsta | 1 | -36/+36 | |
not sure how it happened - strings on transifex are alright. anyway, we need a quick fix, so here it is. | |||||
2015-11-03 | refactor draw/expose code a bit | Monsta | 1 | -28/+19 | |
2015-11-02 | release 1.12.0v1.12.0eom-1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-11-01 | Sync translations with transifex | mate-i18n | 26 | -7574/+9084 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -3/+3 | |
2015-10-15 | release 1.11.0eom-1.11.0 | raveit65 | 1 | -0/+7 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -2/+5 | |
2015-10-06 | fix gtk3 build | raveit65 | 2 | -17/+13 | |
eom.css was not created by make dist | |||||
2015-10-05 | Bump version to 1.10.4eom-1.10.4 | monsta | 2 | -1/+12 | |
2015-10-02 | EomScrollView: clip all types of images to the visible image area | monsta | 1 | -2/+7 | |
previously it wasn't done for SVGs, now it is. taken from https://git.gnome.org/browse/eog/commit?id=3fb558e1861d3d75bca23946fcf3f62c80daeeec | |||||
2015-10-02 | EomScrollView: remove ancient commented out code | monsta | 1 | -695/+0 | |
adapted from https://git.gnome.org/browse/eog/commit?id=ef626dc9094d191d55a9cba854380696cadd7627 | |||||
2015-10-02 | enable double-buffer in EomScrollView | monsta | 1 | -2/+0 | |
taken from https://git.gnome.org/browse/eog/commit/?id=f0410a55778e719da8f2b62f0e5060bb128f028e it was already committed here in b51631c40b743d224cda4b7fd63e3d60b84218ae but then got lost in 77f6ed0e2a178b9934baee8b846cdd1cc88b2eab | |||||
2015-10-01 | configure.ac: fix indent a bit | Monsta | 1 | -1/+1 | |
2015-09-30 | drop dependency to mate-icon-theme | raveit65 | 1 | -3/+1 | |
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014. | |||||
2015-09-06 | GTK3 Date-plugin: set top/bottom margin to zero to avoid redraws | raveit65 | 1 | -0/+4 | |
This avoids redraws of the image if date-plugin bump in the statusbar | |||||
2015-09-06 | Gtk3: define height of horizontal progressbar to avoid redraws of images | raveit65 | 1 | -0/+4 | |
2015-09-06 | Bump GLib/GIO version and define max/min version of GLib | raveit65 | 1 | -2/+8 | |
2015-09-06 | Gtk3: Stop deprecated GtkArrow usage | raveit65 | 2 | -5/+17 | |
Use a matching GtkImage instead Since gtkarrow scaling doesn't work in themes, the arrow displays almost to huge and looks ugly. taken from: https://git.gnome.org/browse/eog/commit/?id=096806f https://git.gnome.org/browse/eog/commit/?id=27fb212 | |||||
2015-09-06 | EogScrollView: Use gdk_cursor_new_for_display | raveit65 | 1 | -1/+1 | |
gdk_cursor_new() will be deprecated in GTK+ 3.16 and we have the correct display at hand already anyway. taken from: https://git.gnome.org/browse/eog/commit/?id=ab4e432 |