1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-30 22:54:23 +00:00
Go to file
Germán Poo-Caamaño 3df556365c ci: Update pre-installed packages
* Add libhandy-1 as of now it should be available in at least one
  major version of the main distributions, and we are ready to
  remove libhandy-1 as subproject
* Update to a recent version of poppler
2023-03-22 10:13:18 -03:00
.gitlab-ci ci: Update pre-installed packages 2023-03-22 10:13:18 -03:00
backend backend: rename all mentions of appdata to metainfo 2023-03-20 22:28:49 -04:00
build-aux build: Update flatpak dependencies 2022-08-29 18:19:41 -04:00
cut-n-paste Update libgd to current master to fix #1242 2023-01-17 20:35:11 +00:00
data Update application screenshot to version 43 UI 2022-09-09 12:26:04 +02:00
help Update Russian translation 2023-03-14 20:37:36 +00:00
libdocument ev-backend-info: make private a function only used in the .c file 2023-03-21 03:39:05 +00:00
libmisc fix double free of GtkEntryCompletion 2023-03-11 22:23:27 -04:00
libview ev-view: Fix crash when releasing click with selected text holding click button 2023-02-28 02:00:46 +00:00
po Update POTFILES.in 2023-03-21 17:35:34 +01:00
previewer use the same term for the Outline sidebar 2023-03-10 18:31:31 +00:00
properties properties: Prepare properties view for gtk4 2022-03-19 18:42:06 +00:00
shell ev-window-title: Avoid a crash caused by double free 2023-03-14 21:22:04 +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 org.gnome.Evince.metainfo: rename from appdata 2023-03-20 22:28:47 -04:00
NEWS Release 44.0 2023-03-18 10:35:30 +01: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.metainfo.xml.in org.gnome.Evince.metainfo: rename from appdata 2023-03-20 22:28:47 -04: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