- 22 Dec, 2022 1 commit
-
-
valoq authored
-
- 03 Dec, 2022 6 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
improve sandbox stability See merge request pwmt/zathura!64
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 29 Nov, 2022 1 commit
-
-
valoq authored
-
- 27 Nov, 2022 5 commits
-
-
Sebastian Ramacher authored
zathura version 0.5.2
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Proper text selection upon mouse drag (Closes #26). Closes #26 See merge request !59
-
- 11 Nov, 2022 2 commits
-
-
Sebastian Ramacher authored
Keep order when using the fish suffix completion See merge request !63
-
Daniel James Perry authored
-
- 10 Nov, 2022 4 commits
-
-
Sebastian Ramacher authored
improve ui feedback See merge request !62
-
valoq authored
-
Sebastian Ramacher authored
Update seccomp filter See merge request !61
-
valoq authored
-
- 09 Nov, 2022 2 commits
- 05 Nov, 2022 5 commits
-
-
Rahul Aggarwal authored
-
Rahul Aggarwal authored
-
Carlos Torres authored
Changes: - Fix Sqlite typo; - Add missing 'pkgconf' build dependency; Signed-off-by:
Carlos Torres <torr@disroot.org>
-
Rahul Aggarwal authored
-
Rahul Aggarwal authored
-
- 12 Oct, 2022 1 commit
-
-
Sebastian Ramacher authored
Add epoll_create1 syscall for copy See merge request !58
-
- 07 Oct, 2022 1 commit
-
-
valoq authored
-
- 09 Sep, 2022 4 commits
-
-
Sebastian Ramacher authored
Version 0.5.1
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 08 Sep, 2022 3 commits
-
-
Sebastian Ramacher authored
Version 0.5.0
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 02 Sep, 2022 1 commit
-
-
Sebastian Ramacher authored
-
- 23 Aug, 2022 1 commit
-
-
Sebastian Ramacher authored
-
- 20 Aug, 2022 2 commits
-
-
Sebastian Ramacher authored
Fix use of uninitialized value See merge request pwmt/zathura!57
-
Pekka Ristola authored
Contents of string `content` are unitialized before copying of `dummy_content`. Using `g_strlcat` appends `dummy_content` to the uninitialized junk, and by changing that to `strcpy` the uninitialized values aren't used. Relevant Valgrind error when running zathura with no arguments: ``` ==15845== Conditional jump or move depends on uninitialised value(s) ==15845== at 0x566EB2D: UnknownInlinedFun (gstrfuncs.c:1534) ==15845== by 0x566EB2D: g_strlcat (gstrfuncs.c:1521) ==15845== by 0x12B16D: zathura_db_read_key_file_from_file (database-plain.c:171) ==15845== by 0x12D39D: UnknownInlinedFun (database-plain.c:295) ==15845== by 0x12D39D: plain_set_property (database-plain.c:371) ==15845== by 0x55C17AD: object_set_property (gobject.c:1607) ==15845== by 0x55C1C1C: g_object_new_internal (gobject.c:2047) ==15845== by 0x55C3307: g_object_new_valist (gobject.c:2355) ==15845== by 0x55C383D: g_object_new (gobject.c:1824) ==15845== by 0x117944: UnknownInlinedFun (database-plain.c:226) ==15845== by 0x117944: init_database (zathura.c:373) ==15845== by 0x11B8EA: zathura_init (zathura.c:473) ==15845== by 0x114B99: UnknownInlinedFun (main.c:111) ==15845== by 0x114B99: main (main.c:282) ```
-
- 24 May, 2022 1 commit
-
-
Sebastian Ramacher authored
Fix zathura not rendering on hidpi displays See merge request pwmt/zathura!55
-