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

Owned by MATE Desktop
Get this repository:
git clone https://git.not.enabled/~mate-desktop/mate-desktop/+git/atril

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/mate-desktop/atril/.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 50 seconds — see the log

Branches

Name Last Modified Last Commit
fix-wlcrash 2025-03-04 03:18:11 UTC
Wayland: stop segfaults on some systems

Author: luke
Author Date: 2025-02-25 19:53:11 UTC

Wayland: stop segfaults on some systems

*Put a missed instance of gdk_x11_screen_get_screen_number behind x11-only selectors

gh-pages 2024-12-03 01:49:29 UTC
Deploy mate-desktop/atril to github.com/mate-desktop/atril.git:gh-pages

Author: luke
Author Date: 2024-12-03 01:49:29 UTC

Deploy mate-desktop/atril to github.com/mate-desktop/atril.git:gh-pages

master 2024-12-03 01:33:52 UTC
Release 1.28.1

Author: luke
Author Date: 2024-12-03 01:33:52 UTC

Release 1.28.1

1.26 2024-01-31 11:23:48 UTC
fix a incompatible pointer type warning for gcc14

Author: raveit65
Author Date: 2024-01-31 10:47:29 UTC

fix a incompatible pointer type warning for gcc14

* fix a incompatible pointer type warning for gcc14

Co-authored-by: Colomban Wendling <cwendling@hypra.fr>

1.24 2021-06-15 18:12:32 UTC
ev-sidebar-links: Optimize reverse link lookup for a page

Author: Christoph Fritz
Author Date: 2021-03-08 12:54:39 UTC

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 <bberg@redhat.com>

  | 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

find-sidebar 2021-06-06 08:10:41 UTC
Improve search system

Author: mbkma
Author Date: 2021-06-04 15:42:28 UTC

Improve search system

shell: Add EvFindSidebar widget to show search results
see https://gitlab.gnome.org/GNOME/evince/-/commit/940ce8048e4fc6503dca03c1ce090ff4a11dface

eggfindbar: don't close the findbar when it loses the focus
see https://gitlab.gnome.org/GNOME/evince/-/commit/a2d781fb124bd19861035fd41dacc976e00d19ef

shell: Add the findbar to the main box instead of the view box

libview: Add ev_view_find_set_result

1.22 2020-02-26 15:24:47 UTC
Travis CI: arch build: add autoconf-archive

Author: Pablo Barciela
Author Date: 2020-02-26 14:54:43 UTC

Travis CI: arch build: add autoconf-archive

1.20 2019-08-06 20:53:23 UTC
prevent segfaults when no document loaded

Author: Reuben Green
Author Date: 2019-08-03 22:47:43 UTC

prevent segfaults when no document loaded

See the issue report for a description of the bug. The root cause is
dereferencing of NULL pointers, specifically the priv->document member of
EvWindow structures when no document is loaded. This commit adds checks
for a NULL value of priv->document at all the points in the file
shell/ev-window.c where this pointer was previously dereferenced without
being checked.

Fixes 357 (https://github.com/mate-desktop/atril/issues/357)

wip/libgepub 2019-03-06 04:11:01 UTC
drop current epub support

Author: yetist
Author Date: 2019-01-29 09:50:46 UTC

drop current epub support

1.18 2018-04-09 10:14:16 UTC
release 1.18.5

Author: Vlad Orlov
Author Date: 2018-04-09 10:14:16 UTC

release 1.18.5

1.16 2017-04-13 12:07:28 UTC
libview: use GtkObject where it has to be in GTK+2 build

Author: Vlad Orlov
Author Date: 2017-04-13 12:07:28 UTC

libview: use GtkObject where it has to be in GTK+2 build

fix build warnings caused by some mistakes made in 3de4956ee790ad32f268134a25474b63e64a4682

1.14 2016-08-09 19:22:21 UTC
release 1.14.2

Author: Vlad Orlov
Author Date: 2016-08-09 19:22:21 UTC

release 1.14.2

1.12 2015-12-18 07:40:59 UTC
Release 1.12.2

Author: Vlad Orlov
Author Date: 2015-12-18 07:40:59 UTC

Release 1.12.2

1.10 2015-11-28 17:52:09 UTC
release 1.10.3

Author: raveit65
Author Date: 2015-11-28 17:52:09 UTC

release 1.10.3

1.8 2015-06-09 21:51:45 UTC
Merge pull request #129 from monsta/patch-1

Author: Martin Wimpress 
Author Date: 2015-06-09 21:51:45 UTC

Merge pull request #129 from monsta/patch-1

[1.8] ev-jobs: don't forget to unlock the trylock'ed mutex

1.6 2014-01-27 20:43:52 UTC
Bump version to 1.6.2

Author: infirit
Author Date: 2014-01-27 20:43:52 UTC

Bump version to 1.6.2

116 of 16 results
This repository contains Public information 
Everyone can see this information.

Subscribers