~mate-desktop/mate-desktop/+git/atril:1.18

Last commit made on 2018-04-09
Get this branch:
git clone -b 1.18 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/atril

Branch merges

Branch information

Recent commits

4b3873b... by Vlad Orlov

release 1.18.5

6428f20... by Vlad Orlov

fix previous NEWS entry

35751a6... by Antia Puentes

ev-view-accessible: Fix a crash in ev_view_accessible_get_link

Check array limits returning early if the link index is out of range.

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

https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=7eac53f

1c14dc9... by Vlad Orlov

disable StartPresentation action in fullscreen if document has no pages

this also disables it when no document is loaded

b1d39db... by Vlad Orlov

disable ViewPresentation action if document has no pages

follow-up to 294923b3afd7fa2232239cd3905e78ec817fa8f7 - this action
should be disabled when e.g. a truncated pdf is loaded

294923b... by Lubos Koudelka <email address hidden>

Disable view presentation if there is no document.

otherwise atril crashes

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

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=b4bf316

fecc271... by Carlos Garcia Campos

libview: Fix goto window in presentation mode

It wasn't correctly set as modal.

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-2&id=987aab6

4bc8ddd... by Marek Kašík

libview: Check number of pages when processing button events

Check whether there are some pages in the opened document
when processing button events to avoid crash.

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

origin commit:
https://git.gnome.org/browse/evince/commit/?id=f30aed7

7bba877... by Germán Poo-Caamaño

libview: Check number of pages on ev_view_document_changed_cb
Fix crash on corrupted PDF with no pages.

Thanks to Juha Kylmänen from OUSPG who were testing robutness.
(CVE-2013-3718).

libview: Fix warning on ev_view_document_changed_cb
There was an introduction of a warning when fixing the bug
https://bugzilla.gnome.org/show_bug.cgi?id=701302

If ev_view_document_changed_cb () is emitted when there
is no previous document, the check fails.

This patch change the order of the condition checks.

origin commits:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=62b1585
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=5431595

370cea4... by P M

libview: save inverted colors in a document

The web-view callback for inverted colors got called, and if it did not find a web-view open
it defaulted to FALSE for inverted colors.

origin commit:
https://github.com/linuxmint/xreader/commit/abb5060
https://github.com/linuxmint/xreader/issues/38