<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libview, branch v1.13.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>libview: removed 'x' attribute from a header file</title>
<updated>2015-09-02T08:30:21+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-09-02T08:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fd91bcc72741c6c11befcf81724639f8f3e40e4b'/>
<id>fd91bcc72741c6c11befcf81724639f8f3e40e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop support for win32/osx/hildon, make smclient mandatory</title>
<updated>2015-08-31T12:51:17+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-24T19:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e5e2b894e070fd0509c0016e7285d78c6ff543c3'/>
<id>e5e2b894e070fd0509c0016e7285d78c6ff543c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use GObject instead of deprecated GtkObject in GTK+2 as well</title>
<updated>2015-08-08T13:43:34+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-08T13:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=3de4956ee790ad32f268134a25474b63e64a4682'/>
<id>3de4956ee790ad32f268134a25474b63e64a4682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
