1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00
Go to file
Nelson Benítez León c76be8ba6f use default color when annotation has no color
Annotations may come with a NULL color, use
a default color there instead of letting
undefined GdkRGBA to crash the application.

We take the chance to share this default color
to be the same we already use when creating
an annotation from Evince.

We also take the chance to replace deprecated
function ev_annotation_set_color() with
ev_annotation_set_rgba()

Fixes crash in #1800
2022-06-05 11:52:56 -04:00
.gitlab-ci ci: Update versions for gitlab-ci's Docker image 2022-03-01 22:13:19 -03:00
backend use default color when annotation has no color 2022-06-05 11:52:56 -04:00
build-aux flatpak: Update access to gvfs 2022-03-19 18:42:06 +00:00
cut-n-paste unarr: Remove obsolete unarr copy/paste 2022-03-01 20:50:05 +00:00
data icons: update symbols 2022-02-23 11:53:50 +00:00
help Update Russian translation 2022-05-23 12:25:40 +00:00
libdocument use default color when annotation has no color 2022-06-05 11:52:56 -04:00
libmisc shell: Use tabular figures for zoom level and page numbers 2022-01-08 19:28:45 +01:00
libview use default color when annotation has no color 2022-06-05 11:52:56 -04:00
po Update Georgian translation 2022-05-25 05:45:07 +00:00
previewer previewer: Try sniffing MIME type from FD 2022-01-12 12:44:22 +00:00
properties properties: Prepare properties view for gtk4 2022-03-19 18:42:06 +00:00
shell Add support for multi-line text search 2022-05-22 21:14:46 +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: Remove unused path when building flatpak 2022-04-01 23:33:17 +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 Use correct email address 2019-09-02 22:31:44 +02:00
MAINTAINERS Fix formatting issues. 2008-01-13 16:13:35 +00:00
meson_options.txt backend: Remove support for T1 fonts on dvi 2022-03-02 00:34:10 -03:00
meson_post_install.py build: Port to Meson build system 2018-09-24 10:28:33 +02:00
meson.build build: Bump version after release 2022-03-18 11:36:44 -03:00
NEWS Release 42.0 2022-03-18 10:55:55 -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 data: Fix typo that broke the build 2022-03-18 16:11:48 -03: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