<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril, branch v1.22.3</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>release 1.22.3</title>
<updated>2019-12-08T18:28:11+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-12-08T18:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=554a2a02de1d268224db30627980d21092ffd7b1'/>
<id>554a2a02de1d268224db30627980d21092ffd7b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-12-08T18:24:43+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-12-08T18:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=7d5a851ab71283ce93c94fc69a9edb0eae7d1799'/>
<id>7d5a851ab71283ce93c94fc69a9edb0eae7d1799</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: fixing memory leak</title>
<updated>2019-12-08T18:16:54+00:00</updated>
<author>
<name>Giselle Reis</name>
<email>gisellemnr@src.gnome.org</email>
</author>
<published>2014-08-29T22:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=1e9f259b8e5cee2750fb42c4469112560e5b23ce'/>
<id>1e9f259b8e5cee2750fb42c4469112560e5b23ce</id>
<content type='text'>
The memory leak was caused by a g_signal_connect
which was never disconnected. This patch makes
sure the signal is disconnected and the job is
cancelled before creating another rendering job.
It additionally introduces a helper function to
cleanly finalize the job.

origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/939c434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memory leak was caused by a g_signal_connect
which was never disconnected. This patch makes
sure the signal is disconnected and the job is
cancelled before creating another rendering job.
It additionally introduces a helper function to
cleanly finalize the job.

origin commit:
https://gitlab.gnome.org/GNOME/evince/commit/939c434
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "First page should not reloaded"</title>
<updated>2019-12-08T18:16:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-11-27T10:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=018d33c2c8c863ecdbfa46c52e9ff374c24ae6f3'/>
<id>018d33c2c8c863ecdbfa46c52e9ff374c24ae6f3</id>
<content type='text'>
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c.

and fixes https://github.com/mate-desktop/atril/issues/404
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c.

and fixes https://github.com/mate-desktop/atril/issues/404
</pre>
</div>
</content>
</entry>
<entry>
<title>travis ci: use fedora:latest</title>
<updated>2019-11-24T15:46:30+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-11-24T15:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ea8536e3138fb2954424987fd6cfad32716773bc'/>
<id>ea8536e3138fb2954424987fd6cfad32716773bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: Reset `pressed_button` when starting Drag and Drop</title>
<updated>2019-11-23T13:44:21+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2019-11-04T18:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ecd0d8cbf4851d36f2fe859b38740d0203949c4d'/>
<id>ecd0d8cbf4851d36f2fe859b38740d0203949c4d</id>
<content type='text'>
If view-&gt;pressed_button is left set, when the Drag and Drop operation completes, Atril will act as if it is still in a selection event.

Adapted from: https://gitlab.gnome.org/GNOME/evince/commit/92828bb797742e04aadbfdd62ba1da36837c37cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If view-&gt;pressed_button is left set, when the Drag and Drop operation completes, Atril will act as if it is still in a selection event.

Adapted from: https://gitlab.gnome.org/GNOME/evince/commit/92828bb797742e04aadbfdd62ba1da36837c37cf
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: use Ubuntu 19.10 instead 19.04</title>
<updated>2019-10-23T14:11:33+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-10-23T14:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=51756a1ec610e9d9c6d8c19ba0067bde52ef0d31'/>
<id>51756a1ec610e9d9c6d8c19ba0067bde52ef0d31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: use Debian "testing" instead "sid"</title>
<updated>2019-10-12T20:49:39+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-10-06T18:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=bd89aaa26785151cf2cfc290d335ebbfb09b22cd'/>
<id>bd89aaa26785151cf2cfc290d335ebbfb09b22cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis(ci): enable notify_servers</title>
<updated>2019-10-05T16:03:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-05T16:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e259accb9eb7fd6a1ccbb41122e3d8267913c8bd'/>
<id>e259accb9eb7fd6a1ccbb41122e3d8267913c8bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.22.2</title>
<updated>2019-09-17T12:36:34+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-17T12:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=43d171bf7cd6b6c0da676b562629160f78c01b5e'/>
<id>43d171bf7cd6b6c0da676b562629160f78c01b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
