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
Andreas Perstinger
bb84bb4eaa
Refactor handle_links
...
As soon as we found the link, we do not need to look any further.
2023-12-04 23:01:42 +01:00
Andreas Perstinger
a6859512b5
Refactor link shortcut functions
...
The three link shortcut functions `sc_follow`, `sc_display_link` and
`sc_copy_link` were almost identical.
2023-12-04 23:01:42 +01:00
Sebastian Ramacher
2b9b8a9c70
Add callback that clears highlighted links when inputbar is hidden
...
Since hiding the inputbar marks the end of the `follow a link` action,
clearing all links at that event ensures that it will work in all
possible situations.
2023-12-04 23:01:34 +01:00
Sebastian Ramacher
1e9b6a904f
Merge branch 'configurable-modifiers' into 'develop'
...
Make modifiers configurable
See merge request pwmt/zathura!83
2023-12-04 00:55:21 +01:00
Sebastian Ramacher
fb3831b3fa
Merge branch 'zathura-zoom-gesture' into develop ( fixes #243 )
2023-12-04 00:50:33 +01:00
Liao Junxuan
1419beccd0
Apply zoom limits to the zoom gesture
2023-12-04 00:49:06 +01:00
Liao Junxuan
5244b07d6a
Add support for zoom gesture
2023-12-04 00:49:05 +01:00
Sebastian Ramacher
43a65ae878
Remove use of list iterator
2023-12-04 00:45:07 +01:00
Sebastian Ramacher
b88781114a
Remove use of FORECH macros
2023-12-04 00:21:54 +01:00
Sebastian Ramacher
6bfb086b1e
Remove use of FOREACH macros
2023-12-04 00:21:54 +01:00