<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/plugins, branch 1.14</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>plugins: don't use stock icon names</title>
<updated>2016-02-10T12:30:37+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-10T12:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=6b194c1f804e96a2aac9c701ea81dc578731f464'/>
<id>6b194c1f804e96a2aac9c701ea81dc578731f464</id>
<content type='text'>
from
https://git.gnome.org/browse/eog/commit/?id=61de8b684c706e1c71fc6d51bdc99601391ab029
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/eog/commit/?id=61de8b684c706e1c71fc6d51bdc99601391ab029
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 Date-plugin: set top/bottom margin to zero to avoid redraws</title>
<updated>2015-09-06T11:08:32+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-02T19:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=185c587fc8c05319de9d0d4978bf5c6bbbf9115f'/>
<id>185c587fc8c05319de9d0d4978bf5c6bbbf9115f</id>
<content type='text'>
This avoids redraws of the image if date-plugin bump in the statusbar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids redraws of the image if date-plugin bump in the statusbar
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra resize-grip code</title>
<updated>2015-05-26T07:39:08+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-05-26T07:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=e71c723f62971343e9ca83d3371a0ded28747e48'/>
<id>e71c723f62971343e9ca83d3371a0ded28747e48</id>
<content type='text'>
- gtk+ handle this for itself since a long time
- with &lt;=3.14 resize-grip is removed
- with gtk2 is not affected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- gtk+ handle this for itself since a long time
- with &lt;=3.14 resize-grip is removed
- with gtk2 is not affected
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont use EomExifData in the C api</title>
<updated>2014-07-27T22:35:31+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-27T22:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9c45c410b57ac59bb1976f41cca6d08cb081db98'/>
<id>9c45c410b57ac59bb1976f41cca6d08cb081db98</id>
<content type='text'>
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257
Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f
From Claudio Saavedra &lt;csaavedra@igalia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257
Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f
From Claudio Saavedra &lt;csaavedra@igalia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile for ui files.</title>
<updated>2014-07-25T21:05:39+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-25T21:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9ce85a9895d14305eda3e782d047cf7ca49354a5'/>
<id>9ce85a9895d14305eda3e782d047cf7ca49354a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap ExifData in a EogExifData boxed type</title>
<updated>2014-07-25T20:45:27+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-25T15:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=b8e7359d93f7f68f410391b39dde37eb1067a92a'/>
<id>b8e7359d93f7f68f410391b39dde37eb1067a92a</id>
<content type='text'>
This is for better interaction with bindings

Based on eog commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49
From Claudio Saavedra &lt;csaavedra@igalia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for better interaction with bindings

Based on eog commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49
From Claudio Saavedra &lt;csaavedra@igalia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk+3: Do not call gtk_statusbar_set_has_resize_grip for statusbar-date</title>
<updated>2014-07-24T17:30:23+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-24T17:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=fe6fcd0cade610e4f1e64863969cc2ab566fccbf'/>
<id>fe6fcd0cade610e4f1e64863969cc2ab566fccbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make files for automake-1.13</title>
<updated>2013-07-29T12:11:52+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-07-29T12:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=52c9b0fb478ed76c6836a55bd1b7b6149daadf92'/>
<id>52c9b0fb478ed76c6836a55bd1b7b6149daadf92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect fsf addresses. Closes #4.</title>
<updated>2012-09-04T16:56:45+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-09-04T16:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=4c2b90806ffce73f9f5ad861df939f119256cd74'/>
<id>4c2b90806ffce73f9f5ad861df939f119256cd74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed urls</title>
<updated>2012-09-02T15:17:04+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2012-09-02T15:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=fd01b99a45ad488a7c6482963314ac82f50d59fc'/>
<id>fd01b99a45ad488a7c6482963314ac82f50d59fc</id>
<content type='text'>
http://forums.mate-desktop.org/viewtopic.php?f=2&amp;t=718#p2447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://forums.mate-desktop.org/viewtopic.php?f=2&amp;t=718#p2447
</pre>
</div>
</content>
</entry>
</feed>
