<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libview, branch v1.24.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>libview: fixing memory leak</title>
<updated>2019-12-08T18:13:58+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=e24fa634dd558ad28ad611740d981dbe146481ba'/>
<id>e24fa634dd558ad28ad611740d981dbe146481ba</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:13:58+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=28e0f6ae87ecb9400c0b2b026b708ed99202458c'/>
<id>28e0f6ae87ecb9400c0b2b026b708ed99202458c</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>avoid redundant redeclarations</title>
<updated>2019-11-28T00:03:04+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-11T08:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0fc51a2c8daff96ed2535ed318dc4d737b34845c'/>
<id>0fc51a2c8daff96ed2535ed318dc4d737b34845c</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-23T12:53:28+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=a80c7898be8d5da89d64000e35ffd0af6c373c05'/>
<id>a80c7898be8d5da89d64000e35ffd0af6c373c05</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>ev-view: Remove unused variables and assignment</title>
<updated>2019-08-21T21:13:30+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-21T18:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=00f507ee7021fbdcef017c910ecc73ec76cb3066'/>
<id>00f507ee7021fbdcef017c910ecc73ec76cb3066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>view-presentation: Use monitor instead of screen</title>
<updated>2019-08-19T12:15:38+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-07-31T14:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e467608b6003d6c02952ed98b04f007a95d7b600'/>
<id>e467608b6003d6c02952ed98b04f007a95d7b600</id>
<content type='text'>
to determine window size.
Replace {Width/Hight}OfScreen which works only with X11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to determine window size.
Replace {Width/Hight}OfScreen which works only with X11
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-link-accessible: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:47:41+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=b28534ee4f907428aa925123e5c578722c95039f'/>
<id>b28534ee4f907428aa925123e5c578722c95039f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-timeline: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:47:41+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T11:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=2cb34d6e7ec814edc7960518fe9d648a6e28dec0'/>
<id>2cb34d6e7ec814edc7960518fe9d648a6e28dec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-form-field-accessible: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:47:41+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T11:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=278c2e0bf810089e1df7a85022cc1b77f198105e'/>
<id>278c2e0bf810089e1df7a85022cc1b77f198105e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-image-accessible: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:47:41+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ae96197d910d90fe8729b8fbcdd2841c99874660'/>
<id>ae96197d910d90fe8729b8fbcdd2841c99874660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
