- 07 Dec, 2015 2 commits
- 20 Jan, 2015 1 commit
-
-
Moritz Lipp authored
-
- 07 Nov, 2014 1 commit
-
-
Moritz Lipp authored
-
- 09 Sep, 2014 1 commit
-
-
Moritz Lipp authored
-
- 15 Aug, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 19 Jan, 2014 1 commit
-
-
Moritz Lipp authored
-
- 14 Jan, 2014 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
… and use it everywhere we want to get the content type of a file. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 10 Jan, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 07 Jan, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 06 Jan, 2014 1 commit
-
-
Sebastian Ramacher authored
-
- 05 Jan, 2014 1 commit
-
-
Sebastian Ramacher authored
Also don't try to run file if we have libmagic available. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 22 Nov, 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>
-
- 05 Nov, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 26 Oct, 2013 5 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
The document object now has functions to set and get the position and the viewport size. The position is a relative position with respect to the size of the entire document, i.e. position_y=0 means top of the document and position_y=1 bottom. The viewport size is stored in screen coordinates, in pixels.
-
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 the document object knows about pages_per_row, first_page_column and page_padding, so we will be able to compute sizes and positions of the document view without querying the GTK widgets.
-
Abdo Roig-Maranges authored
We precompute the maximum width and maximum height when opening the document. Then, when someone calls zathura_document_get_cell_size we use page_calc_width_height to apply the rotation and scale the precomputed values.
-
- 27 Jul, 2013 1 commit
-
-
When set to 'true', this option displays the page number in the title of a zathura window.
-
- 25 Jul, 2013 1 commit
-
-
Sebastian Ramacher authored
Also fix other compiler warnings. Closes: #332 Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 28 May, 2013 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 08 May, 2013 1 commit
-
-
Moritz Lipp authored
-
- 26 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 23 Mar, 2013 1 commit
-
-
Add a new adjust mode that is set when focusing the inputbar and disables adjusting the vertical scrollbar. As a result, focusing the inputbar doesn't scroll the document, leading to better results when changing pages from the inputbar (e.g. using bookmarks). Reported-by:
Marwan Tanager <marwan.tngr@gmail.com> Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 19 Feb, 2013 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 13 Feb, 2013 2 commits
-
-
Sebastian Ramacher authored
-
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 08 Feb, 2013 1 commit
-
-
Sebastian Ramacher authored
Thanks to Diego Joss <djego.joss@gmail.com> for the patch.
-
- 17 Jan, 2013 1 commit
-
-
Sebastian Ramacher authored
Files smaller than GT_MAX_READ cause guess_type to hang in an endless loop. Closes: #285
-
- 13 Dec, 2012 1 commit
-
-
A document is laid out on a homogeneous gtk table/grid. This new method, zathura_document_get_cell_size, computes the size of the cells in that table/grid, at the current scale. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 09 Oct, 2012 1 commit
-
-
Moritz Lipp authored
-
- 13 Jun, 2012 1 commit
-
-
Moritz Lipp authored
-
- 21 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 03 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 01 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-