<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril, branch v1.19.1</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>release 1.19.1</title>
<updated>2017-08-15T14:34:28+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-15T14:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=126fb75a05e5dccc468738fc614e145728b60613'/>
<id>126fb75a05e5dccc468738fc614e145728b60613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with transifex</title>
<updated>2017-08-15T12:57:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-15T12:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fa4972fdc419aea39288d3a0468e111f9371e4a2'/>
<id>fa4972fdc419aea39288d3a0468e111f9371e4a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar-thumbnails: fix unwanted move to start after fullscreen</title>
<updated>2017-08-15T12:09:42+00:00</updated>
<author>
<name>Nelson Benitez Leon</name>
<email>nbenitezl@gmail.com</email>
</author>
<published>2017-06-04T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4f39960daadb0a89f752d314b81612dcec5a30c0'/>
<id>4f39960daadb0a89f752d314b81612dcec5a30c0</id>
<content type='text'>
After activating or deactivating fullscreen mode, the sidebar
window is automatically moved to its start, while scroll bar
stays in its original position.

The sidebar window move is unwanted and unsolicited, and it's
most probably caused by GtkIconView or GtkScrolledWindow bug.

Workaround this by having the sidebar sync its window with the
current scroll position after a fullscreen operation, do that by
just emitting a "value-changed" on the current scroll adjustment.

https://bugzilla.gnome.org/show_bug.cgi?id=783404
origin commit:
https://git.gnome.org/browse/evince/commit/?id=2bfb8fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After activating or deactivating fullscreen mode, the sidebar
window is automatically moved to its start, while scroll bar
stays in its original position.

The sidebar window move is unwanted and unsolicited, and it's
most probably caused by GtkIconView or GtkScrolledWindow bug.

Workaround this by having the sidebar sync its window with the
current scroll position after a fullscreen operation, do that by
just emitting a "value-changed" on the current scroll adjustment.

https://bugzilla.gnome.org/show_bug.cgi?id=783404
origin commit:
https://git.gnome.org/browse/evince/commit/?id=2bfb8fa
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar-thumbnails: preload one extra visible range while scrolling</title>
<updated>2017-08-15T12:09:42+00:00</updated>
<author>
<name>Nelson Benitez Leon</name>
<email>nbenitezl@gmail.com</email>
</author>
<published>2017-06-03T14:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c3bc9fa16ddeae691b9154024725dd85d56011d7'/>
<id>c3bc9fa16ddeae691b9154024725dd85d56011d7</id>
<content type='text'>
Preload both before and after current visible scrolling range,
the same amount of thumbnails in it, to help prevent thumbnail
creation happening in the user's sight.

https://bugzilla.gnome.org/show_bug.cgi?id=342110#c15
origin commit:
https://git.gnome.org/browse/evince/commit/?id=1fc8c68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preload both before and after current visible scrolling range,
the same amount of thumbnails in it, to help prevent thumbnail
creation happening in the user's sight.

https://bugzilla.gnome.org/show_bug.cgi?id=342110#c15
origin commit:
https://git.gnome.org/browse/evince/commit/?id=1fc8c68
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar-thumbnails: keep thumbnails already rendered</title>
<updated>2017-08-15T12:09:42+00:00</updated>
<author>
<name>Nelson Benitez Leon</name>
<email>nbenitezl@gmail.com</email>
</author>
<published>2017-06-03T10:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=79a83766f4ce2f3ee29ada760e0a17f48e7be034'/>
<id>79a83766f4ce2f3ee29ada760e0a17f48e7be034</id>
<content type='text'>
Evince renders thumbnails on-the-fly as they get into the
scrolling visible area, but at the same time it will remove
them as they get out of the visible scrolling area, so when
user scrolls back to same position he will notice thumbnails
be recreated.

In pro of a more icing user experience, let's adopt a mixed approach
and keep the thumbnails that the user has already navigated, so
when he scrolls back and forth in the same area no thumbnail
re-generation will be visible. This also matches behaviour with
other pdf readers.

https://bugzilla.gnome.org/show_bug.cgi?id=342110
origin commit:
https://git.gnome.org/browse/evince/commit/?id=121e4d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Evince renders thumbnails on-the-fly as they get into the
scrolling visible area, but at the same time it will remove
them as they get out of the visible scrolling area, so when
user scrolls back to same position he will notice thumbnails
be recreated.

In pro of a more icing user experience, let's adopt a mixed approach
and keep the thumbnails that the user has already navigated, so
when he scrolls back and forth in the same area no thumbnail
re-generation will be visible. This also matches behaviour with
other pdf readers.

https://bugzilla.gnome.org/show_bug.cgi?id=342110
origin commit:
https://git.gnome.org/browse/evince/commit/?id=121e4d9
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar-thumbnails: fix clunky scrolling</title>
<updated>2017-08-15T12:09:42+00:00</updated>
<author>
<name>Nelson Benitez Leon</name>
<email>nbenitezl@gmail.com</email>
</author>
<published>2017-05-28T17:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=744a1c5e8259773b35600944c28189b98879f937'/>
<id>744a1c5e8259773b35600944c28189b98879f937</id>
<content type='text'>
Caused by GtkIconView doing an invalidate and relayout of *all*
items in the view anytime we update model data in any indiviual
item (which happens with all the items that are getting in and out
of the scrolling area while we scroll). This caused GtkIconView to
machine-gunned us with "size-allocate" signals, a signal we were
using to update thumbnails when the sidebar is resized.

Fixed by connecting to the GtkTreeModel "row-changed" signal before
GtkIconView does it, and stop emission from there.

As we don't depend now on "size-allocate" signals to show thumbnails
while we scroll, just queue a draw on the icon view when a
thumbnail finish rendering.

Thanks Jose Aliste for first spotting the problem.

https://bugzilla.gnome.org/show_bug.cgi?id=691448
origin commit:
https://git.gnome.org/browse/evince/commit/?id=6480c70

Fixes https://github.com/mate-desktop/atril/issues/255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused by GtkIconView doing an invalidate and relayout of *all*
items in the view anytime we update model data in any indiviual
item (which happens with all the items that are getting in and out
of the scrolling area while we scroll). This caused GtkIconView to
machine-gunned us with "size-allocate" signals, a signal we were
using to update thumbnails when the sidebar is resized.

Fixed by connecting to the GtkTreeModel "row-changed" signal before
GtkIconView does it, and stop emission from there.

As we don't depend now on "size-allocate" signals to show thumbnails
while we scroll, just queue a draw on the icon view when a
thumbnail finish rendering.

Thanks Jose Aliste for first spotting the problem.

https://bugzilla.gnome.org/show_bug.cgi?id=691448
origin commit:
https://git.gnome.org/browse/evince/commit/?id=6480c70

Fixes https://github.com/mate-desktop/atril/issues/255
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year in Caja extension</title>
<updated>2017-08-15T11:03:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-08-15T11:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=43895b016112550614db76212d921097d35b98e7'/>
<id>43895b016112550614db76212d921097d35b98e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>annotations-sidebar: Clean up the styling</title>
<updated>2017-08-15T10:45:59+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-12T11:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=16c6e46c38655f223f12b36108fa563fc92bdde3'/>
<id>16c6e46c38655f223f12b36108fa563fc92bdde3</id>
<content type='text'>
Not sure why we need a GtkNotebook with a tab dedicated to nothing
but holding a single button. Ditch the notebook and put the add button
at the bottom of the sidebar.

The 'add annontation button' is edited for Atril,
just a GtkStock repacement without using GtkStock ;-)
And we use a GtkButtonBox instead of a GtkToolbar as parent for the
'add button', to be consistent with the other sidebars.

inspired by:
https://github.com/linuxmint/xreader/commit/b8627de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure why we need a GtkNotebook with a tab dedicated to nothing
but holding a single button. Ditch the notebook and put the add button
at the bottom of the sidebar.

The 'add annontation button' is edited for Atril,
just a GtkStock repacement without using GtkStock ;-)
And we use a GtkButtonBox instead of a GtkToolbar as parent for the
'add button', to be consistent with the other sidebars.

inspired by:
https://github.com/linuxmint/xreader/commit/b8627de
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-annotation-window: Fix setting the color of the window border</title>
<updated>2017-08-14T18:02:44+00:00</updated>
<author>
<name>JosephMcc</name>
<email>mccullarjoseph@gmail.com</email>
</author>
<published>2017-03-18T20:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=1707819fbed55e83e2ecf069b4de6281e66d4d22'/>
<id>1707819fbed55e83e2ecf069b4de6281e66d4d22</id>
<content type='text'>
We need to actually connect to a change in the correct property to update this.
In this case "rgba", not "color". We also need to prevent the system theme from
affecting the color of the annotation window.

taken from:
https://github.com/linuxmint/xreader/commit/1236d4b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to actually connect to a change in the correct property to update this.
In this case "rgba", not "color". We also need to prevent the system theme from
affecting the color of the annotation window.

taken from:
https://github.com/linuxmint/xreader/commit/1236d4b
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: fix annotation window focus change after creation</title>
<updated>2017-08-14T18:02:44+00:00</updated>
<author>
<name>Nelson Benitez Leon</name>
<email>nbenitezl@gmail.com</email>
</author>
<published>2013-08-14T08:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=74c480343a89e8fcabc3b1e8d71d77db8c039c75'/>
<id>74c480343a89e8fcabc3b1e8d71d77db8c039c75</id>
<content type='text'>
Be able to start entering text right after selecting
or creating an annotation, also hide text cursor
when window goes unfocused (backdrop state).

https://bugzilla.gnome.org/show_bug.cgi?id=668446

taken from:
https://git.gnome.org/browse/evince/commit/?id=fc8fe57
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be able to start entering text right after selecting
or creating an annotation, also hide text cursor
when window goes unfocused (backdrop state).

https://bugzilla.gnome.org/show_bug.cgi?id=668446

taken from:
https://git.gnome.org/browse/evince/commit/?id=fc8fe57
</pre>
</div>
</content>
</entry>
</feed>
