1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00
Go to file
Germán Poo-Caamaño 3f02ea5926
Release 45.alpha
2023-07-01 09:24:18 -04:00
.gitlab-ci ci: Update pre-installed packages 2023-03-22 10:13:18 -03:00
backend backends: drop use of deprecated poppler_page_get_selection_region 2023-06-21 02:27:52 +00:00
build-aux Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
cut-n-paste Update libgd to current master to fix #1242 2023-01-17 20:35:11 +00:00
data libview: make it possible to get libview icon directory from env var 2023-06-18 21:58:25 +00:00
help Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
libdocument libdocument: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
libmisc EvSearchBox: make buttons don't grab focus on click 2023-06-22 00:08:54 -04:00
libview libview: Select caret to doc's start/end relative to the selection 2023-06-21 02:59:31 +00:00
po Update British English translation 2023-06-30 18:44:36 +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 shell: Add a placeholder text when annotations has no content 2023-06-21 01:14:33 +00:00
subprojects meson: remove libhandy subproject 2023-03-22 13:41:48 +00:00
thumbnailer thumnailer: Remove trailing whitespaces 2023-03-22 20:15:51 +00:00
.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: Let the lint job be lenient 2023-06-20 20:25:49 -04: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: Update maintainers list 2023-03-22 11:41:42 -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 build: Require poppler 22.05 for PDF rendering 2023-06-21 01:22:20 +00:00
NEWS Release 45.alpha 2023-07-01 09:24:18 -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
org.gnome.Evince.metainfo.xml.in Release 45.alpha 2023-07-01 09:24:18 -04:00
README.commits [doc] Add README.commits copied from Nautilus 2009-04-28 11:55:36 +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