- 29 Jun, 2013 1 commit
-
-
This patch implements two new ZathuraDatabaseInterface functions, save_jumplist and load_jumplist, for both the plain and sqlite backends (along with some cleanups). Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 21 Jun, 2013 1 commit
-
-
This patch adds some enhancements/fixes to the bookmarking feature of Zathura: - Bookmark the exact vertical and horizontal adjustments values, along with the page number. This is done in a backward-compatible way for both the plain and sqlite database backends, so that bookmarks that was taken previously (bookmarking only the page number) will still work as expected and won't be lost. - Fix the issue of not being able to remove bookmarks from the plain database; removing a bookmark in plain_remove_bookmark using g_key_file_remove_key corrupts the bookmarks file. This is due to not truncating the entire bookmarks file in zathura_db_write_key_file_to_file prior to overriding it with a new one not containing the removed line. This is why, I guess, plain_remove_bookmark hadn't been implemented as expected using g_key_file_remove_key, because apparently, someone thought that the problem is caused by this API. - Fix not being able to update existing bookmarks persistently; updating a bookmark works only during the current session, but after the file is closed and reopened, the updated bookmark still has it's old value. This is due to changing only the bookmark structure in memory; the proper way to do it, is to call zathura_db_remove_bookmark on the old bookmark, then follow that by a call to zathura_db_add_bookmark on a bookmark structure containing the new position and the same old ID. - Make zathura_bookmark_add updates the bookmark if it already exists, rather than doing this externally in cmd_bookmark_create. This allows us to have all the relevant girara_notify messages in cmd_bookmark_create. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 10 Jun, 2013 1 commit
-
-
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 25 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 17 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 09 Oct, 2012 1 commit
-
-
Moritz Lipp authored
-
- 27 Jun, 2012 1 commit
-
-
Sebastian Ramacher authored
Thanks to J. Commelin for the patch.
-
- 08 May, 2012 1 commit
-
-
Moritz Lipp authored
-
- 22 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 21 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 20 Apr, 2012 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 01 Apr, 2012 1 commit
-
-
Moritz Lipp authored
-
- 27 Mar, 2012 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Furthermore we need to open the file for writing if we want to lock it for writing.
-
- 24 Mar, 2012 1 commit
-
-
Moritz Lipp authored
-
- 14 Mar, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 09 Mar, 2012 1 commit
-
-
Moritz Lipp authored
-
- 05 Mar, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 04 Mar, 2012 4 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 20 Feb, 2012 1 commit
-
-
Moritz Lipp authored
-
- 08 Feb, 2012 1 commit
-
-
Sebastian Ramacher authored
-
- 21 Nov, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 23 Oct, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 20 Oct, 2011 2 commits
-
-
Pavel Borzenkov authored
We need to know the document's 'scale' value earlier (before cairo surfaces are created). Otherwise, cairo surfaces will be re-created and wrong page will be rendered (since zoom doesn't preserve page number). Signed-off-by:
Pavel Borzenkov <pavel.borzenkov@gmail.com> Signed-off-by:
Sebastian Ramacher <s.ramacher@gmx.at>
-
Pavel Borzenkov authored
It never returns NULL. If this function fails, the application is terminated. Signed-off-by:
Pavel Borzenkov <pavel.borzenkov@gmail.com> Signed-off-by:
Sebastian Ramacher <s.ramacher@gmx.at>
-
- 17 Oct, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 16 Oct, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 15 Oct, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 14 Oct, 2011 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 12 Oct, 2011 3 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 11 Oct, 2011 3 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-