Commit Graph

2864 Commits

Author SHA1 Message Date
Sebastian Ramacher
1e69a18129 Drop plain database backend (fixes #389)
The sqlite backend will now import the data from the plain backend.
2024-03-03 17:49:54 +01:00
Sebastian Ramacher
5f1efd18f3 Make sqlite a hard dependency 2024-03-03 13:22:01 +01:00
Sebastian Ramacher
75f513407c Fix typo 2024-03-03 12:48:20 +01:00
Sebastian Ramacher
b230f8f1b3 Additional log messages 2024-03-03 12:45:22 +01:00
Sebastian Ramacher
ef6e7e295c Make smooth-reload the default
There are some corner cases, but let's reduce some of the complexity.
2024-03-03 12:45:22 +01:00
Sebastian Ramacher
ab78c1ddb0 Refactor 2024-03-02 21:27:06 +01:00
Sebastian Ramacher
0c395610ff CS 2024-03-02 21:03:04 +01:00
Sebastian Ramacher
55f7088309 Refactor 2024-03-02 20:58:59 +01:00
Sebastian Ramacher
fb2b5da84b Merge highlight-transparency into other settings 2024-03-02 18:24:59 +01:00
Sebastian Ramacher
60afd2a9ed Update translations 2024-03-02 17:34:19 +01:00
Sebastian Ramacher
75ceaaf0f8 Bump minimum versions to versions in bookworm 2024-03-02 17:28:23 +01:00
Sebastian Ramacher
37e66b2960 Bump girara-gtk dependency 2024-03-02 17:27:21 +01:00
Sebastian Ramacher
1598a79039 Update for changes in girara_file_read 2024-01-30 10:24:02 +01:00
Sebastian Ramacher
ba0706d6b9 Error out on bogus int conversion 2024-01-30 10:21:33 +01:00
Sebastian Ramacher
c053281852 Use struct initializers 2024-01-29 21:05:22 +01:00
Sebastian Ramacher
3614a24446 Fix segfault when dbus is disabled (fixes #397) 2024-01-14 16:56:04 +01:00
Sebastian Ramacher
2aae968ee6 CS 2023-12-21 23:16:12 +01:00
Sebastian Ramacher
fbbfbbd48e Merge branch 'develop' into 'develop'
Fixed a small logical mistake in zathura/utils.c

See merge request pwmt/zathura!88
2023-12-16 00:32:51 +01:00
Carlo Buccisano
2ffb21e886 Merge branch 'carlo3000_pwmt-develop-patch-03542' into 'develop'
The function file_valid_extension should return True if plugin is different...

See merge request carlo3000_pwmt/zathura!1
2023-12-15 11:17:23 +01:00
Carlo Buccisano
d74091a745 The function file_valid_extension should return True if plugin is different then NULL, not if it is equal. 2023-12-12 00:24:20 +01:00
Sebastian Ramacher
e68c0f5f7f CI: disable Ubuntu noble builds until images are available 2023-12-11 22:38:54 +01:00
Sebastian Ramacher
3a9627e63c Test if xvfb-run supports -d (Arch only) 2023-12-10 13:14:20 +01:00
Sebastian Ramacher
79772e3369 Merge tag '0.5.4' into develop
Version 0.5.4
2023-12-09 21:59:25 +01:00
Sebastian Ramacher
e138af8810 Merge branch 'release/0.5.4' 2023-12-09 21:59:20 +01:00
Sebastian Ramacher
4f24c565b0 Version 0.5.4 2023-12-09 21:59:12 +01:00
Sebastian Ramacher
a34bf916dd Fix call arguments passed to gtk_event_controller_set_propagation_phase
Also free zoom gesture.
2023-12-09 21:27:21 +01:00
Sebastian Ramacher
8d2ca4b1a2 Fix default warning color (fixes #390) 2023-12-09 19:50:39 +01:00
Sebastian Ramacher
921485378d CS 2023-12-09 10:15:55 +01:00
Sebastian Ramacher
3ca6b9c837 Always check if both kernel and libseccomp have a syscall defined 2023-12-09 10:15:11 +01:00
Sebastian Ramacher
385b797986 CI: build on Ubuntu noble 2023-12-09 10:14:10 +01:00
Sebastian Ramacher
5a04220291 CS 2023-12-08 23:32:35 +01:00
Sebastian Ramacher
dbdcba3453 Refactor 2023-12-08 23:27:34 +01:00
Sebastian Ramacher
eb2d8ea769 CS 2023-12-08 23:13:35 +01:00
Sebastian Ramacher
904a157f1b Avoid additional allocations 2023-12-08 23:10:40 +01:00
Sebastian Ramacher
40fe9ced1b Remove hashbang 2023-12-08 19:21:13 +01:00
Sebastian Ramacher
10c23ed0bf CS 2023-12-08 19:02:05 +01:00
Sebastian Ramacher
583adc6361 Merge tag '0.5.3' into develop
Version 0.5.3
2023-12-08 18:34:53 +01:00
Sebastian Ramacher
1f448c84d1 Merge branch 'release/0.5.3' 2023-12-08 18:34:48 +01:00
Sebastian Ramacher
b02106be08 Version 0.5.3 2023-12-08 18:34:43 +01:00
Sebastian Ramacher
0e2a315035 Bump girara dependency 2023-12-08 18:32:54 +01:00
Sebastian Ramacher
e8bd52227f Bump plugin ABI and API for signature support 2023-12-08 18:26:52 +01:00
Sebastian Ramacher
74e1dd5525 Update translations 2023-12-08 18:16:50 +01:00
Sebastian Ramacher
3424cf6128 Document new settings 2023-12-08 18:01:13 +01:00
Sebastian Ramacher
8d0b292027 Implement rendering of signature information 2023-12-08 17:50:51 +01:00
Sebastian Ramacher
946e865cc6 types 2023-12-08 17:43:06 +01:00
Sebastian Ramacher
00c9a6e683 Switch return value and error argument 2023-12-08 15:45:05 +01:00
Sebastian Ramacher
afdfb6b476 Add new colors for signature highlights 2023-12-04 23:04:20 +01:00
Sebastian Ramacher
1ecd8d69c6 Add new function to get signatures from pages 2023-12-04 23:04:20 +01:00
Sebastian Ramacher
d9bdd00b53 Add types to handle signatures 2023-12-04 23:04:20 +01:00
Sebastian Ramacher
7a8419cc95 Merge branch 'issue-38' into 'develop'
Fix clearing of hightlighted links

Closes #38

See merge request pwmt/zathura!73
2023-12-04 23:03:09 +01:00