1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-30 22:54:23 +00:00
Go to file
Bastien Nocera 15b2d2c1f8 build: Disable nautilus extension by default
The extension we want to build isn't compatible with the current version
of nautilus, as nautilus 43 uses GTK 4.
2022-10-26 18:17:29 +02:00
.gitlab-ci ci: Install docker to rebuild image 2022-09-18 10:17:14 -03:00
backend backend: Remove unused variable 2022-10-26 11:28:22 -03:00
build-aux build: Update flatpak dependencies 2022-08-29 18:19:41 -04:00
cut-n-paste unarr: Remove obsolete unarr copy/paste 2022-03-01 20:50:05 +00:00
data Update application screenshot to version 43 UI 2022-09-09 12:26:04 +02:00
help Updated Spanish translation 2022-09-19 11:43:31 +02:00
libdocument use default color when annotation has no color 2022-06-05 11:52:56 -04:00
libmisc shell: Use tabular figures for zoom level and page numbers 2022-01-08 19:28:45 +01:00
libview libview: Fix missing last frame of an animation 2022-07-15 16:51:21 -04:00
po Update Abkhazian translation 2022-09-29 15:22:34 +00:00
previewer Wait until all jobs finish before exit 2022-07-14 15:10:00 +00:00
properties properties: Prepare properties view for gtk4 2022-03-19 18:42:06 +00:00
shell shell: Fix use-after-free on a modified document 2022-10-26 15:23:35 +00:00
subprojects application: Support dark style preference 2022-01-12 03:24:53 +00:00
thumbnailer build: Fix dependency tracking 2021-11-30 22:16:19 +00:00
.editorconfig Add editorconfig file to keep style consistency 2020-06-21 16:25:05 -04:00
.gitignore build: add usual meson build directory to gitignore 2020-06-07 18:45:19 +02:00
.gitlab-ci.yml ci: Install docker to rebuild image 2022-09-18 10:17:14 -03:00
AUTHORS Release 0.8.0 2007-03-12 21:16:03 +00:00
ChangeLog.pre-git Fix spelling of *dependency* 2016-07-16 11:55:01 +02:00
CONTRIBUTING.md Updated Contribution Guidelines 2020-07-02 04:16:31 +05:30
COPYING Update FSF address everywhere. 2010-04-05 11:24:46 +02:00
evince-document.h all: Replace include guards with pragma once 2021-12-15 02:24:07 +00:00
evince-view.h all: Replace include guards with pragma once 2021-12-15 02:24:07 +00:00
evince.doap Update maintainers list 2022-08-29 22:36:09 +00:00
MAINTAINERS Update maintainers list 2022-08-29 22:36:09 +00:00
meson_options.txt build: Disable nautilus extension by default 2022-10-26 18:17:29 +02:00
meson.build Release 43.0 2022-09-18 10:56:00 -03:00
NEWS Release 43.0 2022-09-18 10:56:00 -03:00
NEWS-security.md NEWS: Add CVE numbers close their release notes 2018-08-01 16:03:51 -04:00
NOTES Release 0.8.0 2007-03-12 21:16:03 +00:00
org.gnome.Evince.appdata.xml.in Release 43.0 2022-09-18 10:56:00 -03:00
README.commits [doc] Add README.commits copied from Nautilus 2009-04-28 11:55:36 +02:00
README.md Use https URL for libarchive.org in README.md 2022-09-30 16:00:32 +02:00
TODO Updated bug list url 2020-10-30 11:11:11 +00:00

evince-logo Evince

Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at https://wiki.gnome.org/Apps/Evince.

This software is licensed under the GPLv2.

flatpak

Evince Requirements

Evince Optional Backend Libraries

Default branch renamed to main

The default development branch of Evince has been renamed to main. To update your local checkout, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main