Commit Graph

1397 Commits

Author SHA1 Message Date
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
Sebastian Ramacher
efcdfaefbb Fix regression introduced in fix for #224.
Closes #228.
2012-06-25 18:27:01 +02:00
Sebastian Ramacher
30fbda134f Update Polish translation. 2012-06-25 00:28:31 +02:00
Sebastian Ramacher
cfd324fae6 Translate 'Loading...' 2012-06-20 16:57:51 +02:00
Sebastian Ramacher
aa2abd0bc4 more debug output 2012-06-20 16:41:01 +02:00
Sebastian Ramacher
40dd2b469b Fix off-by-one. 2012-06-20 16:11:00 +02:00
Sebastian Ramacher
c25f892385 Fix check. 2012-06-20 16:10:34 +02:00
Sebastian Ramacher
a759c008cd Don't send surfaces to widgets if we're about to close the document. 2012-06-20 15:55:32 +02:00
Sebastian Ramacher
0c6f0f8e7e Add Czech localization.
Thanks to Martin Pelikan.
2012-06-19 18:23:18 +02:00
Sebastian Ramacher
be85d21d5c Stupid me. 2012-06-17 00:28:42 +02:00
Moritz Lipp
a054b8d25b Merge branch 'develop' of pwmt.org:zathura into develop 2012-06-17 00:20:48 +02:00
Moritz Lipp
8e1cf395a5 Show correct page after leaving fullscreen mode
Fixes #220
2012-06-17 00:20:36 +02:00
Sebastian Ramacher
ea8e104362 Honor LINGUAS. 2012-06-16 14:19:12 +02:00
Moritz Lipp
dd99eca7c5 Fix render_thread_sort 2012-06-16 09:29:15 +02:00
Moritz Lipp
2acd67c142 Finish surface before calling destroy 2012-06-16 08:51:30 +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
2b7c13c905 Merge branch 'develop' of pwmt.org:zathura into develop 2012-06-13 16:08:43 +02:00
Moritz Lipp
d3203905f1 Implement :version command 2012-06-13 16:08:33 +02:00
Moritz Lipp
5ad335043d Hide plugin structure and introduce new functions 2012-06-13 16:08:24 +02:00
Sebastian Ramacher
4e98fb3dc1 It's called request-page-setup. 2012-06-11 23:04:21 +02:00
Moritz Lipp
baccdb34da Merge remote-tracking branch 'origin/develop' 2012-06-10 00:29:59 +02:00
Sebastian Ramacher
168bdc102d Bump version number to 0.2.0. 2012-06-09 15:32:06 +02:00
Sebastian Ramacher
43a65e790f Bump required girara version. 2012-06-09 15:31:38 +02:00
Sebastian Ramacher
fbdc818023 Remove unnecessary include.
This include fails with GTK+3.
2012-06-08 18:10:54 +02:00
Sebastian Ramacher
2342f0eac4 Update French translation. 2012-06-07 18:54:29 +02:00
Sebastian Ramacher
1b11372ac0 Merge branch 'develop' of pwmt.org:zathura into develop 2012-06-07 18:52:43 +02:00
Moritz Lipp
7a1231518e Set page orientation while printing automatically 2012-06-06 17:20:39 +02:00
Moritz Lipp
dfbd39c59d Evalute ZATHURA_LINK_DESTINATION_XYZ 2012-06-06 16:20:12 +02:00
Moritz Lipp
7d2265c294 Consider link types in link_new and link_free 2012-06-06 15:45:20 +02:00
Sebastian Ramacher
08c37b9e83 Merge branch 'develop' of pwmt.org:zathura into develop 2012-06-06 14:32:09 +02:00
Moritz Lipp
dbe0a5c84b Merge branch 'develop' of pwmt.org:zathura into develop 2012-06-04 11:46:43 +02:00
Moritz Lipp
bc3791859b Use recolor colors while loading page 2012-06-04 11:46:35 +02:00
Sebastian Ramacher
5dfc28ddc2 Some debug output. 2012-06-03 22:28:12 +02:00
Sebastian Ramacher
517acbd576 Remove \n in debug output. 2012-06-03 22:09:27 +02:00
Sebastian Ramacher
508f8dad8d Print full pages. 2012-06-03 22:07:42 +02:00
Sebastian Ramacher
290eefde5c Use a lock to lock the render thread for printing. 2012-06-03 22:06:57 +02:00
Sebastian Ramacher
f28decccc1 Revert "Render pages for printing in render thread."
This reverts commit 8271419222.
2012-06-03 21:54:10 +02:00
Sebastian Ramacher
8271419222 Render pages for printing in render thread.
This needs some looking in the render thread.
2012-06-01 20:56:55 +02:00
Sebastian Ramacher
4dc8c39728 Add Glen to AUTHORS. 2012-06-01 20:10:39 +02:00
Glen Winters
2632aa2990 Fix bug where page number does not update in mark_evaluate 2012-06-01 20:09:39 +02:00
Glen Winters
65856538d5 Fix zathura_link_destination_type_t misspelling 2012-05-28 13:39:30 +02:00
Moritz Lipp
365dc9a66e Improve zathura_link_t 2012-05-28 12:43:22 +02:00
Glen Winters
325ea7ede9 Fix version.h misspelling 2012-05-28 10:08:03 +02:00
Glen Winters
7603897b84 Fixed data directory bug 2012-05-28 09:08:49 +02:00
Moritz Lipp
2d6a63e6fe Evaluate ZATHURA_LINK_LAUNCH 2012-05-28 02:45:00 +02:00
Moritz Lipp
d721721867 Check if page_widget is a GTK_TABLE 2012-05-21 23:16:32 +02:00