Commit Graph

1113 Commits

Author SHA1 Message Date
Moritz Lipp
0c0a5f266c Open multiple arguments
It is now possible to open multiple files by passing them as additional
arguments. The password can now be set with the -w/--password parameter
instead of the argument after the filename.
2012-04-27 12:44:05 +02:00
Sebastian Ramacher
d6ff7a89ab Don't add gthread twice. 2012-04-24 16:44:31 +02:00
Moritz Lipp
abe6755558 Added missing initializer 2012-04-24 13:46:00 +02:00
Moritz Lipp
dd8878b0fb Link to gthread 2012-04-23 00:37:52 +02:00
Moritz Lipp
d882bf9cd8 Enable t in sc_rotate 2012-04-22 23:59:30 +02:00
Moritz Lipp
036dc0cd57 Implement hlsearch/nohlsearch 2012-04-22 19:12:45 +02:00
Moritz Lipp
a86940b3f4 Implement ZATHURA_LINK_GOTO_REMOTE 2012-04-22 11:11:36 +02:00
Moritz Lipp
ef99076a48 Prevent zathura from SIGSEGV if link is a NULL pointer 2012-04-22 10:33:30 +02:00
Moritz Lipp
adc9f41264 Introduce new link types 2012-04-22 10:04:46 +02:00
Moritz Lipp
3412f40093 Update doc 2012-04-22 09:51:00 +02:00
Moritz Lipp
c9f38a4df8 t pushMerge branch 'develop' of pwmt.org:zathura into develop 2012-04-21 17:09:43 +02:00
Moritz Lipp
b84abf30c1 Make compatible to old history files 2012-04-21 17:09:38 +02:00
Sebastian Ramacher
dd403cb33c Add Esperanto translation.
Thanks to grim3ur for the translation.
2012-04-21 16:02:08 +02:00
Moritz Lipp
c5f22141eb Resolve warning 2012-04-21 10:40:29 +02:00
Moritz Lipp
6a30019b4e Add missing return value 2012-04-21 10:39:24 +02:00
Moritz Lipp
210cc9982c Add mark commands 2012-04-21 05:02:32 +02:00
Moritz Lipp
6cdfd456b8 Merge branch 'develop' of pwmt.org:zathura into develop 2012-04-21 05:00:03 +02:00
Moritz Lipp
7d92d54539 Implemented marks 2012-04-21 04:59:58 +02:00
Sebastian Ramacher
fda6420732 Merge branch 'develop' of pwmt.org:zathura into develop 2012-04-21 02:15:53 +02:00
Sebastian Ramacher
946faf5952 uninstall needs to depend on uninstall-headers (Closes: #174). 2012-04-21 02:15:46 +02:00
Moritz Lipp
488ab101e9 Set default adjust mode to none 2012-04-21 00:00:03 +02:00
Moritz Lipp
2534c7abc2 Fix t 2012-04-20 23:41:10 +02:00
Moritz Lipp
4cd4638fd8 Allow to zoom in n times 2012-04-20 23:39:34 +02:00
Moritz Lipp
370deafb92 Save pages-per-row/position_x/position_y in database 2012-04-20 23:35:48 +02:00
Moritz Lipp
66999860f8 Merge branch 'develop' of pwmt.org:zathura into develop 2012-04-20 21:15:35 +02:00
Moritz Lipp
798c97f4a6 Introduce zathura_fileinfo_t and update database interface 2012-04-20 21:15:03 +02:00
Sebastian Ramacher
6947fd32d4 Call mkdir with -m 755. 2012-04-20 01:16:39 +02:00
Sebastian Ramacher
3abf09682e Update translations 2012-04-18 19:38:02 +02:00
Sebastian Ramacher
4799e0d20a Call mkdir with -m 755. 2012-04-17 21:51:21 +02:00
Moritz Lipp
f239ea145c Free index if document gets closed 2012-04-16 09:17:50 +02:00
Sebastian Ramacher
2ace141d07 Document advances-pages-per-row. 2012-04-10 17:45:29 +02:00
Sebastian Ramacher
ace9718f75 Add option to advance the number of pages per row. (Closes: #167) 2012-04-10 17:40:29 +02:00
Sebastian Ramacher
f10cc11bfd Update tests. 2012-04-08 18:03:21 +02:00
Sebastian Ramacher
d9f5889415 Use the information from the file info. 2012-04-07 16:00:51 +02:00
Sebastian Ramacher
1e2ff0557e Hide some structs from the plugins. 2012-04-06 13:54:17 +02:00
Sebastian Ramacher
30b9be61dd Don't need to depend on GTK+ anymore.
Cairo is enough.
2012-04-06 13:46:35 +02:00
Sebastian Ramacher
84605c157e Don't ship zathura.h 2012-04-03 18:47:12 +02:00
Sebastian Ramacher
f7c119b244 There is no need to include zathura.h anymore. 2012-04-03 18:39:00 +02:00
Sebastian Ramacher
26792ca3a6 Add and update translations from transifex.net 2012-04-03 17:25:25 +02:00
Sebastian Ramacher
c8c0aa361f Fix typo. 2012-04-03 17:24:56 +02:00
Moritz Lipp
97247f41ca Unhitch zathura_t from document_t/page_t/plugin_manager_t 2012-04-03 09:02:45 +02:00
Moritz Lipp
b458b8c17a Merge branch 'develop' of pwmt.org:zathura into develop 2012-04-02 22:56:49 +02:00
Moritz Lipp
69bb09c43b Compile with GTK3 2012-04-02 22:56:44 +02:00
Sebastian Ramacher
b30d021ca0 Fix index check. 2012-04-02 12:42:55 +02:00
Moritz Lipp
25320f5265 Resolve memory leak in db_watch_file 2012-04-01 22:57:34 +02:00
Moritz Lipp
1b44ccb0f8 Add missing include 2012-04-01 21:15:32 +02:00
Moritz Lipp
025c995d89 Introduce plugin manager 2012-04-01 18:32:16 +02:00
Moritz Lipp
7a9c7d762c Prevent possible null pointer dereference 2012-04-01 11:38:38 +02:00
Moritz Lipp
2918d92280 Update configuration description 2012-04-01 11:38:15 +02:00
Moritz Lipp
ab4c364e56 Update document information plugin api 2012-03-30 18:24:00 +02:00