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

Last commit made on 2021-06-15
Get this branch:
git clone -b 1.24 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/atril

Branch merges

Branch information

Recent commits

40f3d27... by Christoph Fritz <email address hidden>

ev-sidebar-links: Optimize reverse link lookup for a page

Commit adapted for atril, picked up from:
https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917

Credits to Benjamin Berg <email address hidden>

  | 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

0636e7a... by raveit65

travis-ci: use ubuntu focal as host system

fixes build issues with fedora:latest (f34) tag.

8ad6d33... by raveit65

travis: disable travis builds for ubuntu

Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25

3cdb3a0... by orbea <email address hidden>

introspection: Fix bogus --library arguments.

d4bec44... by raveit65

release 1.24.1

e3b161c... by raveit65

tx: sync with transifex

7f54302... by raveit65

tx: update resource

6e09927... by raveit65

travis: build with mate-common-1.24.2 from repos

9f02eb9... by raveit65

travis: use rolling tag for ubuntu

14137a0... by raveit65

travis: temporarily disable build for ArchLinux