Document viewer
Find a file
Sebastian Ramacher d1a1f25458 Add Lithuanian translation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-02-17 12:10:23 +01:00
data Expose more properties via D-Bus 2014-01-28 18:32:07 +01:00
po Update translations 2014-02-14 13:40:30 +01:00
tests
.gitignore
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 add verbose build output 2011-08-31 16:04:55 +02:00
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
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
dbus-interface.c Only copy selected text in normal and fullscreen mode 2014-02-14 11:46:17 +01: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
Doxyfile
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 Add new shortcut function to display links 2012-12-07 18:05:59 +01:00
macros.h
main.c Add --mode option 2014-01-29 20:59:45 +01:00
Makefile
marks.c Fix a return 2014-01-20 00:55:39 +01:00
marks.h
page-widget.c GObject references should be unref'd in dispose 2014-01-19 20:53:44 +01: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
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 Only allocate dynamically if we add to the list 2014-01-19 19:42:54 +01: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 --mode option 2014-01-29 20:59:45 +01: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 Deprecate scrollbar settings and update guioptions 2014-01-18 19:33:37 +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.