<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src, branch master</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>Stop saving print copy count in EOM.</title>
<updated>2026-03-13T23:24:06+00:00</updated>
<author>
<name>Carson Hicks</name>
<email>developer@carson.im</email>
</author>
<published>2025-06-08T18:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=6b40185dd7f2f87a78a3591bac386eed8986be5d'/>
<id>6b40185dd7f2f87a78a3591bac386eed8986be5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins: Support building against newer libpeas1 versions</title>
<updated>2026-01-20T19:45:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2026-01-20T03:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9e9b24cdeff07e6d8908ad3e4f74555c24521d2e'/>
<id>9e9b24cdeff07e6d8908ad3e4f74555c24521d2e</id>
<content type='text'>
This commit allows and requires building against libpeas1 versions that
contain the fix for gobject-introspection 1.80 or later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows and requires building against libpeas1 versions that
contain the fix for gobject-introspection 1.80 or later
</pre>
</div>
</content>
</entry>
<entry>
<title>eom-window: Add additional key codes for image switching using mouse buttons</title>
<updated>2025-09-15T14:01:13+00:00</updated>
<author>
<name>Sean Baggaley</name>
<email>sean@csnxs.uk</email>
</author>
<published>2025-09-15T12:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5db7d1d3d2cfe5c1869a88708c07b8a981f98786'/>
<id>5db7d1d3d2cfe5c1869a88708c07b8a981f98786</id>
<content type='text'>
This should re-establish that function for newer X setups.
As we don't know whether the old keycodes could still occur,
we simply keep for compatibility.

Backported from
https://gitlab.gnome.org/GNOME/eog/-/commit/b23508382f0131d9961e437fe8c8453adeb84faa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should re-establish that function for newer X setups.
As we don't know whether the old keycodes could still occur,
we simply keep for compatibility.

Backported from
https://gitlab.gnome.org/GNOME/eog/-/commit/b23508382f0131d9961e437fe8c8453adeb84faa
</pre>
</div>
</content>
</entry>
<entry>
<title>Eom*: Use fast content type as fallback</title>
<updated>2025-08-05T18:42:54+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-24T13:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=b250c98f1e607b29e74ca2a14a1980ba905e4146'/>
<id>b250c98f1e607b29e74ca2a14a1980ba905e4146</id>
<content type='text'>
It turns out that, depending on the responsible GVfs implementation,
a GFileInfo may not actually set the content type attribute even if
requested. Since knowing the content type is rather critical for eom
try to use the fast content type as a fallback in those cases.

The fast content type should be hardly unknown as it is usually just
based on the file extension.

Fixes #360.

Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/de19faf73c8d8627193320d512c8b97316d9740c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that, depending on the responsible GVfs implementation,
a GFileInfo may not actually set the content type attribute even if
requested. Since knowing the content type is rather critical for eom
try to use the fast content type as a fallback in those cases.

The fast content type should be hardly unknown as it is usually just
based on the file extension.

Fixes #360.

Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/de19faf73c8d8627193320d512c8b97316d9740c
</pre>
</div>
</content>
</entry>
<entry>
<title>EomUtil: Add helper to get content type from GFileInfos</title>
<updated>2025-08-05T18:42:54+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-24T13:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=75d7f546d53f6bf50190e206c39c8eddd258d298'/>
<id>75d7f546d53f6bf50190e206c39c8eddd258d298</id>
<content type='text'>
This prefers the real content type, but automatically falls back to the
fast content type the other one isn't set in the GFileInfo.

Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/4f80d090fd8f27c8d430dfe5931ea53446643ec7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prefers the real content type, but automatically falls back to the
fast content type the other one isn't set in the GFileInfo.

Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/4f80d090fd8f27c8d430dfe5931ea53446643ec7
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'preserve-order' flag to allow viewing order specified on cmd line (#354)</title>
<updated>2025-06-20T07:03:56+00:00</updated>
<author>
<name>PeteHemery</name>
<email>peterhemery@yahoo.co.uk</email>
</author>
<published>2025-06-20T07:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=be3bbcc4144c69d0f65ab07aeb3e4e69e74d12a9'/>
<id>be3bbcc4144c69d0f65ab07aeb3e4e69e74d12a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eom-window: update image counter even if current thumbnail is for failured image</title>
<updated>2023-12-24T21:55:41+00:00</updated>
<author>
<name>whatdoineed2do/Ray</name>
<email>whatdoineed2do@nospam.gmail.com</email>
</author>
<published>2023-11-27T17:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5da04eaa2380e2817db28a2bd14b5e3beb2d77c2'/>
<id>5da04eaa2380e2817db28a2bd14b5e3beb2d77c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix plugin installing</title>
<updated>2023-04-20T16:07:49+00:00</updated>
<author>
<name>Manatsawin Hanmongkolchai</name>
<email>git@whs.in.th</email>
</author>
<published>2022-11-14T18:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=8404de12c85b0674f397a616596f85b82b2d7e66'/>
<id>8404de12c85b0674f397a616596f85b82b2d7e66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plugin build</title>
<updated>2023-04-20T16:07:49+00:00</updated>
<author>
<name>Manatsawin Hanmongkolchai</name>
<email>git@whs.in.th</email>
</author>
<published>2022-11-14T16:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=94abc672375a68425d210bec872167922808391c'/>
<id>94abc672375a68425d210bec872167922808391c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add enum and thumbnailer build</title>
<updated>2023-04-20T16:07:49+00:00</updated>
<author>
<name>Manatsawin Hanmongkolchai</name>
<email>git@whs.in.th</email>
</author>
<published>2022-11-14T16:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=faf2001f46509a7434fc10ee848ce1ce84255dcd'/>
<id>faf2001f46509a7434fc10ee848ce1ce84255dcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
