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
Sebastian Ramacher
b693b8735b
make input of completion callbacks const
2011-10-08 23:23:56 +02:00
Sebastian Ramacher
4efecff654
make input of completion callbacks const char*
2011-10-08 23:19:28 +02:00
Sebastian Ramacher
d9d28bc544
+1/-1 when storing/loading pages
2011-10-06 18:33:54 +02:00
Sebastian Ramacher
b843331afc
+1/-1 when storing/loading pages
2011-10-06 18:33:23 +02:00
Sebastian Ramacher
b380f6f14b
implement bookmark create
2011-10-06 18:07:02 +02:00
Sebastian Ramacher
f00b3fcf03
implement bookmark open
2011-10-06 18:01:15 +02:00
Sebastian Ramacher
d047a36f6c
save file info on close
2011-10-06 17:57:26 +02:00
Sebastian Ramacher
88c4dd6bbe
load file info on start and jump to last seen page
2011-10-06 17:48:17 +02:00
Sebastian Ramacher
4f53b083ef
Revert change from 481e52fd and change path_max to long.
...
pathconf returns -1 on error and if there is no limit. A buffer with size
(size_t) -1 would be too large.
2011-10-05 14:20:59 +02:00
Moritz Lipp
6730160df0
Merge branch 'develop' of pwmt.org:zathura into develop
2011-10-05 13:49:45 +02:00
Moritz Lipp
8d3cc43bbe
Don't check if unsigned variable is less than zero
2011-10-05 13:49:40 +02:00
Pavel Borzenkov
b35a062e61
Fix 'make uninstall' command
...
We should remove zathura.pc from $PREFIX/lib/pkgconfig, not the
directory itself.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-10-05 11:32:12 +02:00
Sebastian Ramacher
d02826c6df
update README
2011-10-04 16:41:51 +02:00
Sebastian Ramacher
794bee49ab
update deskopt file
2011-10-03 19:56:02 +02:00
Sebastian Ramacher
02e0c8b2d3
Fix a typo
2011-10-03 17:28:14 +02:00
Sebastian Ramacher
577d485747
create config/data directories if they don't exist
2011-10-03 17:19:55 +02:00
Sebastian Ramacher
2c5eb04f4f
Merge branch 'develop' of pwmt.org:zathura into develop
2011-10-03 17:13:40 +02:00
Sebastian Ramacher
4239d9652f
just do nothing if no document is open
2011-10-03 17:13:33 +02:00
Moritz Lipp
8bf7587baf
Show document information
2011-10-01 23:29:40 +02:00
Moritz Lipp
8b762ddcb3
Implemented sc_reload
2011-10-01 17:47:51 +02:00
Moritz Lipp
9d13c75153
Fit page to width / bestfit
2011-10-01 09:40:44 +02:00
Moritz Lipp
9ec22cc1f6
Fix memory leak in zathura_free
2011-09-30 12:33:50 +02:00
Moritz Lipp
b5017f2396
Fix possible deallocation of a deallocated real_path
2011-09-30 12:32:29 +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
Moritz Lipp
bd458048c3
Include math.h in render.c
2011-09-29 18:51:24 +02:00
Sebastian Ramacher
f78b79ec17
scale cairo surface
2011-09-29 18:49:43 +02:00
Sebastian Ramacher
72ebb3bc13
fix page_set call in cb_index_row_activated
2011-09-29 18:39:40 +02:00
Moritz Lipp
88e31c0c24
Merge branch 'develop' of pwmt.org:zathura into develop
...
Conflicts:
callbacks.c
2011-09-29 18:17:38 +02:00
Moritz Lipp
05311ca020
Implemented sc_navigate_index
2011-09-29 18:17:03 +02:00
Sebastian Ramacher
b719e8701c
get rid of warnings
2011-09-29 18:08:37 +02:00
Moritz Lipp
a5669f6aa2
Merge branch 'develop' of pwmt.org:zathura into develop
2011-09-29 18:05:22 +02:00
Moritz Lipp
d0819a10e0
Show printing status in statusbar
2011-09-29 18:05:15 +02:00
Sebastian Ramacher
ec7aacb0f6
Merge branch 'develop' of pwmt.org:zathura into develop
2011-09-29 17:35:02 +02:00
Sebastian Ramacher
a8389ad2b1
align page number to the right
2011-09-29 17:35:00 +02:00
Moritz Lipp
353297b301
Merge branch 'develop' of pwmt.org:zathura into develop
2011-09-29 17:32:44 +02:00
Moritz Lipp
96e8348caa
Prevent segfault in statusbar_page_number_update
2011-09-29 17:32:35 +02:00
Sebastian Ramacher
1e18d7f3ea
display page in index
2011-09-29 17:28:09 +02:00
Moritz Lipp
3d0abd5292
Merge branch 'develop' of pwmt.org:zathura into develop
2011-09-29 17:09:12 +02:00
Moritz Lipp
a94cc260a2
Implemented cb_index_row_activated
2011-09-29 17:06:51 +02:00
Sebastian Ramacher
b614508e16
completion for bookmarks
2011-09-29 17:05:20 +02:00
Sebastian Ramacher
225bc75baf
generate index
2011-09-29 16:50:52 +02:00
Sebastian Ramacher
66e3c65583
readd installation of zathurarc.5 and zathura.desktop
2011-09-29 16:06:39 +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
c3ad7faf1a
Use cairo to render page
2011-09-29 12:35:52 +02:00
Moritz Lipp
9f5d6cdd61
Added page_render_cairo function
2011-09-29 12:07:07 +02:00
Sebastian Ramacher
13eeebc9c8
fix build error
2011-09-29 11:48:23 +02:00
Moritz Lipp
8a1f1816fd
Merge branch 'girara'
2011-09-29 11:43:01 +02:00
Moritz Lipp
2403296c53
Merge branch 'girara'
...
Conflicts:
.gitignore
LICENSE
Makefile
README
config.def.h
config.mk
zathura.1
zathura.c
2011-09-29 11:41:08 +02:00