Commit Graph

617 Commits

Author SHA1 Message Date
Moritz Lipp
12793b3552 Update cmd_* definitions
The command definitions are now updated to fit to the updated
definitions of girara.
2011-04-19 10:38:59 +02:00
Sebastian Ramacher
b2fc17207e Make plugin path configurable
* We don't fail if we can't load a plugin. There can be anything.
* Reintroduce the command line parser from glib.
* Use fstatat as it is more reliable than d_type from dirent.
2011-04-19 00:36:56 +02:00
Moritz Lipp
fdf0bd5649 Save surface temporary in page_t 2011-04-18 22:59:59 +02:00
Moritz Lipp
8bcb79ea94 Update 2011-04-18 21:22:35 +02:00
Moritz Lipp
4a8f4df2db Updated commands/render/shortcuts/utils for zathura object 2011-04-18 18:29:50 +02:00
Moritz Lipp
536862900e Updated document.c/zathura.c 2011-04-18 18:23:34 +02:00
Sebastian Ramacher
0d5a06ce29 free plugins 2011-04-18 18:21:33 +02:00
Sebastian Ramacher
0aa9264732 Merge branch 'render' of pwmt.org:zathura into render
Conflicts:
	render.h
2011-04-18 18:21:02 +02:00
Sebastian Ramacher
f57fe5dfde update document.c/.h 2011-04-18 18:19:41 +02:00
Moritz Lipp
08117975d3 Updated plugins 2011-04-18 18:05:17 +02:00
Moritz Lipp
2eed47a314 Updated render.c/render.h 2011-04-18 18:00:08 +02:00
Moritz Lipp
9026f92469 Updated shortcuts.c 2011-04-18 17:55:50 +02:00
Moritz Lipp
daa523aaf5 Updated callbacks.c 2011-04-18 17:37:03 +02:00
Moritz Lipp
a181c04775 Fixed config.c 2011-04-18 17:28:27 +02:00
Moritz Lipp
e1e6885679 Merge branch 'render' of pwmt.org:zathura into render 2011-04-18 17:27:58 +02:00
Moritz Lipp
8960b6e83d Updated zathura.h/zathura.c 2011-04-18 17:27:49 +02:00
Sebastian Ramacher
87df00fef0 typo 2011-04-18 17:24:19 +02:00
Sebastian Ramacher
e9973c37d2 Merge branch 'render' of pwmt.org:zathura into render 2011-04-18 17:23:00 +02:00
Sebastian Ramacher
db832069ea replace global Zathura object with zathura session 2011-04-18 17:22:44 +02:00
Moritz Lipp
cfb2580b7b Return value for create_blank_pages 2011-04-18 17:03:08 +02:00
Sebastian Ramacher
a98f69c3f3 add .PHONY in Makefile 2011-04-18 11:31:57 +02:00
Sebastian Ramacher
aac703778f Make it build with BSD make.
Ported changes from girara.
2011-04-04 16:02:38 +02:00
Sebastian Ramacher
4400d8abd9 make :write save and make it work with relative paths 2011-04-03 16:29:39 +02:00
Moritz Lipp
15d51567aa Use girara debug functions 2011-04-02 23:40:57 +02:00
Moritz Lipp
3335e71ed8 Load configuration files 2011-04-01 09:55:37 +02:00
Sebastian Ramacher
b525ef59d7 Add a desktop file for zathura 2011-03-24 12:54:06 +01:00
Moritz Lipp
659f541939 Version 0.0.8.3 2011-03-24 12:30:45 +01:00
Sebastian Ramacher
9f0be39db6 Fix regression from a1fe0f0b
In some cases sc_reload could still segfault. This should fix it.
2011-03-21 02:09:38 +01:00
Sebastian Ramacher
e395528e0d Fix GOptionEntries
... to make GLib 2.28 happy.
2011-03-21 01:49:01 +01:00
Moritz Lipp
801fe03009 Changed the strucure a bit 2011-03-20 02:53:24 +01:00
Moritz Lipp
c5491675aa Update rendering 2011-03-20 02:09:04 +01:00
Moritz Lipp
e5d0b6bac0 Remove wrong threads_enter/leave 2011-03-20 01:43:02 +01:00
Johannes Meng
fdeb73436a Fixed plugin file type determination to be more fs-independent.
Signed-off-by: Moritz Lipp <mlq@pwmt.org>
2011-03-19 15:42:30 +01:00
Johannes Meng
43a89cc2f8 Fixed uninstall path typo in Makefile.
Signed-off-by: Moritz Lipp <mlq@pwmt.org>
2011-03-19 15:42:30 +01:00
Moritz Lipp
dd97387715 Began to implement dual/multiple view 2011-03-18 18:40:20 +01:00
Moritz Lipp
6689a3422a Updated plugin render functions 2011-03-18 14:10:42 +01:00
Moritz Lipp
7d18faa452 Replace GtkWidget with zathura_image_buffer_t 2011-03-18 13:27:21 +01:00
Moritz Lipp
58c2ee7dd3 Updated Makefile 2011-03-18 10:09:50 +01:00
Moritz Lipp
5601b9bc48 Merge branch 'girara' of pwmt.org:zathura into girara 2011-03-12 11:32:34 +01:00
Moritz Lipp
e04c86a7f3 Documented document.h 2011-03-12 11:32:24 +01:00
Moritz Lipp
d7e82969a5 Fixed print command with additional arguments.
Previous version ignored second argument if more than 2 were given and
quoted the additional arguments leading to lp thinking they represented
a filename.

Before:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 1-38 ' -o side=onesided' 'filename'

Now:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 14-15  -o side=onesided 'filename'

Signed-off-by: mlq <mlq@pwmt.org>
2011-03-09 22:34:48 +01:00
Sebastian Ramacher
04ffece35b Treat LDFLAGS the same way as CFLAGS 2011-03-07 15:18:25 +01:00
Moritz Lipp
d56b79b3c0 Little fix in sc_toggle_index 2011-03-06 15:21:38 +01:00
Moritz Lipp
1fbe59aabf Implemented sc_rotate 2011-03-06 14:49:44 +01:00
Moritz Lipp
4eca979695 Updated mupdf backend 2011-03-06 11:24:30 +01:00
Moritz Lipp
3f23dcfb6e Merge branch 'mupdf' into girara
Updated to mupdf 0.8

Conflicts:
	config.mk
	ft/pdf-mupdf/pdf.h
	ft/pdf-poppler/pdf.c
	ft/pdf-poppler/pdf.h
	ft/pdf/pdf.h
2011-03-06 09:43:19 +01:00
Moritz Lipp
ff4df5e385 Renamed pdf poppler plugin 2011-03-06 09:22:38 +01:00
Moritz Lipp
bf456a8c9f Renamed mupdf plugin directory 2011-03-06 09:20:45 +01:00
Moritz Lipp
4eabd47949 Added install/uninstall targets for plugins 2011-03-06 09:19:21 +01:00
Moritz Lipp
dc660d2c56 Register plugin correctly and handle dlhandle correctly 2011-03-06 09:14:36 +01:00