<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src/eom-thumb-nav.c, branch remove-external-gh-cli</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>Remove unused macros</title>
<updated>2020-09-02T16:18:35+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-08-12T11:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c'/>
<id>5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to G_DEFINE_TYPE_WITH_PRIVATE part 1</title>
<updated>2018-07-17T19:53:38+00:00</updated>
<author>
<name>Felix Riemann</name>
<email>friemann@gnome.org</email>
</author>
<published>2013-10-04T10:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5a5612ab8ec4fb31464fa35e049a4a3b7cb64393'/>
<id>5a5612ab8ec4fb31464fa35e049a4a3b7cb64393</id>
<content type='text'>
origin commits:
https://gitlab.gnome.org/GNOME/eog/commit/35c3864
https://gitlab.gnome.org/GNOME/eog/commit/842775b
https://gitlab.gnome.org/GNOME/eog/commit/3fe0bd4
https://gitlab.gnome.org/GNOME/eog/commit/2b25632
https://gitlab.gnome.org/GNOME/eog/commit/f0c977d
https://gitlab.gnome.org/GNOME/eog/commit/5cdb1b8
https://gitlab.gnome.org/GNOME/eog/commit/dba0bd4
https://gitlab.gnome.org/GNOME/eog/commit/8e31683
https://gitlab.gnome.org/GNOME/eog/commit/3945bb1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
origin commits:
https://gitlab.gnome.org/GNOME/eog/commit/35c3864
https://gitlab.gnome.org/GNOME/eog/commit/842775b
https://gitlab.gnome.org/GNOME/eog/commit/3fe0bd4
https://gitlab.gnome.org/GNOME/eog/commit/2b25632
https://gitlab.gnome.org/GNOME/eog/commit/f0c977d
https://gitlab.gnome.org/GNOME/eog/commit/5cdb1b8
https://gitlab.gnome.org/GNOME/eog/commit/dba0bd4
https://gitlab.gnome.org/GNOME/eog/commit/8e31683
https://gitlab.gnome.org/GNOME/eog/commit/3945bb1
</pre>
</div>
</content>
</entry>
<entry>
<title>EomThumbNav: Fix deprecated function warning</title>
<updated>2017-04-26T19:35:11+00:00</updated>
<author>
<name>Felix Riemann</name>
<email>friemann@gnome.org</email>
</author>
<published>2016-10-08T17:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=eea008f2a5c6f86b538d725a02d982ee85c9b5f9'/>
<id>eea008f2a5c6f86b538d725a02d982ee85c9b5f9</id>
<content type='text'>
Just call the callback function directly as that's why
the signal was manually triggered in the first place.

taken from:
https://git.gnome.org/browse/eog/commit/?id=4c86268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just call the callback function directly as that's why
the signal was manually triggered in the first place.

taken from:
https://git.gnome.org/browse/eog/commit/?id=4c86268
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-21T19:28:15+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-21T19:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9a94231819bbfaf23e477dc27c3966903ebdf1e1'/>
<id>9a94231819bbfaf23e477dc27c3966903ebdf1e1</id>
<content type='text'>
and require libmate-desktop &gt;= 1.17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require libmate-desktop &gt;= 1.17
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Stop deprecated GtkArrow usage</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-02T15:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=ba88c34448a631f976351150a5f2fa4daec7cb95'/>
<id>ba88c34448a631f976351150a5f2fa4daec7cb95</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Remove deprecated GtkVBox/GtkHBox usage</title>
<updated>2015-09-06T11:08:31+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-01T18:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=0ea8ddb0d7f34a22da6467fb4688b321735c601d'/>
<id>0ea8ddb0d7f34a22da6467fb4688b321735c601d</id>
<content type='text'>
The GtkHBox and GtkVBox have been deprecated by now.
Also be consistent with the other properties declarations
and use PROP_0 instead of PROP = 1.

taken from:
https://git.gnome.org/browse/eog/commit/?id=81cb068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GtkHBox and GtkVBox have been deprecated by now.
Also be consistent with the other properties declarations
and use PROP_0 instead of PROP = 1.

taken from:
https://git.gnome.org/browse/eog/commit/?id=81cb068
</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>EomThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12</title>
<updated>2014-07-24T18:17:47+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-24T18:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=321cea66c5b65f3b4fe6cc89169a9c13b476c8d1'/>
<id>321cea66c5b65f3b4fe6cc89169a9c13b476c8d1</id>
<content type='text'>
Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll
events.

Based on eog commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5
From Felix Riemann &lt;friemann@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll
events.

Based on eog commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5
From Felix Riemann &lt;friemann@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_widget_hide instead of gtk_widget_hide_all</title>
<updated>2014-07-24T16:05:54+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-05-17T14:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=4c3cd50809b82b3d166db21f69d9fe11caf493f8'/>
<id>4c3cd50809b82b3d166db21f69d9fe11caf493f8</id>
<content type='text'>
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 support</title>
<updated>2013-10-17T10:28:11+00:00</updated>
<author>
<name>Laszlo Boros</name>
<email>iamsemmu@gmail.com</email>
</author>
<published>2013-08-17T23:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8'/>
<id>1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
