<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src, branch v1.14.0</title>
<subtitle>Eye of MATE (eom) graphics viewer program</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/'/>
<entry>
<title>window: fix indent (mostly)</title>
<updated>2016-03-30T11:53:59+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-30T11:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=dca5c5e890d8c81c68250dc342d72c4e22a0e323'/>
<id>dca5c5e890d8c81c68250dc342d72c4e22a0e323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a few typos in the comments</title>
<updated>2016-03-30T11:37:22+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-30T11:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=d1196018a75b610148f79df843b2b63877aa9ca1'/>
<id>d1196018a75b610148f79df843b2b63877aa9ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto-reload unmodified images when their file is changed</title>
<updated>2016-03-30T11:32:18+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-30T11:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5001668d783804f291624b7b0430da4b5a3432fd'/>
<id>5001668d783804f291624b7b0430da4b5a3432fd</id>
<content type='text'>
from
https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24

fixes https://github.com/mate-desktop/eom/issues/69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24

fixes https://github.com/mate-desktop/eom/issues/69
</pre>
</div>
</content>
</entry>
<entry>
<title>fix svg rendering that's broken with GTK+3</title>
<updated>2016-02-28T08:35:12+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-24T13:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=038530ed2e9b844f75e2af24e44e0421ad1ccdc8'/>
<id>038530ed2e9b844f75e2af24e44e0421ad1ccdc8</id>
<content type='text'>
from
https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop size-request signal callback for fullscreen toolbar</title>
<updated>2016-02-27T21:57:31+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-02-27T21:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=4a02ac7e97e2e419f477df09607abeffb5646dfe'/>
<id>4a02ac7e97e2e419f477df09607abeffb5646dfe</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>properly zero-init a variable</title>
<updated>2016-02-10T12:14:11+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-10T12:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=e014313711b0dff74764e6c7fd7e5d093a1abe98'/>
<id>e014313711b0dff74764e6c7fd7e5d093a1abe98</id>
<content type='text'>
from
https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid integer overflow when allocating a large block of memory</title>
<updated>2016-02-10T11:52:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-10T11:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=b7849cc5b6e7fd741ef04e334f586266a444ef8a'/>
<id>b7849cc5b6e7fd741ef04e334f586266a444ef8a</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+3: add eom-window style class at top level</title>
<updated>2016-02-06T06:44:26+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-02-06T06:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=8615744bde57e487ab2a662811929b889499f4fd'/>
<id>8615744bde57e487ab2a662811929b889499f4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build warnings and remove useless nested #if</title>
<updated>2016-02-01T13:12:10+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-01T12:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=83cd3ac26d0f937d625a228a564bd735fae568b2'/>
<id>83cd3ac26d0f937d625a228a564bd735fae568b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: fix previous GtkMisc deprecation commit</title>
<updated>2016-01-25T18:50:59+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-25T18:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=979f370f721aa269cd00df542c9c17940af86782'/>
<id>979f370f721aa269cd00df542c9c17940af86782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
