Document viewer
Find a file
Moritz Lipp 44522a783c Add FAQ
2014-04-09 01:48:07 +02:00
data Expose more properties via D-Bus 2014-01-28 18:32:07 +01:00
doc Add FAQ 2014-04-09 01:48:07 +02:00
po Add Norwegian translation 2014-02-17 14:20:54 +01:00
tests
.gitignore Use sphinx for documentation 2014-04-08 20:31:56 +02:00
adjustment.c Remove unused zathura_adjustment_clone 2014-01-20 18:06:38 +01:00
adjustment.h Remove unused zathura_adjustment_clone 2014-01-20 18:06:38 +01:00
AUTHORS
bookmarks.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
bookmarks.h
callbacks.c Only copy selected text in normal and fullscreen mode 2014-02-14 11:46:17 +01:00
callbacks.h
commands.c Add --mode option 2014-01-29 20:59:45 +01:00
commands.h
common.mk
completion.c
completion.h
config.c Add shortcuts for ^C and Esc in all modes 2014-02-14 12:59:25 +01:00
config.h
config.mk Version 0.2.7 2014-02-17 15:33:53 +01:00
content-type.c g_try_realloc behaves like realloc 2014-01-19 19:39:58 +01:00
content-type.h
database-plain.c GObject references should be unref'd in dispose 2014-01-19 21:03:40 +01:00
database-plain.h
database-sqlite.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
database-sqlite.h
database.c
database.h
dbus-interface-definitions.h Add a header for D-Bus interface definitions 2014-01-15 17:55:54 +01:00
dbus-interface.c Another round of debug output for synctex. 2014-04-07 16:16:47 +02:00
dbus-interface.h Add --synctex-pid option for the case where the process is known 2014-01-20 01:53:09 +01:00
document.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
document.h
glib-compat.h
internal.h
LICENSE
links.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
links.h
macros.h
main.c Do not call HighlightRects if there was no usable output from synctex view 2014-04-07 16:36:48 +02:00
Makefile Use sphinx for documentation 2014-04-08 20:31:56 +02:00
marks.c Fix a return 2014-01-20 00:55:39 +01:00
marks.h
page-widget.c Check indices before accessing the list 2014-04-07 16:00:19 +02:00
page-widget.h
page.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
page.h
plugin-api.h
plugin.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
plugin.h
print.c CS 2014-01-31 10:33:25 +01:00
print.h
README Use sphinx for documentation 2014-04-08 20:31:56 +02:00
render.c GObject references should be unref'd in dispose 2014-01-19 20:53:44 +01:00
render.h
shortcuts.c Use the actual mode in mode toggle calls 2014-02-14 12:11:12 +01:00
shortcuts.h
synctex.c Do not call HighlightRects if there was no usable output from synctex view 2014-04-07 16:36:48 +02:00
synctex.h Make page an integer where possible 2014-01-17 16:31:01 +01:00
types.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
types.h
utils.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
utils.h
version.h.in
zathura.1.rst Add a note about column and line numbers 2014-04-07 16:39:31 +02:00
zathura.c Add --mode option 2014-01-29 20:59:45 +01:00
zathura.desktop Add Lithuanian translation 2014-02-17 12:10:23 +01:00
zathura.h Add --mode option 2014-01-29 20:59:45 +01:00
zathura.pc.in
zathurarc.5.rst Start documenting shortcut functions in more detail 2014-02-22 22:18:17 +01:00

zathura - a document viewer
===========================
zathura is a highly customizable and functional document viewer based on the
girara user interface library and several document libraries.

Requirements
------------
gtk3
glib (>= 2.28)
girara (>= 0.1.8)
sqlite3 (optional, >= 3.5.9)
check (for tests)
intltool
python-docutils (optional, for man pages)
libmagic from file(1) (optional, for mime-type detection)

Please note that you need to have a working pkg-config installation and that the
Makefile is only compatible with GNU make. If you don't have a working
pkg-config installation please set the GTK_INC, GTK_LIB, GIRARA_INC, GIRARA_LIB,
SQLITE_INC and SQLITE_LIB variables accordingly.

And also note that rst2man from python-docutils is needed to build the man pages.
If it is not installed, the man pages won't be built.

If you don't want to build with support for sqlite databases, you can set
WITH_SQLITE=0 and sqlite support won't be available.

The use of magic to detect mime types is optional and can be disabled by setting
WITH_MAGIC=0.

If you pass these flags as a command line argument to make, you have to ensure
to pass the same flags when executing the install target.

If you want to build zathuras documentation, please install all python
dependencies from the ./doc/requirements.txt file.

Installation
------------
To build and install zathura:

  make install

Uninstall
---------
To delete zathura from your system, just type:

  make uninstall

Bugs
----
Please report bugs at http://bugs.pwmt.org or contact us on our mailing list at
zathura@lists.pwmt.org.