1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-25 20:32:11 +00:00
Go to file
2024-06-06 06:40:28 +00:00
.gitlab/issue_templates issue_templates/Default.md: add default template 2023-08-24 23:30:37 +02:00
.gitlab-ci ci: Update pre-installed packages 2023-03-22 10:13:18 -03:00
backend backend: Add missing break to make two columns right work 2023-10-22 07:45:47 -03:00
build-aux build: Update flatpak dependencies 2023-07-03 18:08:08 -04:00
cut-n-paste Update libgd to current master to fix #1242 2023-01-17 20:35:11 +00:00
data Release 46.3 2024-05-25 15:19:39 -04:00
help Update Hungarian translation 2024-05-19 08:59:57 +00:00
libdocument libdocument: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
libmisc Activate search-outline mode from text entry 2024-02-17 01:18:37 +00:00
libview Revert "ev-view-presentation: Simplify reset_jobs calls" 2024-06-01 18:44:26 +00:00
po Update Nepali translation 2024-06-06 06:40:28 +00:00
previewer previewer/meson: do not add extra dependencies for gnome.compile_resources 2023-06-18 21:58:25 +00:00
properties properties: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
shell sidebar-annotations: avoid crash when deleting annotation 2024-02-23 12:51:30 +00:00
subprojects meson: remove libhandy subproject 2023-03-22 13:41:48 +00:00
thumbnailer Fix typo 2024-04-06 23:46:51 +05:30
.editorconfig .editorconfig: allow trailing whitespaces in some non-code files 2023-06-20 15:27:24 +00:00
.git-blame-ignore-refs git-blame-ignore-refs: add commit from ec-checker fixes 2023-06-20 18:27:32 +02:00
.gitignore build: add usual meson build directory to gitignore 2020-06-07 18:45:19 +02:00
.gitlab-ci.yml ci: Set tag for docker image to build against gtk3 2023-10-14 14:35:23 +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
check-news.sh build: Add support for validating appdata versions 2023-06-18 12:08:17 +02:00
CONTRIBUTING.md Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
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 data: Fix URLs in metadata 2024-03-11 15:31:34 -03:00
MAINTAINERS data: update maintainers list 2023-03-22 15:41:35 -03:00
meson_options.txt build: Disable nautilus extension by default 2022-10-26 18:17:29 +02:00
meson.build Release 46.3 2024-05-25 15:19:39 -04:00
NEWS Release 46.3 2024-05-25 15:19:39 -04:00
NEWS-security.md NEWS: Add CVE numbers close their release notes 2018-08-01 16:03:51 -04:00
NOTES Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
README.commits README: Remove defunct mailing list; update IRC 2023-09-15 22:13:38 +02:00
README.md Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00: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