Commit Graph

40 Commits

Author SHA1 Message Date
Sebastian Ramacher
18b9694f9b Add API versioning and add macro to register plugins.
If the plugin interface changes ZATHURA_API_VERSION has to be bumped before a
release.
2012-02-25 15:21:00 +01:00
Sebastian Ramacher
59921ba085 update version number 2012-02-21 22:13:23 +01:00
Sebastian Ramacher
69b5cb0be5 more GTK+3 support 2012-02-14 13:53:26 +01:00
Sebastian Ramacher
8386b3abf4 honor CPPFLAGS 2011-11-11 16:14:29 +01:00
Sebastian Ramacher
719557ff9e always close the plugin handle 2011-10-21 23:33:18 +02:00
Moritz Lipp
b1144d9351 database-plain: File locking with unix sockets 2011-10-11 22:39:55 +02:00
Moritz Lipp
8061236e4e Added structure for plain database 2011-10-10 23:46:50 +02:00
Sebastian Ramacher
9498b54fbc introduce PLUGINDIR in config.mk which is used to determine the default look up path for plugins 2011-10-08 23:42:41 +02:00
Pavel Borzenkov
8abe3d96d5 Fix 'make install' command
Add missing DESKTOPPREFIX variable

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-09-30 12:18:41 +02:00
Sebastian Ramacher
b34d21afaf implement content type support 2011-09-29 15:23:13 +02:00
Sebastian Ramacher
ede8a7b236 Change NEED_DL to DL_LIB to be consistent with other options.
Run you don't need do link against dl set DL_LIB to a empty value.
2011-09-29 13:18:09 +02:00
Moritz Lipp
a6268788c0 Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
Sebastian Ramacher
2657ff58ae set NEEDS_DL to 0 if you don't need to link against dl 2011-09-20 16:47:49 +02:00
Sebastian Ramacher
6f567a6264 some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
Sebastian Ramacher
36749e1266 add verbose build output 2011-08-31 16:41:07 +02:00
Sebastian Ramacher
a66f2dd53a no need to add -I. and -I/usr/include 2011-08-31 14:36:24 +02:00
Sebastian Ramacher
333cfa4df0 make GIRARA/GTK_INC/LIB overwritable 2011-08-25 00:45:50 +02:00
Sebastian Ramacher
376390a65c use pkg-config to determine girara libs and inc 2011-07-10 20:04:24 +02:00
Sebastian Ramacher
aec6843b54 Update to new name of girara. 2011-06-25 00:53:08 +02:00
Sebastian Ramacher
04ffece35b Treat LDFLAGS the same way as CFLAGS 2011-03-07 15:18:25 +01:00
Moritz Lipp
95c3037a45 Updated Makefile and register file type 2011-03-06 01:48:14 +01:00
Moritz Lipp
dc706aa912 Updated Makefiles (not finished) 2011-03-05 22:11:08 +01:00
Moritz Lipp
52377b994d Plugin register mechanism 2011-03-05 21:00:41 +01:00
Moritz Lipp
f8aa8773f3 Began to add djvu support 2010-12-23 19:41:07 +01:00
Moritz Lipp
38ec3eea66 New file structure 2010-11-10 19:18:01 +01:00
Moritz Lipp
ec9e572bb1 Build fix for Fedora 13+
Thanks to François Cami
2010-08-14 10:17:30 +02:00
Moritz Lipp
19a79f519f Version 0.0.8.1 2010-07-30 12:17:48 +02:00
Moritz Lipp
1ab25b9112 Makefile - Strip executeable 2010-06-22 01:14:13 +02:00
Moritz Lipp
1a6b624bf2 Version 0.0.7 2010-06-21 22:09:47 +02:00
Moritz Lipp
b40f06261c Version 0.0.6 2010-06-06 20:14:01 +02:00
Moritz Lipp
9eb5eb599a Version 0.0.5 2010-05-25 20:35:40 +02:00
Moritz Lipp
e97a48211a Version 0.0.4 2010-05-18 20:43:20 +02:00
int3
bb774d8c4f Suppress warnings of zero-length format strings (caused by previous fix) 2010-05-14 17:30:35 +08:00
Moritz Lipp
a2d4a9e6a7 version 0.0.3 2010-04-11 21:29:43 +02:00
Moritz Lipp
63e1894523 Patch for zathura build system
A patch to zathuras build system to get zathura
included in gentoos portage. Thanks a lot to ssuominen!
2010-03-12 18:23:41 +01:00
Moritz Lipp
b460faf198 Auto-refresh window
The window refreshes itself now when the document changes.
2010-03-08 20:52:39 +01:00
Moritz Lipp
4dd1deaf51 Version 0.0.2 2010-02-15 02:36:11 +01:00
Moritz Lipp
be0445110d Render pages in a thread 2009-12-28 20:10:47 +01:00
Moritz Lipp
ce374f34eb Add struct for PDF functioanlity 2009-12-26 16:08:33 +01:00
Moritz Lipp
d1ee4e0689 Updated interface from zjui project
The whole project files have been replaced by the first version
of zjui, a side project for the user interface. Additionally there
has been an update of the Makefile and the configuration.

Mentionable features:
  * Buffered commands
  * Statusbar
  * Advanced completion
  * Notification system
  * Modes and mode-depending shortcuts
2009-12-26 14:42:57 +01:00