Document viewer
Go to file
2011-09-29 12:07:07 +02:00
.gitignore Add zathura.pc to .gitignore 2011-09-21 09:22:10 +02:00
bookmarks.c implement cmd_bookmark_remove 2011-09-03 13:40:28 +02:00
bookmarks.h load bookmarks in document_open 2011-09-03 14:21:36 +02:00
callbacks.c Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
callbacks.h Allow changing of "pages-per-row" variable at runtime 2011-07-21 14:47:24 +02:00
commands.c Coding style fixes 2011-09-21 09:22:52 +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 Use girara's focus_inputbar function 2011-09-21 09:18:27 +02:00
config.h Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
config.mk Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
database-sqlite.c fix build error 2011-09-29 11:48:23 +02:00
database.h implement zathura_db_get_fileinfo 2011-09-22 15:47:58 +02:00
document.c Added page_render_cairo function 2011-09-29 12:07:07 +02:00
document.h Added page_render_cairo function 2011-09-29 12:07:07 +02:00
LICENSE Update LICENSE file 2011-07-13 00:07:45 +02:00
Makefile set NEEDS_DL to 0 if you don't need to link against dl 2011-09-20 16:47:49 +02:00
print.c Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
print.h Began to implement the printing dialog 2011-04-29 00:28:19 +02:00
README Update LICENSE file 2011-07-12 20:06:47 +02:00
render.c Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
render.h Update 2011-04-18 21:22:35 +02:00
shortcuts.c Use girara's focus_inputbar function 2011-09-21 09:18:27 +02:00
shortcuts.h Use girara's focus_inputbar function 2011-09-21 09:18:27 +02:00
utils.c Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
utils.h Remove obsolete page_blank function 2011-05-27 12:57:57 +02:00
zathura.1 add zathurarc.5 to SEE ALSO 2011-07-08 19:09:57 +02:00
zathura.c Add a safe_realloc. 2011-09-28 19:12:17 +02:00
zathura.desktop fix .desktop file 2011-04-20 11:57:37 +02:00
zathura.h Coding style fixes 2011-09-21 09:22:52 +02:00
zathura.pc.in provide pkg-config file to build plugins 2011-07-10 20:14:31 +02:00
zathurarc.5.rst Fix typo in zathurarc man page 2011-08-29 23:55:59 +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