Document viewer
Find a file
Sebastian Ramacher b6c018ca87 Add more methods to D-Bus interface
… and improve the rest.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-01-11 22:04:49 +01:00
data Generate introspection data from XML file 2014-01-11 21:48:41 +01:00
po Update translations 2014-01-04 20:23:48 +01:00
tests Remove obsolete tests 2014-01-05 22:29:30 +01:00
.gitignore Generate introspection data from XML file 2014-01-11 21:48:41 +01:00
adjustment.c
adjustment.h
AUTHORS
bookmarks.c
bookmarks.h
callbacks.c
callbacks.h
commands.c
commands.h
common.mk
completion.c
completion.h
config.c Run D-Bus service all the time 2014-01-11 22:03:36 +01:00
config.h Move config file loading to config.c 2014-01-06 16:02:58 +01:00
config.mk Install vim ftplugin 2013-12-27 21:26:38 +01:00
database-plain.c One more check 2014-01-10 16:11:43 +01:00
database-plain.h
database-sqlite.c
database-sqlite.h
database.c
database.h
document.c Fix up some types 2014-01-10 18:53:21 +01:00
document.h
Doxyfile
glib-compat.h Move the deprecated stuff to the end 2014-01-05 21:54:23 +01:00
internal.h
LICENSE Update copyright years 2014-01-01 16:49:34 +01:00
links.c
links.h
macros.h
main.c Add more methods to D-Bus interface 2014-01-11 22:04:49 +01:00
Makefile Generate introspection data from XML file 2014-01-11 21:48:41 +01:00
marks.c
marks.h
page-widget.c Remove mutex from page widget 2013-12-03 20:30:51 +01:00
page-widget.h
page.c Fix up some types 2014-01-10 18:53:21 +01:00
page.h
plugin-api.h
plugin.c
plugin.h
print.c Some typos 2014-01-07 03:43:38 +01:00
print.h
README Update README 2013-11-25 18:59:02 +01:00
render.c Some consts here and there 2013-12-03 20:29:44 +01:00
render.h Replace some GdkColors with GdkRGBA 2013-12-01 15:47:28 +01:00
shortcuts.c Fix up some types 2014-01-10 18:53:21 +01:00
shortcuts.h Replace fullscreen mode with presentation mode 2013-11-25 23:10:35 +01:00
synctex-dbus.c Add more methods to D-Bus interface 2014-01-11 22:04:49 +01:00
synctex-dbus.h Add more methods to D-Bus interface 2014-01-11 22:04:49 +01:00
synctex.c Just return a list of rectangles 2014-01-11 22:04:14 +01:00
synctex.h Just return a list of rectangles 2014-01-11 22:04:14 +01:00
types.c
types.h Initial D-Bus interface for synctex 2013-12-23 18:16:36 +01:00
utils.c Some typos 2014-01-07 03:43:38 +01:00
utils.h Remove more unused functions 2014-01-05 22:21:50 +01:00
version.h.in
zathura.1.rst Document --syntex-forward 2013-12-27 20:16:00 +01:00
zathura.c Just return a list of rectangles 2014-01-11 22:04:14 +01:00
zathura.desktop
zathura.h Implement TOGGLE for sc_navigate_index 2014-01-10 14:52:51 +01:00
zathura.pc.in
zathurarc.5.rst Document toggle and select 2014-01-10 14:55:38 +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.

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.