<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/backend/comics/comics-document.c, branch sign</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>comics: Use libarchive to unpack documents</title>
<updated>2024-01-07T22:17:05+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-12-25T20:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed'/>
<id>ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed</id>
<content type='text'>
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-20T17:31:11+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=816d2dc8226f8d271aa1a6cd30549614769d5267'/>
<id>816d2dc8226f8d271aa1a6cd30549614769d5267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cppcheck [knownConditionTrueFalse] warnings</title>
<updated>2020-04-15T15:25:45+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-04-15T03:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=1f3566651994ead4813dc3253f65ec8a523ecf35'/>
<id>1f3566651994ead4813dc3253f65ec8a523ecf35</id>
<content type='text'>
Fixes the warnings:

backend/comics/comics-document.c:767:21: style: Condition 'bytes&lt;=0' is always true [knownConditionTrueFalse]

backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]

properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse]

shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse]

shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the warnings:

backend/comics/comics-document.c:767:21: style: Condition 'bytes&lt;=0' is always true [knownConditionTrueFalse]

backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]

properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse]

shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse]

shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-07-01T15:07:40+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T08:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=aa24676651f8bd3e8b434f72d5aac98e84c0867d'/>
<id>aa24676651f8bd3e8b434f72d5aac98e84c0867d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: make the files containing "--checkpoint-action=" unsupported</title>
<updated>2017-07-21T18:08:30+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-07-19T09:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f4291fd62f7dfe6460d2406a979ccfac0c68dd59'/>
<id>f4291fd62f7dfe6460d2406a979ccfac0c68dd59</id>
<content type='text'>
Fixes #257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #257
</pre>
</div>
</content>
</entry>
<entry>
<title>comics backend: add support for unarchiver (unar and lsar)</title>
<updated>2016-11-30T18:57:24+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2016-11-01T00:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=77fc877a3985fd9cad49ed0250ab1bdf478e6638'/>
<id>77fc877a3985fd9cad49ed0250ab1bdf478e6638</id>
<content type='text'>
unar is able to extract all supported comics archive format

CBR
give unar priority over bsdtar, because it works better

CBZ CB7 CBT
give bsdtar priority over unar, because it is much faster
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unar is able to extract all supported comics archive format

CBR
give unar priority over bsdtar, because it works better

CBZ CB7 CBT
give bsdtar priority over unar, because it is much faster
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: fix MIME type comparisons</title>
<updated>2016-10-21T11:50:23+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-10-21T11:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4f653fb4bae6c7b5d163f85b4431ba5eea09cef5'/>
<id>4f653fb4bae6c7b5d163f85b4431ba5eea09cef5</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=364b340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=364b340
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: fix indent</title>
<updated>2016-10-21T11:49:11+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-10-21T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=3bf78de084767290fe1ec402b8ff7b5558bf74f4'/>
<id>3bf78de084767290fe1ec402b8ff7b5558bf74f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: properly open files with special characters in path</title>
<updated>2016-07-28T11:35:50+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-28T11:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=164a3114970af7d56ddf4d4223fbe51ed46b59ed'/>
<id>164a3114970af7d56ddf4d4223fbe51ed46b59ed</id>
<content type='text'>
from
https://git.gnome.org/browse/evince/commit/?id=c648cb2aa38c5004fc091d0067d63aa3beee748f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/evince/commit/?id=c648cb2aa38c5004fc091d0067d63aa3beee748f
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: Fix some memory leaks</title>
<updated>2016-06-29T14:23:03+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-24T17:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0cd127f0d86bda4a6f1645745af7b1cab84490f0'/>
<id>0cd127f0d86bda4a6f1645745af7b1cab84490f0</id>
<content type='text'>
http://bugzilla.gnome.org/show_bug.cgi?id=667258

taken from:
https://git.gnome.org/browse/evince/commit/?id=d397c6d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://bugzilla.gnome.org/show_bug.cgi?id=667258

taken from:
https://git.gnome.org/browse/evince/commit/?id=d397c6d
</pre>
</div>
</content>
</entry>
</feed>
