[zathura] [PATCH] Correct misspellings of the word synctex

2012-12-06 Thread Benoît Knecht
Both in the documentation and in function names, synctex was sometimes spelled syntex or syntec. --- main.c|2 +- zathura.1.rst |6 +++--- zathura.c |2 +- zathura.h |4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main.c b/main.c index

[zathura] [PATCH] Update the shortcut functions list in documentation

2012-12-08 Thread Benoît Knecht
Also alphabetize the shortcut functions declarations in code, to make it easier to keep the documentation and code in sync. --- config.c|4 ++-- zathurarc.5.rst |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.c b/config.c index 73327ed..8ba4f71

Re: [zathura] replace g_content_type_guess with libmagic

2013-01-29 Thread Benoît Knecht
Sebastian Ramacher wrote: On 2013-01-29 21:11:02, Benoît Knecht wrote: Hi Diego, Diego Joss wrote: I have had issues with with g_content_type_guess guessing wrong on some pdfs (it would return text/plain or application/octet-stream). Thus here is a patch against 0.2.2 wich

[zathura] [PATCH RFC v2] Use signals to readjust_view_after_zooming()

2013-03-22 Thread Benoît Knecht
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.

Re: [zathura] [PATCH] Use signals to readjust_view_after_zooming()

2013-03-23 Thread Benoît Knecht
Hi Marwan, Marwan Tanager wrote: Sorry for being late on this. No worries, and thanks again for taking the time to review this. On Fri, Mar 22, 2013 at 11:02:57AM +0100, Benoît Knecht wrote: Hi Marwan, Marwan Tanager wrote: This patch eliminates the aforementioned problems

Re: [zathura] unable to save a pdf

2013-05-16 Thread Benoît Knecht
you mean? Is the file not created at all? Or is it created but empty? Has anybody encountered such a problem/found a solution? I just tried with zathura 0.2.1 on Debian, and it worked just fine. Cheers, -- Benoît Knecht ___ zathura mailing list