<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/backend, branch v1.25.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>djvu-text-page: Fix cppcheck [clarifyCalculation] warnings</title>
<updated>2020-04-23T11:37:39+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-04-15T15:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=8fb00cb21aafad4e02e8d380fc4ed3d3409501d3'/>
<id>8fb00cb21aafad4e02e8d380fc4ed3d3409501d3</id>
<content type='text'>
Fixes the warnings:

backend/djvu/djvu-text-page.c:46:31: style: Clarify calculation precedence for '&amp;' and '?'. [clarifyCalculation]
       g_strjoin (delimit &amp; 2 ? "\n" :
                              ^

backend/djvu/djvu-text-page.c:47:28: style: Clarify calculation precedence for '&amp;' and '?'. [clarifyCalculation]
               delimit &amp; 1 ? " " : NULL,
                           ^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the warnings:

backend/djvu/djvu-text-page.c:46:31: style: Clarify calculation precedence for '&amp;' and '?'. [clarifyCalculation]
       g_strjoin (delimit &amp; 2 ? "\n" :
                              ^

backend/djvu/djvu-text-page.c:47:28: style: Clarify calculation precedence for '&amp;' and '?'. [clarifyCalculation]
               delimit &amp; 1 ? " " : NULL,
                           ^
</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 strict-prototypes warning</title>
<updated>2020-04-14T11:25:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-04-13T14:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=8170ddddafadbd2268de83872536eb8c385cfa6a'/>
<id>8170ddddafadbd2268de83872536eb8c385cfa6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-window/epub-document: remove unused functions</title>
<updated>2020-04-14T08:12:59+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-04-11T23:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d88ad14b2f6a43f2821299c32f4710d33386a73c'/>
<id>d88ad14b2f6a43f2821299c32f4710d33386a73c</id>
<content type='text'>
Fixes the build warnings:

ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration]
menubar_deactivate_cb (GtkWidget *menubar,
^

epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration]
check_add_page_numbers(linknode *listdata, contentListNode *comparenode)
^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the build warnings:

ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration]
menubar_deactivate_cb (GtkWidget *menubar,
^

epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration]
check_add_page_numbers(linknode *listdata, contentListNode *comparenode)
^
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-poppler: remove unused variable</title>
<updated>2020-04-14T00:14:54+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-04-13T23:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=342c18733f625e349846fb416c42b5cc714094b4'/>
<id>342c18733f625e349846fb416c42b5cc714094b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>epub-document: Remove unused-variable warning</title>
<updated>2020-04-13T21:31:49+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-04-13T13:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=16cac71e6d76b2e2e8f0542499e8a99fda1d46f1'/>
<id>16cac71e6d76b2e2e8f0542499e8a99fda1d46f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS</title>
<updated>2020-04-10T12:34:33+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-04-10T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=92489950043269bac6828d1a0da6820cab98e9f4'/>
<id>92489950043269bac6828d1a0da6820cab98e9f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dviread: ‘inline’ is not at beginning of declaration</title>
<updated>2020-03-12T18:15:17+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-08T09:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=eb97b41601b61d1fe8729658840ea9d3b0808459'/>
<id>eb97b41601b61d1fe8729658840ea9d3b0808459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix year 2038 issue with signed 32-bit integers</title>
<updated>2020-01-31T17:52:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-01-20T15:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a70e19a51423b855b9da8d7f9ed40d396a534c67'/>
<id>a70e19a51423b855b9da8d7f9ed40d396a534c67</id>
<content type='text'>
GTime is defined to always be a signed 32-bit integer, it will
overflow in the year 2038.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTime is defined to always be a signed 32-bit integer, it will
overflow in the year 2038.
</pre>
</div>
</content>
</entry>
<entry>
<title>pdf: Fix memory leak when adding new text annotations</title>
<updated>2020-01-15T12:55:30+00:00</updated>
<author>
<name>Carlos Garcia Campos</name>
<email>carlosgc@gnome.org</email>
</author>
<published>2014-11-16T12:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ccc66068e7aebee95da76c9871bce23b53663b15'/>
<id>ccc66068e7aebee95da76c9871bce23b53663b15</id>
<content type='text'>
origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/a182f12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/a182f12
</pre>
</div>
</content>
</entry>
</feed>
