~mate-desktop/mate-desktop/+git/eom:1.12

Last commit made on 2016-02-15
Get this branch:
git clone -b 1.12 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/eom

Branch merges

Branch information

Recent commits

8bd791f... by Vlad Orlov

Release 1.12.2

94804b6... by Vlad Orlov

properly zero-init a variable

from
https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25

4f52535... by Vlad Orlov

avoid integer overflow when allocating a large block of memory

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

d4ae3f8... by raveit65

GTK3: fix previous GtkMisc deprecation commit

dcd9671... by Vlad Orlov

fix GTK+3 build when --without-cms is set

fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid

47e9b00... by Sorokin Alexei

Fix compilation with enabled GObject Introspection

f2778c8... by Vlad Orlov

Bump version to 1.12.1

5b6b83d... by Vlad Orlov

remove unneeded assert - the code following it is enough

from
https://git.gnome.org/browse/eog/commit/?id=ee33862e7cede4fd2ff34e4cfcb4192dfdd52b46

e87b5fa... by Vlad Orlov

fix shortcuts for several menu items in en_US locale

not sure how it happened - strings on transifex are alright.
anyway, we need a quick fix, so here it is.

67bf7d4... by Vlad Orlov

refactor draw/expose code a bit