Commit Graph

1151 Commits

Author SHA1 Message Date
Sebastian Ramacher
c9de38d960 Document rotate-cw and rotate-ccw. 2012-03-19 11:52:00 +01:00
Sebastian Ramacher
6cdc2b1974 Add argument to rotate to support counter-clockwise rotation (Closes: #154) 2012-03-19 11:43:07 +01:00
Felix Herrmann
d4b92610de readjust view in sc_adjust_window (to keep position) 2012-03-19 11:22:01 +01:00
Sebastian Ramacher
fbc5f1431f Add HEADERINST. 2012-03-18 19:38:17 +01:00
Sebastian Ramacher
21579797cd Update translations. 2012-03-16 15:59:23 +01:00
Sebastian Ramacher
75b7ce0bc9 Mark zathura->global.page_padding as deprecated. 2012-03-16 15:56:37 +01:00
Sebastian Ramacher
9fe03f72e2 Allow page-padding to be changed. 2012-03-16 15:47:30 +01:00
Sebastian Ramacher
66bc63f5a7 Rename page_widget to page-widget. 2012-03-16 14:37:54 +01:00
Sebastian Ramacher
b4094c4c75 Translate 'No name'. 2012-03-16 13:42:15 +01:00
Sebastian Ramacher
66d6b27c00 Add girara version check. 2012-03-16 13:32:09 +01:00
Sebastian Ramacher
45dad09deb Detect sqlite3 on our own. 2012-03-16 13:24:45 +01:00
Moritz Lipp
3bc6224976 Update title with file path 2012-03-16 07:58:55 +01:00
Moritz Lipp
31aa53017a Add testcase for NP check 2012-03-15 16:38:20 +01:00
Moritz Lipp
ce2113bbee Add NULL pointer check in file_valid_extension 2012-03-15 16:32:03 +01:00
Sebastian Ramacher
783c9f2748 Tables are not a good idea. 2012-03-15 14:37:21 +01:00
Sebastian Ramacher
8fc64ba609 Call the seciont OPTIONS instead. 2012-03-15 14:31:25 +01:00
Sebastian Ramacher
5b157884c5 Fix a typo. 2012-03-15 13:31:02 +01:00
Sebastian Ramacher
fb63400a62 Reintroduce the content in zathurarc.5.rst for now.
At some point we should fine a way to generate both the website and the man page
from the same source.
2012-03-15 13:15:13 +01:00
Sebastian Ramacher
c66b6ced5e More NULLs. 2012-03-15 12:07:35 +01:00
Sebastian Ramacher
1407e46724 Add MSGFMT and MSGFMTFLAGS 2012-03-14 22:24:25 +01:00
Sebastian Ramacher
05b92f5417 Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-14 22:05:41 +01:00
Sebastian Ramacher
82761f4703 Fix de.po 2012-03-14 22:05:36 +01:00
Sebastian Ramacher
8da132f546 Run msgfmt with -c. 2012-03-14 22:04:10 +01:00
Moritz Lipp
1028d90e6c Re-render all pages when calling cb_color_change 2012-03-14 18:09:00 +01:00
Moritz Lipp
0474235483 Added 'scroll-wrap' for sc_navigate 2012-03-14 17:44:36 +01:00
Moritz Lipp
81b86d8b7b Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-14 17:33:38 +01:00
Moritz Lipp
9265c9473a Add 'recolor' setting 2012-03-14 17:33:35 +01:00
Sebastian Ramacher
b56a7fa73d If a filename contains [ or ] store the filename Base-64 encoded. (Closes: #148) 2012-03-14 13:36:51 +01:00
Moritz Lipp
737f312e6c Update typo in function description 2012-03-14 08:15:23 +01:00
Moritz Lipp
afe238d941 Update style 2012-03-13 09:27:20 +01:00
Moritz Lipp
aab2a24976 Update style 2012-03-13 09:26:54 +01:00
Sebastian Ramacher
01b5750bcc Add setting to ignore page number stored in file info. (Closes: #145)
Thanks for the patch to Urchlay.
2012-03-12 22:31:40 +01:00
Sebastian Ramacher
59f27880a8 Add build-manpages and install-manpages targets. 2012-03-12 19:25:38 +01:00
Sebastian Ramacher
2acc27692b all should already build the translation files. 2012-03-12 19:09:52 +01:00
Moritz Lipp
38ccbfcb90 Version 0.1.1 2012-03-09 19:21:15 +01:00
Moritz Lipp
c61c74870f Add PLUGIN_MIMETYPES macro 2012-03-09 09:53:03 +01:00
Moritz Lipp
7271166b20 Update style 2012-03-09 08:05:48 +01:00
Sebastian Ramacher
b244e016d0 Some refactoring. 2012-03-08 23:49:59 +01:00
Sebastian Ramacher
24345dafba Check the right coordinates in cb_view_vadjustment_value_changed. 2012-03-08 23:27:56 +01:00
Sebastian Ramacher
ec2ec61463 Keep the current page in sc_toogle_fullscreen (Closes: #134) 2012-03-08 19:12:27 +01:00
Sebastian Ramacher
25fed48293 Minor Makefile fixes 2012-03-08 18:54:13 +01:00
Sebastian Ramacher
2f23dfe388 Minor Makefile fixes 2012-03-08 18:52:58 +01:00
Moritz Lipp
e1640400c1 Update german translation 2012-03-08 18:38:24 +01:00
Moritz Lipp
6b042b17b5 Show error message if no index exists 2012-03-08 18:37:51 +01:00
Sebastian Ramacher
eadc85d316 Minor Makefile fixes 2012-03-08 18:32:46 +01:00
Sebastian Ramacher
114cc32fd8 Add RSTTOMAN to configure path to rst2man (Closes: #140) 2012-03-08 18:23:44 +01:00
Sebastian Ramacher
cc0e59825c Add explicit targets to update po files. 2012-03-08 18:03:19 +01:00
Sebastian Ramacher
48d06cbf36 Use wildcard and filter-out instead of find. 2012-03-08 17:50:54 +01:00
Sebastian Ramacher
b1893b47a2 Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-08 17:10:36 +01:00
Sebastian Ramacher
e8a16931ad Add (un)install-headers and honor INCLUDEDIR and LIBDIR. 2012-03-08 17:10:31 +01:00