Sebastian Ramacher
8c21a6116a
gtk_tree_path_up is weird.
...
Thils should fix #241 .
2012-08-01 00:23:43 +02:00
Sebastian Ramacher
6d462f4732
Implement first-page-column.
...
Thanks to J. Commelin for the patch.
2012-06-27 22:34:16 +02:00
Sebastian Ramacher
db459fe3d9
Merge branch 'develop' of pwmt.org:zathura into develop
2012-06-27 21:20:08 +02:00
Julian Orth
30eda65aaa
We added three options
...
1) zoom-center :: bool
zoom-center = false
If zoom-center = false nothing changes.
If zoom-center = true zooming respects the horizontal center of the
pageview. That is, the vertical line dividing the displayed part of
the document doesn't move within the document.
Reasoning: When viewing a pdf with a margin we usually want to hide the
margin at both sides by zooming in.
2) scroll-hstep :: float
scroll-hstep = -1
If scroll-hstep < 0 nothing changes.
If scroll-hstep >= 0 then scroll-hstep defines the scroll step in the
horizontal direction.
Reasoning: This allows us to make finer adjustments in the horizontal
direction without the mouse and without loosing the ablility to
navigate quickly through the document.
3) search-hadjust :: bool
search-hadjust = true
If search-hadjust = true nothing changes.
If search-hadjust = false searching does not adjust the horizontal
center of the document when showing search results.
Reasoning: When viewing a pdf with a margin we usually want to hide
the margin at both sides by zooming in. The horizontal adjustment
sometimes hides parts of the document by moving the horizontal
center.
2012-06-27 21:18:05 +02:00
Moritz Lipp
23a483962e
Update zoom shortcut and zoom configuration
2012-06-27 14:03:26 +02:00
Moritz Lipp
8e1cf395a5
Show correct page after leaving fullscreen mode
...
Fixes #220
2012-06-17 00:20:36 +02:00
Moritz Lipp
cbb22739e5
Fix sc_adjust_window
2012-06-16 00:21:18 +02:00
Moritz Lipp
4868bcec55
Update sc_adjust_window
2012-06-15 16:26:59 +02:00
Moritz Lipp
83f55ff24a
Implement sc_print
2012-05-08 16:47:34 +02:00
Moritz Lipp
de17088c91
Update sc_adjust_window on ZATHURA_ADJUST_BESTFIT
...
Closes : #200
2012-05-08 14:08:09 +02:00
Sebastian Ramacher
d05e40a8b5
Escape path in sc_focus_inputvar with APPEND_FILEPATH ( Closes : #198 )
2012-05-07 23:41:11 +02:00
Moritz Lipp
13711243f4
Improve widget size fix for sc_adjust_window
2012-05-06 22:52:33 +02:00
Moritz Lipp
9d2df003a3
Use gdk_threads_add_idle for adjust_window
2012-05-06 13:48:17 +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
Sebastian Ramacher
d24ad831b8
Add setting abort-clear-search and clear search results on abort if set.
2012-04-28 21:47:27 +02:00
Moritz Lipp
d882bf9cd8
Enable t in sc_rotate
2012-04-22 23:59:30 +02:00
Moritz Lipp
c5f22141eb
Resolve warning
2012-04-21 10:40:29 +02:00
Moritz Lipp
7d92d54539
Implemented marks
2012-04-21 04:59:58 +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
Sebastian Ramacher
ace9718f75
Add option to advance the number of pages per row. ( Closes : #167 )
2012-04-10 17:40:29 +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
ab4c364e56
Update document information plugin api
2012-03-30 18:24:00 +02:00
Moritz Lipp
9cdd963784
Auto-adjust on rotate / Update sc_adjust_window
2012-03-28 17:26:20 +02:00
Moritz Lipp
334b4fbb95
Introduce and use zathura_document wrapper functions
2012-03-27 21:59:35 +02:00
Moritz Lipp
fa40facc71
Begin to introduce types.h
2012-03-27 11:19:39 +02:00
Moritz Lipp
5bf32f33a5
Rename page_get_id to page_get_index
2012-03-26 15:30:58 +02:00
Moritz Lipp
efc108fbe2
Introduced page.h
2012-03-26 14:44:56 +02:00
Moritz Lipp
90796b5b5c
Added :offset command and some style updates
2012-03-24 18:27:10 +01:00
Moritz Lipp
defbf056c1
Update style
2012-03-24 17:56:23 +01:00
Moritz Lipp
42d3373558
Update sc_goto
2012-03-24 17:45:25 +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
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
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
9265c9473a
Add 'recolor' setting
2012-03-14 17:33:35 +01:00
Moritz Lipp
7271166b20
Update style
2012-03-09 08:05:48 +01:00
Sebastian Ramacher
ec2ec61463
Keep the current page in sc_toogle_fullscreen ( Closes : #134 )
2012-03-08 19:12:27 +01:00
Moritz Lipp
6b042b17b5
Show error message if no index exists
2012-03-08 18:37:51 +01:00
Moritz Lipp
e73ca51d05
Disable fullscreen mode if no document has been opened
2012-03-07 01:08:17 +01:00
Géraud Le Falher
ead85e28f1
add the ability to horizontally scroll half or full screen
2012-03-02 14:03:38 +01:00
Moritz Lipp
be8b8f3bb7
Revert latest commit
2012-02-25 23:54:38 +01:00
Moritz Lipp
6eb9db6cb6
Use update_page_number instead of setting it directly
2012-02-25 23:48:52 +01:00
Moritz Lipp
21856c0061
Iterate through all search results correctly
2012-02-25 16:56:11 +01:00
Moritz Lipp
a4b4c91dae
Calculate current page number only if scrolling
2012-02-21 20:39:42 +01:00
Moritz Lipp
ffd2da55bd
Style changes and additional parseable arguments
2012-02-21 17:11:59 +01:00
Vicky Chijwani
6aced3f870
add EXPAND_ALL and COLLAPSE_ALL shortcuts to index
2012-02-21 16:59:23 +01:00