- 04 Oct, 2018 5 commits
-
-
Sebastian Ramacher authored
Version 0.3.4
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Leonardo Taccari authored
-
- 29 Sep, 2018 2 commits
-
-
Leonardo Taccari authored
-
Leonardo Taccari authored
cc.find_library() just check if a library exists by linking it via `-l<libname>', no `lib' prefix is needed when calling it.
-
- 29 Jun, 2018 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 24 May, 2018 1 commit
-
-
Sebastian Ramacher authored
-
- 11 May, 2018 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 07 May, 2018 1 commit
-
-
Danilo Spinella authored
-
- 28 Mar, 2018 1 commit
-
-
Marius authored
-
- 17 Mar, 2018 3 commits
-
-
Sebastian Ramacher authored
Version 0.3.3
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 07 Mar, 2018 9 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 25 Feb, 2018 3 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
Sebastian Ramacher authored
Remove jibg2dec, openjpg2, jpeg and z from requires libs since they're already included in mupdfthird (fixes #703) Thanks to Paulo Marcel Coelho Aragão for the patch. Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
Sebastian Ramacher authored
This stopped being useful ages ago. Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 10 Feb, 2018 1 commit
-
-
Sebastian Ramacher authored
-
- 20 Dec, 2017 4 commits
-
-
Sebastian Ramacher authored
Version 0.3.2
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 18 Dec, 2017 2 commits
-
-
Leonardo Taccari authored
Every fz_drop_device() need a corresponding fz_close_device(). This fixes the: warning: dropping unclosed device warning: ... repeated <n> times .. warnings.
-
Pavel Vinogradov authored
-
- 03 Jul, 2017 2 commits
-
-
Sebastian Ramacher authored
-
Adrien Schildknecht authored
In case of failure in 'pdf_page_init', the mupdf_page is being cleared and freed but the zathura_page still holds a pointer to it, resulting in a double free when 'pdf_page_clear' is later called. The execution flow resulting in a double free is the following: zathura_page_new() pdf_page_init() zathura_page_set_data() failure of fz_load_page(),fz_bound_page() or fz_new_stext_sheet() pdf_page_clear() zathura_page_free() pdf_page_clear() // double free Make sure 'zathura_page_set_data' is called only if no errors occurred so that page->data never points to freed memory.
-
- 28 Mar, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 19 Mar, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-