<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/shell, branch v1.19.5</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>shell: show caret navigation in menu</title>
<updated>2017-11-27T09:13:51+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-11-24T09:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d691bf7c0176fbd9215dc204d381fb0579935cb1'/>
<id>d691bf7c0176fbd9215dc204d381fb0579935cb1</id>
<content type='text'>
but set this action sensitive for epubs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but set this action sensitive for epubs
</pre>
</div>
</content>
</entry>
<entry>
<title>Some text fixes for caret message area</title>
<updated>2017-11-27T09:13:51+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-09-09T15:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=eef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef'/>
<id>eef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef</id>
<content type='text'>
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=f847cd0
https://git.gnome.org/browse/evince/commit/?id=aa76196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=f847cd0
https://git.gnome.org/browse/evince/commit/?id=aa76196
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: remove view_actions_focus_out_cb</title>
<updated>2017-11-22T16:51:12+00:00</updated>
<author>
<name>José Aliste</name>
<email>jaliste@src.gnome.org</email>
</author>
<published>2013-05-28T04:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=2e6280dbe736802fa10378add2134017dc54a66c'/>
<id>2e6280dbe736802fa10378add2134017dc54a66c</id>
<content type='text'>
It is now doing nothing

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=b0f7bfe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is now doing nothing

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=b0f7bfe
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Remove ev_window_set_view_accels_sensitivity</title>
<updated>2017-11-22T16:51:12+00:00</updated>
<author>
<name>José Aliste</name>
<email>jaliste@src.gnome.org</email>
</author>
<published>2013-05-28T03:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6a28b5037cf06f218c7fde1a3dc046743ad4971e'/>
<id>6a28b5037cf06f218c7fde1a3dc046743ad4971e</id>
<content type='text'>
Now that we chain the accels to the focused widget,
we do not need anymore to disable accels when the view
is not focused.

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=39defbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we chain the accels to the focused widget,
we do not need anymore to disable accels when the view
is not focused.

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=39defbd
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: forward accels to the focused widget</title>
<updated>2017-11-22T16:51:12+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-11-21T21:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=471b87793bff4e81c5f6f47efd8dcc69349e4758'/>
<id>471b87793bff4e81c5f6f47efd8dcc69349e4758</id>
<content type='text'>
GtkWindow catches keybindings for the menu items _before_ passing them to
the focused widget. This is unfortunate and means that pressing ctrl+Left
arrow, Ctrl+Right arrow on the search bar ends up turning the EvView
instead of moving around the text.
Here we override GtkWindow's handler to do the same things that it
does, but in the opposite order and then we chain up to the grand
parent handler, skipping gtk_window_key_press_event.

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

inspired from https://git.gnome.org/browse/evince/commit/?id=70a2c0780b1b44acfa18f4762a3400b89eb123b5

fix rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1513826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkWindow catches keybindings for the menu items _before_ passing them to
the focused widget. This is unfortunate and means that pressing ctrl+Left
arrow, Ctrl+Right arrow on the search bar ends up turning the EvView
instead of moving around the text.
Here we override GtkWindow's handler to do the same things that it
does, but in the opposite order and then we chain up to the grand
parent handler, skipping gtk_window_key_press_event.

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

inspired from https://git.gnome.org/browse/evince/commit/?id=70a2c0780b1b44acfa18f4762a3400b89eb123b5

fix rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1513826
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a global array for view accel action</title>
<updated>2017-11-22T16:51:12+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-11-22T09:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=072541b9457cdb0ca41fa5948803b1b7d8d17a11'/>
<id>072541b9457cdb0ca41fa5948803b1b7d8d17a11</id>
<content type='text'>
and a loop to change their sensitivity

inspired from:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=d15eeda
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=2ed0f3d
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=793361c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and a loop to change their sensitivity

inspired from:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=d15eeda
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=2ed0f3d
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&amp;id=793361c
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: fix stock item for message area</title>
<updated>2017-09-09T20:44:55+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-09-09T20:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=52283c0d4b0bb97a00570c2978fcfc5e3f697ddc'/>
<id>52283c0d4b0bb97a00570c2978fcfc5e3f697ddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crashes of epub documents with caret-navigation</title>
<updated>2017-09-06T19:19:51+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-09-06T12:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=5c7cc863a54b87230dd5f8c97cb1a3fd0df5c2fe'/>
<id>5c7cc863a54b87230dd5f8c97cb1a3fd0df5c2fe</id>
<content type='text'>
This is a quick fix for getting caret-navigation working in atril.
All this code needs to be reworked for epubs.
Note: caret-navigation is always enabled if text is selected with epubs,
for some reasons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a quick fix for getting caret-navigation working in atril.
All this code needs to be reworked for epubs.
Note: caret-navigation is always enabled if text is selected with epubs,
for some reasons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Store the caret cursor position in document metadata</title>
<updated>2017-09-06T19:19:51+00:00</updated>
<author>
<name>Carlos Garcia Campos</name>
<email>carlosgc@gnome.org</email>
</author>
<published>2013-07-28T08:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c10fbb47f82e7cd9602c575d3739438d7a787d9c'/>
<id>c10fbb47f82e7cd9602c575d3739438d7a787d9c</id>
<content type='text'>
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=3e468fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=3e468fa
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Enable/disable the caret navigation with F7</title>
<updated>2017-09-06T19:19:51+00:00</updated>
<author>
<name>Antia Puentes</name>
<email>apuentes@igalia.com</email>
</author>
<published>2013-07-26T12:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=62bc1f7c30631da0fd7a0ee1294050c697e2b35b'/>
<id>62bc1f7c30631da0fd7a0ee1294050c697e2b35b</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=702079

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=fc9b6d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=702079

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=fc9b6d1
</pre>
</div>
</content>
</entry>
</feed>
