Document viewer
Go to file
Sebastian Ramacher 71ef7c7eed Fix some memory leaks and a use after free
Also return proper D-Bus errors

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-01-19 17:09:33 +01:00
data Make page an integer where possible 2014-01-17 16:31:01 +01:00
po Update translations 2014-01-04 20:23:48 +01:00
tests Remove obsolete tests 2014-01-05 22:29:30 +01:00
.gitignore Generate introspection data from XML file 2014-01-11 21:48:41 +01:00
adjustment.c Make sure we do not underflow 2013-11-22 06:23:22 +01:00
adjustment.h add functions to compute page positions 2013-10-26 17:13:55 +02:00
AUTHORS Add oblique 2013-03-09 18:54:42 +01:00
bookmarks.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
bookmarks.h Bookmark the exact position, not just the page number (along with a number of fixes). 2013-06-21 09:45:36 +02:00
callbacks.c Don't try to change document settings if no document is open 2013-11-17 18:36:22 +01:00
callbacks.h get rid of tracking adjustments 2013-10-26 17:13:56 +02:00
commands.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
commands.h Implement cmd_exec with 2012-08-14 11:45:11 +02:00
common.mk add verbose build output 2011-08-31 16:04:55 +02:00
completion.c Update style 2012-10-09 01:12:18 +02:00
completion.h Add completion for :write (Closes: #138) 2012-03-20 00:54:12 +01:00
config.c Run D-Bus service all the time 2014-01-11 22:03:36 +01:00
config.h Move config file loading to config.c 2014-01-06 16:02:58 +01:00
config.mk Get rid of ZATHURA_GTK_VERSION 2014-01-15 18:50:06 +01:00
content-type.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
content-type.h Split of guess_content_type 2014-01-14 18:01:34 +01:00
database-plain.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
database-plain.h Implement support to use both database backends. 2012-03-04 15:56:54 +01:00
database-sqlite.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
database-sqlite.h Update typo in function description 2012-03-14 08:15:23 +01:00
database.c Make the jumplist persistent on a per-file basis 2013-06-29 11:35:29 +02:00
database.h Make the jumplist persistent on a per-file basis 2013-06-29 11:35:29 +02:00
dbus-interface-definitions.h Add a header for D-Bus interface definitions 2014-01-15 17:55:54 +01:00
dbus-interface.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
dbus-interface.h Make page an integer where possible 2014-01-17 16:31:01 +01:00
document.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
document.h Document return value if an error occurs 2013-11-04 15:38:13 +01:00
Doxyfile Update Doxyfile 2012-02-08 15:38:54 +01:00
glib-compat.h Move the deprecated stuff to the end 2014-01-05 21:54:23 +01:00
internal.h Improve zathura_link_t 2012-05-28 12:43:22 +02:00
LICENSE Update copyright years 2014-01-01 16:49:34 +01:00
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 Mark zathura->global.page_padding as deprecated. 2012-03-16 15:56:37 +01:00
main.c Finish renaming 2014-01-12 22:23:29 +01:00
Makefile Get rid of ZATHURA_GTK_VERSION 2014-01-15 18:50:06 +01:00
marks.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
marks.h Implemented marks 2012-04-21 04:59:58 +02:00
page-widget.c Remove mutex from page widget 2013-12-03 20:30:51 +01:00
page-widget.h Merge branch 'feature/renderer-take-2' into develop 2013-10-18 16:12:50 +02:00
page.c Replace glib memory functions with try version 2014-01-19 16:47:08 +01:00
page.h There is no need to include zathura.h anymore. 2012-04-03 18:39:00 +02:00
plugin-api.h Hide plugin structure and introduce new functions 2012-06-13 16:08:24 +02:00
plugin.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
plugin.h Hide plugin structure and introduce new functions 2012-06-13 16:08:24 +02:00
print.c Some typos 2014-01-07 03:43:38 +01:00
print.h Remove unnecessary include. 2012-06-08 18:10:54 +02:00
README Update README 2013-11-25 18:59:02 +01:00
render.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
render.h Replace some GdkColors with GdkRGBA 2013-12-01 15:47:28 +01:00
shortcuts.c align highlighted rectangles correctly 2014-01-17 16:39:55 +01:00
shortcuts.h Replace fullscreen mode with presentation mode 2013-11-25 23:10:35 +01:00
synctex.c Replace glib memory functions with try version 2014-01-19 16:47:08 +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 Remove more unused functions 2014-01-05 22:21:50 +01:00
version.h.in Fix version.h misspelling 2012-05-28 10:08:03 +02:00
zathura.1.rst Document --syntex-forward 2013-12-27 20:16:00 +01:00
zathura.c Fix some memory leaks and a use after free 2014-01-19 17:09:33 +01:00
zathura.desktop Add Keywords 2013-09-12 19:55:51 +02:00
zathura.h Finish renaming 2014-01-12 22:23:29 +01:00
zathura.pc.in Don't need to depend on GTK+ anymore. 2012-04-06 13:46:35 +02:00
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.