<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src, branch eom-1.10.3</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>show correct help pages in prefs and toolbar-editor dialogs</title>
<updated>2015-07-08T09:08:48+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-08T09:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=13dae0d93344b14794b0e181741ddffc069dcca5'/>
<id>13dae0d93344b14794b0e181741ddffc069dcca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mispositioned brackets in update_scrollbar_values</title>
<updated>2015-06-22T15:15:53+00:00</updated>
<author>
<name>lyokha</name>
<email>alexey.radkov@gmail.com</email>
</author>
<published>2015-06-22T15:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=63eee4d641692a07f41bce3b7fd21668d8fe2f1e'/>
<id>63eee4d641692a07f41bce3b7fd21668d8fe2f1e</id>
<content type='text'>
make high images scroll bad after zoom-ins until hbar appears
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make high images scroll bad after zoom-ins until hbar appears
</pre>
</div>
</content>
</entry>
<entry>
<title>EogThumbView: Set icon view columns to the real number of images</title>
<updated>2015-06-14T15:58:12+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-14T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=16ecee965b67eaf37e52c745f6369f49377e86b2'/>
<id>16ecee965b67eaf37e52c745f6369f49377e86b2</id>
<content type='text'>
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4
breaking EogThumbView which would scale the thumbnails so small that
the thumbview would not be shown itself in single row mode.
This should work with gtk+-3.4.2 and earlier as well.

taken from:
https://git.gnome.org/browse/eog/commit/?id=888b5ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4
breaking EogThumbView which would scale the thumbnails so small that
the thumbview would not be shown itself in single row mode.
This should work with gtk+-3.4.2 and earlier as well.

taken from:
https://git.gnome.org/browse/eog/commit/?id=888b5ed
</pre>
</div>
</content>
</entry>
<entry>
<title>EomThumbView: Implement GtkOrientable</title>
<updated>2015-06-14T15:18:17+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-14T15:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=4d314b612c11d125dbcbf4b982951ed91baaf09d'/>
<id>4d314b612c11d125dbcbf4b982951ed91baaf09d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EomThumbView: Don't set deprecated follow-state property</title>
<updated>2015-06-12T21:03:06+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-12T21:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=945913214e0ae6b460581ba665dd62f80603750b'/>
<id>945913214e0ae6b460581ba665dd62f80603750b</id>
<content type='text'>
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.

taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.

taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
</pre>
</div>
</content>
</entry>
<entry>
<title>EomWindow: Hold a reference on the used ThumbView</title>
<updated>2015-06-12T20:57:49+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-12T20:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=ff30825a03c3efa32dfac81f58b2cb37a8d68697'/>
<id>ff30825a03c3efa32dfac81f58b2cb37a8d68697</id>
<content type='text'>
The window uses it during runtime so it should keep a reference
to it. Due to the necessary unref this avoids critical warnings
because of EogThumbView's own disposal routine causing an unwanted
signal emission.

taken from:
https://git.gnome.org/browse/eog/commit/?id=3145fce
see:
https://bugzilla.gnome.org/show_bug.cgi?id=691517
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1114012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The window uses it during runtime so it should keep a reference
to it. Due to the necessary unref this avoids critical warnings
because of EogThumbView's own disposal routine causing an unwanted
signal emission.

taken from:
https://git.gnome.org/browse/eog/commit/?id=3145fce
see:
https://bugzilla.gnome.org/show_bug.cgi?id=691517
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1114012
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:mate-desktop/eom</title>
<updated>2015-06-12T17:24:18+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-12T17:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=14ddcdad31e8d405b1693095f77151b465f433e6'/>
<id>14ddcdad31e8d405b1693095f77151b465f433e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't change file permissions when saving the modified image</title>
<updated>2015-06-04T08:19:21+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-04T08:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=251d80191df6a2bcd81f1aa67da6e261ef41610d'/>
<id>251d80191df6a2bcd81f1aa67da6e261ef41610d</id>
<content type='text'>
adapted from:
https://git.gnome.org/browse/eog/commit/?id=4626596c2c179bfe35c4212efced15c38d7337d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapted from:
https://git.gnome.org/browse/eog/commit/?id=4626596c2c179bfe35c4212efced15c38d7337d6
</pre>
</div>
</content>
</entry>
<entry>
<title>remove eom_window_window_state_event</title>
<updated>2015-05-27T11:24:17+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-05-27T11:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=319803b5ac8b34ef7204ab2bd1b5b0123440ded9'/>
<id>319803b5ac8b34ef7204ab2bd1b5b0123440ded9</id>
<content type='text'>
- no need of it after exra resize-grip code is removed

taken from https://git.gnome.org/browse/eog/commit/?id=10f1713
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- no need of it after exra resize-grip code is removed

taken from https://git.gnome.org/browse/eog/commit/?id=10f1713
</pre>
</div>
</content>
</entry>
<entry>
<title>set margin of statusbar to zero</title>
<updated>2015-05-26T09:05:23+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-05-26T09:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=7a62bafbf0dc023c46d885913fb467c2ec372b47'/>
<id>7a62bafbf0dc023c46d885913fb467c2ec372b47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
