<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libview, branch 1.10</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>corrected bug tracker links everywhere</title>
<updated>2015-03-19T08:31:29+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-03-17T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=65c27ac69a8a51da67bcca591e1933815a1032b3'/>
<id>65c27ac69a8a51da67bcca591e1933815a1032b3</id>
<content type='text'>
Closes https://github.com/mate-desktop/atril/pull/132
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/atril/pull/132
</pre>
</div>
</content>
</entry>
<entry>
<title>webkit: indicate that job failed when the thumbnail loading fails</title>
<updated>2015-03-15T18:01:47+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-29T14:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4dae1332476f20b157a5bb753bb8a52c3dfb09cd'/>
<id>4dae1332476f20b157a5bb753bb8a52c3dfb09cd</id>
<content type='text'>
in GTK+3 build as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in GTK+3 build as well
</pre>
</div>
</content>
</entry>
<entry>
<title>webkit changes</title>
<updated>2015-03-15T18:01:47+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-29T13:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d13d6da8614a33a13989196f450b360528e110f5'/>
<id>d13d6da8614a33a13989196f450b360528e110f5</id>
<content type='text'>
- GTK+2 build: use signals to get notifications about load finish
  and errors (instead of polling in idle function)
- GTK+2 build: indicate that job failed when the thumbnail loading
  fails - it doesn't seem to change anything though, but gotta
  figure out how to do the same in GTK+3 build for consistency
- changed lock/unlock logic so that there's no locking in a function
  and unlocking in a callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- GTK+2 build: use signals to get notifications about load finish
  and errors (instead of polling in idle function)
- GTK+2 build: indicate that job failed when the thumbnail loading
  fails - it doesn't seem to change anything though, but gotta
  figure out how to do the same in GTK+3 build for consistency
- changed lock/unlock logic so that there's no locking in a function
  and unlocking in a callback
</pre>
</div>
</content>
</entry>
<entry>
<title>webkit: don't connect signal handlers more than once</title>
<updated>2015-03-15T18:01:47+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-29T09:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a8538a8fe5575139923d8058f14f5219264a5ed9'/>
<id>a8538a8fe5575139923d8058f14f5219264a5ed9</id>
<content type='text'>
avoids calling the callback twice and crashing in GTK+3 build
(because that callback unlocks the mutex, and glib gets angry
when you unlock a mutex twice)

Closes https://github.com/mate-desktop/atril/pull/128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids calling the callback twice and crashing in GTK+3 build
(because that callback unlocks the mutex, and glib gets angry
when you unlock a mutex twice)

Closes https://github.com/mate-desktop/atril/pull/128
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: clear caches after destroying child widgets.</title>
<updated>2014-12-10T01:24:12+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=07363a38f4f9524b5ff5cae474fff36598d4608a'/>
<id>07363a38f4f9524b5ff5cae474fff36598d4608a</id>
<content type='text'>
Taken from evince commit: 4de037ccccb4d836db43bf97fdaacf7c02ffb1f1
From: Marek Kašík &lt;mkasik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 4de037ccccb4d836db43bf97fdaacf7c02ffb1f1
From: Marek Kašík &lt;mkasik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct</title>
<updated>2014-12-10T01:20:36+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a2bd784cca80111f4f59c81d9d86a20aec784952'/>
<id>a2bd784cca80111f4f59c81d9d86a20aec784952</id>
<content type='text'>
Taken from evince commit: dae88237d66fd49588cc27136c59376c443f9e9f
From: danigm &lt;danigm@wadobo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: dae88237d66fd49588cc27136c59376c443f9e9f
From: danigm &lt;danigm@wadobo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y: fixed offset index error</title>
<updated>2014-12-10T01:19:48+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e8b35c2524490173ba03f2bd816981b065ab9b07'/>
<id>e8b35c2524490173ba03f2bd816981b065ab9b07</id>
<content type='text'>
Taken from evince commit: af0c0f056f8e2f64244df3b7cf1132347f4a9716
From: danigm &lt;danigm@wadobo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: af0c0f056f8e2f64244df3b7cf1132347f4a9716
From: danigm &lt;danigm@wadobo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y: checking null before setting text_buffer text</title>
<updated>2014-12-10T01:18:57+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f8e8685f067bae57ed3ca1bd462086c0e9dbae7d'/>
<id>f8e8685f067bae57ed3ca1bd462086c0e9dbae7d</id>
<content type='text'>
Taken from evince commit: 88aee427ed3c45f7d84216f5512fbb07ce164edd
From: danigm &lt;danigm@wadobo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 88aee427ed3c45f7d84216f5512fbb07ce164edd
From: danigm &lt;danigm@wadobo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: Save contents of FormTextFields when they loss focus.</title>
<updated>2014-12-10T01:18:04+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0e54ba33b487090b5befeb55ea6a6526bf207e35'/>
<id>0e54ba33b487090b5befeb55ea6a6526bf207e35</id>
<content type='text'>
Taken from evince commit: c8104d3426a7bd7ce6570a87363e4edeea472fce
From: José Aliste &lt;jaliste@src.gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=624921
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: c8104d3426a7bd7ce6570a87363e4edeea472fce
From: José Aliste &lt;jaliste@src.gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=624921
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: remove all widgets from the View when reloading the doc</title>
<updated>2014-12-10T01:07:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=308782586222c4ba4ccc1585f6b0c636f521fddb'/>
<id>308782586222c4ba4ccc1585f6b0c636f521fddb</id>
<content type='text'>
Taken from evince commit: 8434736a712f5b93d1f3909221abe0b88096f78a
From: José Aliste &lt;jaliste@src.gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: 8434736a712f5b93d1f3909221abe0b88096f78a
From: José Aliste &lt;jaliste@src.gnome.org&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632087
</pre>
</div>
</content>
</entry>
</feed>
