1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-07 19:39:49 +00:00
Go to file
2021-11-12 11:44:31 +00:00
.gitlab-ci gitlab-ci: Update versions for gitlab-ci's Docker image 2021-06-26 04:35:37 +00:00
backend backend: Avoid using deprecated functions 2021-10-17 17:09:18 +00:00
build-aux build: Use platform/master as runtime instead of SDK 2021-06-26 16:52:07 -04:00
cut-n-paste unarr: Update LZMA SDK 2021-10-11 02:36:03 +00:00
data data: Update URL to submit issues 2021-08-17 03:31:49 +00:00
help Update Danish translation 2021-11-06 18:46:10 +00:00
libdocument libdocument: Deprecate GTime usage in annotation's properties 2021-10-17 17:09:18 +00:00
libmisc libmisc: Update style context classes 2021-10-11 19:04:53 -03:00
libview libview: Fix compilation warning on accessibility code path 2021-10-17 17:09:18 +00:00
po Update Croatian translation 2021-11-12 11:44:31 +00:00
previewer build: Use devel icon for unstable version installed 2021-06-23 20:38:33 +00:00
properties Use GDateTime for handling document properties 2021-10-17 17:09:18 +00:00
shell shell: Remove unused variables 2021-10-18 21:54:30 -03:00
subprojects build: Allow building without libhandy-1 available 2021-06-26 03:14:17 +00:00
thumbnailer build: Remove autotools 2020-05-30 22:39:51 -04: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 gitlab-ci: fix pipeline error libhandy cannot find vapigen 2021-06-26 04:55:52 +00: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 Add include for document-text 2013-01-29 16:24:08 +01:00
evince-view.h Update FSF address everywhere. 2010-04-05 11:24:46 +02:00
evince.doap Use correct email address 2019-09-02 22:31:44 +02:00
lib-symbol.map build: Port to Meson build system 2018-09-24 10:28:33 +02:00
MAINTAINERS Fix formatting issues. 2008-01-13 16:13:35 +00:00
meson_options.txt build: Add option to control internal vs external synctex 2021-06-26 04:45:21 +00:00
meson_post_install.py build: Port to Meson build system 2018-09-24 10:28:33 +02:00
meson.build Release 41.2 2021-10-09 22:42:42 -03:00
NEWS Release 41.2 2021-10-09 22:42:42 -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 Align app name in metadata with .desktop name 2021-10-11 02:55:27 +00:00
README.commits [doc] Add README.commits copied from Nautilus 2009-04-28 11:55:36 +02:00
README.md Rename default branch to main 2021-10-10 23:08:18 -03: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