Document viewer
Go to file
2011-09-03 13:49:21 +02:00
.gitignore add verbose build output 2011-08-31 16:41:07 +02:00
bookmarks.c implement cmd_bookmark_remove 2011-09-03 13:40:28 +02:00
bookmarks.h implement cmd_bookmark_remove 2011-09-03 13:40:28 +02:00
callbacks.c #include "..." 2011-08-31 14:35:53 +02:00
callbacks.h Allow changing of "pages-per-row" variable at runtime 2011-07-21 14:47:24 +02:00
commands.c implement cmd_bookmark_remove 2011-09-03 13:40:28 +02:00
commands.h add cmd_help skeleton 2011-09-01 13:15:27 +02:00
common.mk add verbose build output 2011-08-31 16:41:07 +02:00
completion.c Fix build error 2011-07-20 09:56:57 +02:00
completion.h Remove obsolete print completion 2011-05-26 11:58:27 +02:00
config.c add cmd_help skeleton 2011-09-01 13:15:27 +02:00
config.h Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
config.mk some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
database-sqlite.c some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
database.h document database functions 2011-09-03 13:49:21 +02:00
document.c Fix ':close' command 2011-08-25 00:49:26 +02:00
document.h zathura_page_t: replace rendered by visible 2011-04-19 18:33:28 +02:00
LICENSE New file structure 2010-11-10 19:18:01 +01:00
Makefile fix dist target 2011-08-31 16:43:35 +02:00
print.c Allow async printing and calculate scale level 2011-05-02 18:50:24 +02:00
print.h Began to implement the printing dialog 2011-04-29 00:28:19 +02:00
README document pkg-config and GNU make 2011-05-19 12:47:55 +02:00
render.c rotate in render 2011-09-01 19:18:29 +02:00
render.h Update 2011-04-18 21:22:35 +02:00
shortcuts.c Hide notification area in sc_focus_inputbar 2011-09-02 16:46:55 +02:00
shortcuts.h Use giraras toggle functions 2011-06-23 14:31:41 +02:00
utils.c Remove obsolete page_blank function 2011-05-27 12:57:57 +02:00
utils.h Remove obsolete page_blank function 2011-05-27 12:57:57 +02:00
zathura.1 Cleaned man page 2011-05-27 12:38:41 +02:00
zathura.c some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
zathura.h some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
zathura.pc.in provide pkg-config file to build plugins 2011-07-10 20:14:31 +02: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
------------
gtk2 (>= 2.18.6)
girara

Please note that you need to have a working pkg-config installation
and that the Makefile is only compatible with GNU make.

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

  make install

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

  make uninstall