Moritz Lipp
68bda8550f
Initialize girara after parsing the configuration
2011-04-25 17:41:45 +02:00
Moritz Lipp
9f5430e449
Handle 0 pages-per-row
2011-04-25 16:54:21 +02:00
Moritz Lipp
4146cfbb84
Added shift-space command
2011-04-21 14:30:23 +02:00
Sebastian Ramacher
8be9a8159f
Merge branch 'girara' of pwmt.org:zathura into girara
2011-04-20 16:58:15 +02:00
Sebastian Ramacher
48f04fc587
fix a typo
2011-04-20 16:58:08 +02:00
Moritz Lipp
08c8187ef5
Load default configuration
2011-04-20 15:55:09 +02:00
Sebastian Ramacher
3a46d07964
fix .desktop file
2011-04-20 11:57:37 +02:00
Moritz Lipp
5e4d584382
Merge branch 'render' into girara
...
Conflicts:
Makefile
config.c
config.h
document.c
ft/djvu/Makefile
ft/pdf-mupdf/Makefile
ft/pdf-poppler/Makefile
render.c
zathura.c
2011-04-19 21:54:24 +02:00
Moritz Lipp
5c5df5bf82
Fixed rendering
2011-04-19 21:42:18 +02:00
Moritz Lipp
752ca8ec11
Destroy surface if page is not visible
2011-04-19 20:46:33 +02:00
Sebastian Ramacher
09328e8e89
use GtkTable for page layout
2011-04-19 20:41:16 +02:00
Moritz Lipp
222bd718e4
Simplify offset calculation
2011-04-19 20:23:58 +02:00
Moritz Lipp
df98e51568
Merge branch 'render' of pwmt.org:zathura into render
2011-04-19 19:24:14 +02:00
Moritz Lipp
dc7c3d86eb
Calculate page offset
2011-04-19 19:24:03 +02:00
Sebastian Ramacher
0a18af5912
ignore .depend
2011-04-19 19:07:18 +02:00
Sebastian Ramacher
8025225e14
create dependencies
2011-04-19 18:53:41 +02:00
Sebastian Ramacher
a415666cc1
zathura_page_t: replace rendered by visible
2011-04-19 18:33:28 +02:00
Moritz Lipp
a80770a320
Save zathura object in zathura_ocument_t
2011-04-19 17:46:44 +02:00
Moritz Lipp
48d5dad99d
Fixed rendering for djvu backend
2011-04-19 16:42:16 +02:00
Moritz Lipp
07cc456ae9
Fixed rendering for mupdf/poppler backend
2011-04-19 16:24:19 +02:00
Moritz Lipp
a77ca6fef5
Merge branch 'render' of pwmt.org:zathura into render
2011-04-19 16:03:48 +02:00
Moritz Lipp
5151b84a6f
Update render function
2011-04-19 16:03:42 +02:00
Sebastian Ramacher
fd283c8873
memory leak
2011-04-19 16:02:54 +02:00
Sebastian Ramacher
7dd5c0d567
resize
2011-04-19 15:39:10 +02:00
Sebastian Ramacher
4eef03c201
invalidate rect
2011-04-19 15:26:26 +02:00
Sebastian Ramacher
45afe89e87
invalidate rect
2011-04-19 15:23:55 +02:00
Sebastian Ramacher
298c9d2c7a
readd tabbed support
2011-04-19 14:46:08 +02:00
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