- 12 Nov, 2015 1 commit
-
-
Sebastian Neuser authored
-
- 07 Nov, 2014 1 commit
-
-
Moritz Lipp authored
-
- 27 Oct, 2014 1 commit
-
-
Moritz Lipp authored
-
- 11 Apr, 2014 1 commit
-
-
Sebastian Ramacher authored
We now have girara_replace_substring. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 05 Jan, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 26 Oct, 2013 3 commits
-
-
Abdo Roig-Maranges authored
The plan is to put in adjustment.c every piece of code that has to do with document positioning, either computing it from data on the document side, or talking to GTK. We want to have at our disposal functions to compute sizes and positions without having to ask for it to a GTK widget. The new functions are: - move page_calc_height_width to adjustment.c - add page_calc_position that rotates a position relative to a page according to the rotation settings. - add position_to_page_number that computes the number of a page sitting at a given position (given in document-relative coordinates) - add page_number_to_position that computes the position (in document relative coordinates) that will be placed at the center of the viewport. - add page_is_visible that checks whether the given page intersects the viewport.
-
Abdo Roig-Maranges authored
It makes more sense, plus now the document knows about the page layout and can do the computation.
-
Abdo Roig-Maranges authored
now accepts a document object and explicit width and height. This will make it easier to reuse this function for computing the document page cell width and height.
-
- 31 Aug, 2013 1 commit
-
-
This patch adds a new configuration setting, selection-clipboard, which allows us to choose between the PRIMARY selection, and the CLIPBOARD selection, for determining which X clipboard to use for storing mouse-selected data. It has only two valid values: "primary" and "clipboard", with "clipboard" being set as the it's default value. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 23 Mar, 2013 1 commit
-
-
Instead of guesstimating the values of the scrollbars adjustments after a change in zoom level, connect callbacks to the "changed" GtkAdjustment event (which is emitted when the bounds or page_size of the adjustment change, e.g. when the zoom level changes), and compute the new values from there. The previous adjustment values are tracked in zathura->ui.hadjustment and zathura->ui.vadjustment (and updated by signal handlers as well), so that the view's position can be maintained while zooming. cb_view_hadjustment_changed() centers the page horizontally if a "best-fit" or "width" zoom is being performed, or if "zoom-center" is true; otherwise, it keeps the view horizontally centered around the same area of the page. cb_view_vadjustment_changed() always keeps the view vertically centered around the same area of the page. Many thanks to Marwan Tanager for thoroughly reviewing the various stages of this patch, and actually coming up with a working solution. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 23 Feb, 2013 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 13 Dec, 2012 1 commit
-
-
zathura_get_document_size computes the size of the document to be displayed (in pixels), given the size of the individual cells. It takes padding between the cells into account. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 14 Aug, 2012 1 commit
-
-
Moritz Lipp authored
-
- 12 Jul, 2012 1 commit
-
-
Moritz Lipp authored
-
- 17 Jun, 2012 1 commit
-
-
Moritz Lipp authored
Fixes #220
-
- 28 May, 2012 1 commit
-
-
Moritz Lipp authored
-
- 22 Apr, 2012 4 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 21 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 03 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 19 Mar, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 09 Feb, 2012 1 commit
-
-
Moritz Lipp authored
-
- 08 Feb, 2012 3 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Moritz Lipp authored
-
- 07 Feb, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 19 Jan, 2012 1 commit
-
-
Moritz Lipp authored
This function should be used to recalculate the coordinates of a rectangle to its new coordinates on the rendered page (depending on the current scale and rotation value)
-
- 10 Dec, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 23 Oct, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 01 Oct, 2011 1 commit
-
-
Moritz Lipp authored
-
- 27 May, 2011 1 commit
-
-
Moritz Lipp authored
-
- 25 May, 2011 1 commit
-
-
Moritz Lipp authored
-
- 19 Apr, 2011 1 commit
-
-
Moritz Lipp authored
-
- 05 Mar, 2011 1 commit
-
-
Moritz Lipp authored
-
- 10 Feb, 2011 1 commit
-
-
Moritz Lipp authored
-
- 01 Feb, 2011 1 commit
-
-
Moritz Lipp authored
-
- 29 Dec, 2010 1 commit
-
-
Moritz Lipp authored
-