<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril, branch v1.26.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>release 1.26.0</title>
<updated>2021-08-06T10:44:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-08-06T10:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=268ed59da718f619acc4b85573b892b0fe7ffd1d'/>
<id>268ed59da718f619acc4b85573b892b0fe7ffd1d</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>2021-08-06T10:44:11+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-08-06T09:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e47829c063eee38eec4c9eba398350b44152ebce'/>
<id>e47829c063eee38eec4c9eba398350b44152ebce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update resource</title>
<updated>2021-08-06T09:29:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-08-06T09:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e85824b1f7da4dc142a25a9eef500014d3f0609f'/>
<id>e85824b1f7da4dc142a25a9eef500014d3f0609f</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 libera.chat as notification server</title>
<updated>2021-08-06T09:27:07+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-08-06T09:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e04d77232cf433d9340e83c0761ee102a6710f97'/>
<id>e04d77232cf433d9340e83c0761ee102a6710f97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-window.c: only create a EvWebView if needed</title>
<updated>2021-07-10T11:51:42+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2021-06-04T11:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=88e8547e92c3694326c25417ea813942a7b24862'/>
<id>88e8547e92c3694326c25417ea813942a7b24862</id>
<content type='text'>
A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-sidebar-links: Optimize reverse link lookup for a page</title>
<updated>2021-06-15T18:10:04+00:00</updated>
<author>
<name>Christoph Fritz</name>
<email>chf.fritz@googlemail.com</email>
</author>
<published>2021-03-08T12:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=50d0b23c608020dd1da3fb3e13883941182ec89e'/>
<id>50d0b23c608020dd1da3fb3e13883941182ec89e</id>
<content type='text'>
Commit adapted for atril, picked up from:
https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917

Credits to Benjamin Berg &lt;bberg@redhat.com&gt;

  | For large documents the linear search for the first link that is on a
  | certain page is really slow. Because of this scrolling becomes slow
  | whenever the page changes.
  |
  | Replace the linear search with a search in a binary tree populated with
  | the first link on each page and the corresponding GtkTreePath. This way
  | a specialized binary tree lookup can be used to find the closest
  | matching link and select that in the treeview.
  |
  | https://bugzilla.gnome.org/show_bug.cgi?id=779614
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit adapted for atril, picked up from:
https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917

Credits to Benjamin Berg &lt;bberg@redhat.com&gt;

  | For large documents the linear search for the first link that is on a
  | certain page is really slow. Because of this scrolling becomes slow
  | whenever the page changes.
  |
  | Replace the linear search with a search in a binary tree populated with
  | the first link on each page and the corresponding GtkTreePath. This way
  | a specialized binary tree lookup can be used to find the closest
  | matching link and select that in the treeview.
  |
  | https://bugzilla.gnome.org/show_bug.cgi?id=779614
</pre>
</div>
</content>
</entry>
<entry>
<title>travis-ci: use ubuntu focal as host system</title>
<updated>2021-05-29T13:16:16+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-05-29T13:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ae1c8e7e9e881022bbad8da68b3efcee10268ed0'/>
<id>ae1c8e7e9e881022bbad8da68b3efcee10268ed0</id>
<content type='text'>
fixes build issues with fedora:latest (f34) tag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes build issues with fedora:latest (f34) tag.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: disable travis builds for ubuntu</title>
<updated>2021-04-22T17:16:31+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-04-22T16:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b'/>
<id>d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b</id>
<content type='text'>
Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
</pre>
</div>
</content>
</entry>
<entry>
<title>introspection: Fix bogus --library arguments.</title>
<updated>2021-04-13T15:43:16+00:00</updated>
<author>
<name>orbea</name>
<email>orbea@riseup.net</email>
</author>
<published>2021-04-04T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=31f65910114d11671cb042ee240b95e78a933ebb'/>
<id>31f65910114d11671cb042ee240b95e78a933ebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdocument: remove _ev_g_mkdtemp function</title>
<updated>2021-04-01T16:04:43+00:00</updated>
<author>
<name>Jason Crain</name>
<email>jcrain@src.gnome.org</email>
</author>
<published>2020-01-10T22:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=b8f1d0c2d0ebb7adaecc9fcaceef111a3737ebff'/>
<id>b8f1d0c2d0ebb7adaecc9fcaceef111a3737ebff</id>
<content type='text'>
The g_mkdtemp function was added to glib 2.30. Remove our local copy and
use the glib one instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The g_mkdtemp function was added to glib 2.30. Remove our local copy and
use the glib one instead.
</pre>
</div>
</content>
</entry>
</feed>
