- 13 Aug, 2012 1 commit
-
-
Moritz Lipp authored
-
- 07 Aug, 2012 1 commit
-
-
Moritz Lipp authored
-
- 05 Aug, 2012 9 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Moritz Lipp authored
-
- 01 Aug, 2012 4 commits
-
-
There are two causes of the problem: - page_ratio should be defined differently This is because the usefull page ratio is max_height/total_width or max_width/total_height. This then changes accordingly if pages_per_row != 1, otherwise, if the pages are of the same size, the page ratios will not change, which screws up the resizing. - Sometimes we need to do height or width division diferently. This is because not always total_height or total_width is meaningful in BESTFIT condition. This commit also should fix the bug #0000226. Signed-off-by:
Ignas Anikevicius (gns_ank) <anikevicius@gmail.com> Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
-
If option recolor-keephue is true, the recoloring algorithm only adjusts the lightness of the original color, keeping the rest of the properties close to the original. When recolor-keephue is set to false, the recoloring is performed as it was before, interpolating linearly between recolor-lightcolor and recolor-darkcolor except for a different weighting for the lightness which is closer to perception. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Thils should fix #241.
-
- 31 Jul, 2012 1 commit
-
-
There was a problem passing colors to cairo_set_source_rgb. Should be floats between 0 and 1. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 22 Jul, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 13 Jul, 2012 3 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Thanks to Roland Schatz for the patch.
-
Sebastian Ramacher authored
-
- 12 Jul, 2012 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 10 Jul, 2012 1 commit
-
-
Moritz Lipp authored
Rename major/minor/rev to plugin_major/plugin_minor/plugin_rev to avoid a conflict with the major/minor macros in sys/types.h
-
- 03 Jul, 2012 3 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 02 Jul, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 27 Jun, 2012 6 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Thanks to J. Commelin for the patch.
-
Sebastian Ramacher authored
Thanks to J. Commelin for the patch.
-
Sebastian Ramacher authored
-
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.
-
Moritz Lipp authored
-
- 25 Jun, 2012 2 commits
-
-
Sebastian Ramacher authored
Closes #228.
-
Sebastian Ramacher authored
-
- 20 Jun, 2012 5 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-