<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/cut-n-paste, 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>fix building with new libxml 2.12.0</title>
<updated>2023-11-25T20:25:29+00:00</updated>
<author>
<name>Tomasz Kłoczko</name>
<email>31284574+kloczek@users.noreply.github.com</email>
</author>
<published>2023-11-25T20:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=d00fc0b68e9419ccdefbf2831ad2537bed8f35f4'/>
<id>d00fc0b68e9419ccdefbf2831ad2537bed8f35f4</id>
<content type='text'>
Added include &lt;libxml/xmlsave.h&gt; to allow build with libxml 2.12.0.

Signed-off-by: Tomasz Kłoczko &lt;kloczek@github.com&gt;

* fix building with libxml 2.12.0

Co-authored-by: Colomban Wendling &lt;hypra@ban.netlib.re&gt;

---------

Signed-off-by: Tomasz Kłoczko &lt;kloczek@github.com&gt;
Co-authored-by: raveit65 &lt;mate@raveit.de&gt;
Co-authored-by: Colomban Wendling &lt;hypra@ban.netlib.re&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added include &lt;libxml/xmlsave.h&gt; to allow build with libxml 2.12.0.

Signed-off-by: Tomasz Kłoczko &lt;kloczek@github.com&gt;

* fix building with libxml 2.12.0

Co-authored-by: Colomban Wendling &lt;hypra@ban.netlib.re&gt;

---------

Signed-off-by: Tomasz Kłoczko &lt;kloczek@github.com&gt;
Co-authored-by: raveit65 &lt;mate@raveit.de&gt;
Co-authored-by: Colomban Wendling &lt;hypra@ban.netlib.re&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add meson build support</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-13T18:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=bbcbca9eb1240c3493895dbdcf03a4b2c2803d29'/>
<id>bbcbca9eb1240c3493895dbdcf03a4b2c2803d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-20T16:09:50+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T15:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=3bd33d4b89dd74b5f523957d092acfdf49410280'/>
<id>3bd33d4b89dd74b5f523957d092acfdf49410280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cppcheck warning knownConditionTrueFalse</title>
<updated>2021-01-28T20:09:37+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-12-29T21:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=f343f45b504c6dd78736a505a7865a2cc3d353ed'/>
<id>f343f45b504c6dd78736a505a7865a2cc3d353ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warning -Wshadow</title>
<updated>2021-01-07T17:19:09+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-12-21T16:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=304cfb4c5589b875b5435312f6b770b4d65c7db1'/>
<id>304cfb4c5589b875b5435312f6b770b4d65c7db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>egg-editable-toolbar: Remove trailing spaces/tabs</title>
<updated>2020-08-04T10:01:08+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-08-04T08:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=3eba728faa6eb3ab6b80080c51c9a7621a9ac396'/>
<id>3eba728faa6eb3ab6b80080c51c9a7621a9ac396</id>
<content type='text'>
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warnings: cast between incompatible function types</title>
<updated>2020-03-10T19:29:47+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-27T19:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=d34df9832f460c2bca79257aae4b5cfc77c959a1'/>
<id>d34df9832f460c2bca79257aae4b5cfc77c959a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>egg_editable_toolbar: avoid 'g_type_class_add_private'</title>
<updated>2019-09-22T09:18:50+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-09-19T07:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=d769cf763ddab62985f04d97dab75c2de2a6efb1'/>
<id>d769cf763ddab62985f04d97dab75c2de2a6efb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>egg-toolbar-editor: avoid 'g_type_class_add_private'</title>
<updated>2019-09-22T09:18:50+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-09-19T07:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=e9a2c11eb4d3b7404fd68461fb8bf231c37f1d47'/>
<id>e9a2c11eb4d3b7404fd68461fb8bf231c37f1d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>egg-toolbars-model: avoid 'g_type_class_add_private'</title>
<updated>2019-09-22T09:18:50+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-09-19T07:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=9abd45eab02db358d895af5006e6ce254d32320a'/>
<id>9abd45eab02db358d895af5006e6ce254d32320a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
