Commit Graph

1149 Commits

Author SHA1 Message Date
Moritz Lipp
1539b463ff Rename function 2012-05-21 07:47:24 +02:00
Moritz Lipp
7f8f8969ef Introduced page_add_annotation / page_remove_annotation 2012-05-20 13:10:31 +02:00
Moritz Lipp
d02d49c79b Update annotation functions 2012-05-19 07:51:23 +02:00
Moritz Lipp
5e42c18fc6 Check for empty lists / Fix function name 2012-05-04 12:16:23 +02:00
Moritz Lipp
724ecbd966 Introduce zathura_annotation_is_markup_annotation function 2012-05-04 02:29:47 +02:00
Moritz Lipp
312392acc8 Re-render after annotation has been added 2012-05-04 01:57:57 +02:00
Moritz Lipp
5012443ea4 Rename functions 2012-05-04 01:44:24 +02:00
Moritz Lipp
5b1a07e36c Introduced some new text annotation functions 2012-05-03 21:47:10 +02:00
Moritz Lipp
33ec398a0e Calculate correct annotation position 2012-05-03 11:36:26 +02:00
Moritz Lipp
d1220ea01e Save mouse click position 2012-05-03 10:36:39 +02:00
Moritz Lipp
77c297a8f8 Fix typo in GIRARA_LIST_FOREACH 2012-05-03 09:44:15 +02:00
Moritz Lipp
c0bec4c7e6 Resolve display issue in page_widget_popup_menu 2012-05-03 09:26:57 +02:00
Moritz Lipp
3e1fc5ab12 Introduced zathura_page_set_annotations function 2012-05-03 08:56:52 +02:00
Moritz Lipp
caccf809fc Introduce new annotation functions 2012-05-02 21:32:44 +02:00
Moritz Lipp
5954da8572 Add context menu entry for annotation properties 2012-05-02 10:02:45 +02:00
Moritz Lipp
8f4eac4f9d Implement get/set position functions 2012-05-02 08:17:50 +02:00
Moritz Lipp
12b1fa1f00 Introduce ZATHURA_ANNOT_MARKUP type 2012-05-02 07:37:17 +02:00
Moritz Lipp
0176b7e4ce Only allow the creation of supported annotation types 2012-05-02 02:02:41 +02:00
Moritz Lipp
9d9915e8dd Save page object instead of index in annotation 2012-05-02 01:34:38 +02:00
Moritz Lipp
e2c32a07fd Implement zathura_page_get_annotations 2012-05-02 01:28:40 +02:00
Moritz Lipp
e70a07e0cd Introduce zathura_annotation_t 2012-05-02 01:13:55 +02:00
Moritz Lipp
800d039293 Check for numeric events 2012-05-01 19:09:33 +02:00
Moritz Lipp
e4c145a67e Use set_adjustment in position_set_delayed_impl 2012-05-01 13:39:22 +02:00
Moritz Lipp
c2b0f7c20f Close document in cb_destroy
Fixes: #158
2012-05-01 12:03:18 +02:00
Moritz Lipp
c69eebd87f Export images and attachments 2012-05-01 11:54:52 +02:00
Moritz Lipp
b7b8f53cbe Resolve page-jumping while zooming on last page
Resolves the problem of jumping to a wrong possition
that occured while zooming on the last page of the document

Fixes: #166
2012-05-01 10:23:00 +02:00
Moritz Lipp
9e643d4224 Reset position correctly after viewing index
Fixes #188
2012-05-01 08:22:17 +02:00
Moritz Lipp
b5bf7ef835 Fix pan problem 2012-04-30 22:42:53 +02:00
Moritz Lipp
b4f8fe3b5c Restore 'pages-per-row' value 2012-04-29 06:26:38 +02:00
Sebastian Ramacher
3ea2873c13 Document exec, exec-command and abort-clear-search. 2012-04-28 21:57:12 +02:00
Sebastian Ramacher
d24ad831b8 Add setting abort-clear-search and clear search results on abort if set. 2012-04-28 21:47:27 +02:00
Sebastian Ramacher
1e1b55de57 Display plugin version in debug mode. 2012-04-28 21:26:10 +02:00
Sebastian Ramacher
eec5f61926 Provide typedefs for functions of the plugins. 2012-04-27 22:42:02 +02:00
Sebastian Ramacher
db859f3996 Use gmodule instead of dl. This is much more platform agnostic.
Also drop some API version 1 compatibility code.
2012-04-27 22:26:49 +02:00
Sebastian Ramacher
9472a3d076 Bump ABI and API version.
We have a new ABI and API so the versions should be bumped.
2012-04-27 22:19:29 +02:00
Sebastian Ramacher
7b98e40e23 Implement database migration to the new layout. 2012-04-27 21:56:41 +02:00
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