1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00
Go to file
Pablo Correa Gómez 19babb9114 Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE when appropriate
Instead of directly TRUE and FALSE, to improve readability. These are
used in GSourceFunc functions, and represent no change in behavior!
2023-05-20 15:35:48 +00:00
.gitlab-ci ci: Update pre-installed packages 2023-03-22 10:13:18 -03:00
backend backend: Remove trailing whitespaces 2023-03-22 20:15:51 +00: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 Fix minor typo 2023-04-02 11:22:41 +00:00
help Update French translation 2023-05-08 21:44:21 +00:00
libdocument libdocument: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
libmisc libmisc: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
libview Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE when appropriate 2023-05-20 15:35:48 +00:00
po Update Friulian translation 2023-04-28 07:50:02 +00:00
previewer previewer: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
properties properties: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
shell Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE when appropriate 2023-05-20 15:35:48 +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 Add editorconfig file to keep style consistency 2020-06-21 16:25:05 -04:00
.git-blame-ignore-refs Add git-blame-ignore-refs 2023-03-22 17:23:38 -03:00
.gitignore build: add usual meson build directory to gitignore 2020-06-07 18:45:19 +02:00
.gitlab-ci.yml ci: Remove trailing whitespaces 2023-03-22 20:15:51 +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 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: release version bump 2023-03-22 11:42:22 -03: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