<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/shell, branch 1.20</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>prevent segfaults when no document loaded</title>
<updated>2019-08-06T20:53:23+00:00</updated>
<author>
<name>Reuben Green</name>
<email>reubengreen73@gmail.com</email>
</author>
<published>2019-08-03T22:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e6eb371942f86b981851b131bcc9bf7127bc2762'/>
<id>e6eb371942f86b981851b131bcc9bf7127bc2762</id>
<content type='text'>
See the issue report for a description of the bug. The root cause is
dereferencing of NULL pointers, specifically the priv-&gt;document member of
EvWindow structures when no document is loaded. This commit adds checks
for a NULL value of priv-&gt;document at all the points in the file
shell/ev-window.c where this pointer was previously dereferenced without
being checked.

Fixes 357 (https://github.com/mate-desktop/atril/issues/357)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See the issue report for a description of the bug. The root cause is
dereferencing of NULL pointers, specifically the priv-&gt;document member of
EvWindow structures when no document is loaded. This commit adds checks
for a NULL value of priv-&gt;document at all the points in the file
shell/ev-window.c where this pointer was previously dereferenced without
being checked.

Fixes 357 (https://github.com/mate-desktop/atril/issues/357)
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Save document to the same path it was opened from</title>
<updated>2018-10-26T21:03:18+00:00</updated>
<author>
<name>Germán Poo-Caamaño</name>
<email>gpoo@gnome.org</email>
</author>
<published>2017-05-12T13:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=91d5b0f695948b84d67ff3c0a2e6cedd010cac76'/>
<id>91d5b0f695948b84d67ff3c0a2e6cedd010cac76</id>
<content type='text'>
    When annotating or filling a form in a document, this must be saved
    as a different document as atril does not overwrite documents.
    The user can expect to store the modified file in the same place
    than the original document, except when the document lives in
    a temporary directory (e.g. downloaded automatically with a web
    browser), in whose case it must fallback to the Documents
    directory (if set) or the the home directory.

    Previously, atril assumed the latest directory used, or the place
    where an image or attachment was stored last. Such behaviour is
    confusing because the latest place opened might have no relation
    with the document modified.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=767611
    Adapted from https://gitlab.gnome.org/GNOME/evince/commit/319a6d49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    When annotating or filling a form in a document, this must be saved
    as a different document as atril does not overwrite documents.
    The user can expect to store the modified file in the same place
    than the original document, except when the document lives in
    a temporary directory (e.g. downloaded automatically with a web
    browser), in whose case it must fallback to the Documents
    directory (if set) or the the home directory.

    Previously, atril assumed the latest directory used, or the place
    where an image or attachment was stored last. Such behaviour is
    confusing because the latest place opened might have no relation
    with the document modified.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=767611
    Adapted from https://gitlab.gnome.org/GNOME/evince/commit/319a6d49
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the chattiness of atril daemon</title>
<updated>2018-10-26T20:51:35+00:00</updated>
<author>
<name>Giovanni Campagna</name>
<email>gcampagna@src.gnome.org</email>
</author>
<published>2014-02-09T17:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f4b9c800c5121888e90098311257a366a5dab69d'/>
<id>f4b9c800c5121888e90098311257a366a5dab69d</id>
<content type='text'>
Use g_debug instead of g_printerr for debug warnings that happen
during normal operation. This way messages are suppressed, unless
the G_MESSAGES_DEBUG variable is set, and we avoid filling everyone's
journal with repetitive debugging info.

https://bugzilla.gnome.org/show_bug.cgi?id=723972

origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/707725e

fixes https://github.com/mate-desktop/atril/issues/315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use g_debug instead of g_printerr for debug warnings that happen
during normal operation. This way messages are suppressed, unless
the G_MESSAGES_DEBUG variable is set, and we avoid filling everyone's
journal with repetitive debugging info.

https://bugzilla.gnome.org/show_bug.cgi?id=723972

origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/707725e

fixes https://github.com/mate-desktop/atril/issues/315
</pre>
</div>
</content>
</entry>
<entry>
<title>moveable (older spelling) -&gt; movable</title>
<updated>2018-09-27T18:48:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2018-09-25T14:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=bf74341ab86c41b291b8ef0f98fdea427145106b'/>
<id>bf74341ab86c41b291b8ef0f98fdea427145106b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable StartPresentation action in fullscreen if document has no pages</title>
<updated>2018-04-08T11:15:50+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-04-04T09:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=b365c22e4a9e128b98e9d63552e83c2619a879ec'/>
<id>b365c22e4a9e128b98e9d63552e83c2619a879ec</id>
<content type='text'>
this also disables it when no document is loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this also disables it when no document is loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>disable ViewPresentation action if document has no pages</title>
<updated>2018-04-08T11:15:36+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-04-04T09:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e710942aab8622df1735170188c17002217b4823'/>
<id>e710942aab8622df1735170188c17002217b4823</id>
<content type='text'>
follow-up to 9c08159f6ce959f1aa0fc87da265854e9672365e - this action
should be disabled when e.g. a truncated pdf is loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
follow-up to 9c08159f6ce959f1aa0fc87da265854e9672365e - this action
should be disabled when e.g. a truncated pdf is loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>view: Fix page background rendering while loading</title>
<updated>2018-04-07T08:07:45+00:00</updated>
<author>
<name>Carlos Garcia Campos</name>
<email>carlosgc@gnome.org</email>
</author>
<published>2012-12-23T10:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=027a6581125c209d5f495877657af9e0fcb99678'/>
<id>027a6581125c209d5f495877657af9e0fcb99678</id>
<content type='text'>
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=38528f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=38528f9
</pre>
</div>
</content>
</entry>
<entry>
<title>view: Use a rendered frame instead of custom border</title>
<updated>2018-04-07T08:07:11+00:00</updated>
<author>
<name>William Jon McCann</name>
<email>jmccann@redhat.com</email>
</author>
<published>2012-12-23T09:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c09efef34a7ebda07efd4c9f6461c98dbeba47b4'/>
<id>c09efef34a7ebda07efd4c9f6461c98dbeba47b4</id>
<content type='text'>
So it can be styled with CSS.

https://bugzilla.gnome.org/show_bug.cgi?id=653294

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=7a6b53a
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=4657961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So it can be styled with CSS.

https://bugzilla.gnome.org/show_bug.cgi?id=653294

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=7a6b53a
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=4657961
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-loading-message: Remove unused variables</title>
<updated>2018-04-04T09:42:14+00:00</updated>
<author>
<name>Carlos Garcia Campos</name>
<email>carlosgc@gnome.org</email>
</author>
<published>2013-01-12T11:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=bb4e4b78eb54a5b2a221f3f38eafd8b39aec23a4'/>
<id>bb4e4b78eb54a5b2a221f3f38eafd8b39aec23a4</id>
<content type='text'>
origin commit:

https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=3fd4162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
origin commit:

https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&amp;id=3fd4162
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Don't dist generated files</title>
<updated>2018-03-26T14:26:57+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@gnome.org</email>
</author>
<published>2012-06-13T12:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6fe65745b578ccf5115fd4e18075ef07f2a50ab8'/>
<id>6fe65745b578ccf5115fd4e18075ef07f2a50ab8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
