Document viewer
Find a file
Marwan Tanager a0c12d4cdd Save position on the jumplist before and after jumping to a bookmark
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-06-10 14:48:11 +02:00
po Update translations 2013-05-04 15:37:12 +02:00
tests
.gitignore
adjustment.c CS 2013-03-23 16:12:38 +01:00
adjustment.h Use signals to readjust_view_after_zooming() 2013-03-23 16:02:56 +01:00
AUTHORS
bookmarks.c
bookmarks.h
callbacks.c Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
callbacks.h Use signals to readjust_view_after_zooming() 2013-03-23 16:02:56 +01:00
commands.c Save position on the jumplist before and after jumping to a bookmark 2013-06-10 14:48:11 +02:00
commands.h
common.mk
completion.c
completion.h
config.c Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
config.h
config.mk Version 0.2.3 2013-05-12 23:28:20 +02:00
database-plain.c Include backward-search commands in the history plain database 2013-06-10 14:38:34 +02:00
database-plain.h
database-sqlite.c Save some string copies 2013-03-25 02:58:37 +01:00
database-sqlite.h
database.c Drop zathura_db_free 2013-03-14 21:30:40 +01:00
database.h Drop zathura_db_free 2013-03-14 21:30:40 +01:00
document.c Fix 2013-05-28 23:39:18 +02:00
document.h Allow negative offsets 2013-05-08 18:28:32 +02:00
Doxyfile
glib-compat.h
internal.h
LICENSE
links.c Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
links.h
macros.h
main.c Add a '--page' option to open at the specified page 2013-03-17 11:30:22 +01:00
Makefile
marks.c Use signals to readjust_view_after_zooming() 2013-03-23 16:02:56 +01:00
marks.h
page-widget.c More Vim-like search behavior 2013-06-10 14:35:19 +02:00
page-widget.h Replace the periodic page reclaiming code with a LRU caching algorithm. 2013-03-26 12:45:43 +01:00
page.c
page.h
plugin-api.h
plugin.c
plugin.h
print.c
print.h
README
render.c Fix some types 2013-04-02 11:39:06 +02:00
render.h
shortcuts.c Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
shortcuts.h bisect functionality to navigate documents 2013-04-02 21:22:20 +02:00
synctex.c Update style 2012-10-09 01:12:18 +02:00
synctex.h
types.c
types.h Don't scroll the document when focusing the inputbar 2013-03-23 16:03:11 +01:00
utils.c Use strrchr in file_get_extension 2013-05-04 19:33:14 +02:00
utils.h Use signals to readjust_view_after_zooming() 2013-03-23 16:02:56 +01:00
version.h.in
zathura.1.rst Document new bisect functionality 2013-04-02 21:22:20 +02:00
zathura.c Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
zathura.desktop Update desktop translations 2013-05-04 17:08:43 +02:00
zathura.h Enhancements/Cleanups for the jumplist mechansim 2013-06-10 14:48:10 +02:00
zathura.pc.in
zathurarc.5.rst Document the new show-{h, v}-scrollbar settings 2013-06-02 11:45:37 +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.28)
girara
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. Please note that sqlite3
with meta data support is required, i.e. sqlite3 has to be built with
SQLITE_ENABLE_COLUMN_METADATA defined.

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