Document viewer
Find a file
Sebastian Ramacher 76e456ef4c Expose more properties via D-Bus
Thanks to Ork for the initial patch.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-01-28 18:32:07 +01:00
data Expose more properties via D-Bus 2014-01-28 18:32:07 +01:00
po
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
callbacks.h
commands.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
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
config.mk Get rid of ZATHURA_GTK_VERSION 2014-01-15 18:50:06 +01:00
content-type.c g_try_realloc behaves like realloc 2014-01-19 19:39:58 +01:00
content-type.h Split of guess_content_type 2014-01-14 18:01:34 +01:00
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 Add a header for D-Bus interface definitions 2014-01-15 17:55:54 +01:00
dbus-interface.c Expose more properties via D-Bus 2014-01-28 18:32:07 +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
macros.h
main.c Add --synctex-pid option for the case where the process is known 2014-01-20 01:53:09 +01:00
Makefile Get rid of ZATHURA_GTK_VERSION 2014-01-15 18:50:06 +01:00
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
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 align highlighted rectangles correctly 2014-01-17 16:39:55 +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 Finish renaming 2014-01-12 22:23:29 +01:00
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 More documentation for synctex support 2014-01-20 16:31:53 +01:00
zathura.c Add a cast 2014-01-20 17:31:46 +01:00
zathura.desktop
zathura.h Finish renaming 2014-01-12 22:23:29 +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.