• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

backend/H20-Nov-2021-26,75820,142

build-aux/H20-Nov-2021-315308

cut-n-paste/H20-Nov-2021-19,41814,898

data/H03-May-2022-443388

help/H20-Nov-2021-131,269111,749

libdocument/H20-Nov-2021-14,2459,167

libmisc/H20-Nov-2021-1,4131,056

libview/H20-Nov-2021-27,91421,189

po/H20-Nov-2021-200,256154,992

previewer/H20-Nov-2021-1,317968

properties/H20-Nov-2021-732532

shell/H20-Nov-2021-26,07919,684

subprojects/H20-Nov-2021-65

thumbnailer/H20-Nov-2021-367273

.editorconfigH A D20-Nov-2021645 4131

AUTHORSH A D20-Nov-2021368 1310

CONTRIBUTING.mdH A D20-Nov-20216 KiB193148

COPYINGH A D20-Nov-202117.6 KiB341281

ChangeLog.pre-gitH A D20-Nov-2021496.8 KiB16,02211,131

MAINTAINERSH A D20-Nov-2021185 129

NEWSH A D20-Nov-2021228.5 KiB7,3266,043

NEWS-security.mdH A D20-Nov-2021558 2415

NOTESH A D20-Nov-20212.3 KiB7043

README.commitsH A D20-Nov-20212.9 KiB6951

README.mdH A D20-Nov-20211.4 KiB3628

TODOH A D20-Nov-2021103 42

evince-document.hH A D20-Nov-20212.4 KiB6441

evince-view.hH A D20-Nov-20211.2 KiB3512

evince.doapH A D20-Nov-20212.1 KiB4644

lib-symbol.mapH A D20-Nov-202153 76

meson.buildH A D20-Nov-202118.1 KiB548459

meson_post_install.pyH A D03-May-2022432 1610

org.gnome.Evince.appdata.xml.inH A D20-Nov-202114.2 KiB259242

README.commits

1Evince is part of the GNOME git repository. At the current time, any
2person with write access to the GNOME repository, can make changes to
3Evince. This is a good thing, in that it encourages many people to work
4on Evince, and progress can be made quickly. However, we'd like to ask
5people committing to Evince to follow a few rules:
6
70) Ask first. If your changes are major, or could possibly break existing
8   code, you should always ask. If your change is minor and you've
9   been working on Evince for a while it probably isn't necessary
10   to ask. But when in doubt, ask. Even if your change is correct,
11   somebody may know a better way to do things.
12
13   If you are making changes to Evince, you should be subscribed
14   to evince-list@gnome.org. (Subscription address:
15   evince-list-request@gnome.org.) This is a good place to ask
16   about intended changes.
17
18   #evince on GIMPNet (irc.gimp.org, irc.us.gimp.org, irc.eu.gimp.org, ...)
19   is also a good place to find Evince developers to discuss changes with.
20
211) Ask _first_.
22
232) With git, we no longer maintain a ChangeLog file, but you are expected
24   to produce a meaningful commit message. Changes without a sufficient
25   commit message will be reverted. See below for the expected format
26   of commit messages.
27
283) Try to separate each change into multiple small commits that are
29   independent ("micro commits" in git speak). This way its easier to
30   see what each change does, making it easier to review, to cherry pick
31   to other branches, to revert, and to bisect.
32
33Notes:
34
35* When developing larger features or complicated bug fixes, it is
36  advisable to work in a branch in your own cloned Evince repository.
37  You may even consider making your repository publically available
38  so that others can easily test and review your changes.
39
40* The expected format for git commit messages is as follows:
41
42=== begin example commit ===
43Short explanation of the commit
44
45Longer explanation explaining exactly what's changed, whether any
46external or private interfaces changed, what bugs were fixed (with bug
47tracker reference if applicable) and so forth. Be concise but not too brief.
48=== end example commit ===
49
50  - Always add a brief description of the commit to the _first_ line of
51    the commit and terminate by two newlines (it will work without the
52    second newline, but that is not nice for the interfaces).
53
54  - First line (the brief description) must only be one sentence and
55    should start with a capital letter unless it starts with a lowercase
56    symbol or identifier. Don't use a trailing period either. Don't exceed
57    72 characters.
58
59  - The main description (the body) is normal prose and should use normal
60    punctuation and capital letters where appropriate. Normally, for patches
61    sent to a mailing list it's copied from there.
62
63  - When committing code on behalf of others use the --author option, e.g.
64    git commit -a --author "Joe Coder <joe@coder.org>" and --signoff.
65
66
67Alexander Larsson
6817 Apr 2009
69

README.md

1# ![evince-logo] Evince
2
3Evince is a document viewer capable of displaying multiple and single
4page document formats like PDF and Postscript.  For more general
5information about Evince please visit our website at
6https://wiki.gnome.org/Apps/Evince.
7
8This software is licensed under the [GPLv2][license].
9
10[![flatpak]](https://flathub.org/apps/details/org.gnome.Evince)
11
12## Evince Requirements
13
14* [GNOME Platform libraries][gnome]
15* [Poppler for PDF viewing][poppler]
16
17## Evince Optional Backend Libraries
18
19* [Spectre for PostScript (PS) viewing][ghostscript]
20* [DjVuLibre for DjVu viewing][djvulibre]
21* [Kpathsea for Device-independent file format (DVI) viewing][dvi]
22* [Archive library for Comic Book Resources (CBR) viewing][comics]
23* [LibTiff for Multipage TIFF viewing][tiff]
24* [LibGXPS for XML Paper Specification (XPS) viewing][xps]
25
26[gnome]: https://www.gnome.org/start/
27[poppler]: https://poppler.freedesktop.org/
28[ghostscript]: https://www.freedesktop.org/wiki/Software/libspectre/
29[djvulibre]: https://djvulibre.djvuzone.org/
30[dvi]: https://tug.org/texinfohtml/kpathsea.html
31[comics]: http://libarchive.org/
32[tiff]: http://libtiff.org/
33[xps]: https://wiki.gnome.org/Projects/libgxps
34[license]: COPYING
35[evince-logo]: data/icons/scalable/apps/org.gnome.Evince.svg
36[flatpak]: https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Flathub-badge-en.svg/240px-Flathub-badge-en.svg.png