..
adjustment.c
Avoid second call to g_ascii_strtoll
2018-11-27 23:45:54 +01:00
adjustment.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
bookmarks.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
bookmarks.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
callbacks.c
Honor clipboard setting when copying links
2021-01-17 15:58:07 +01:00
callbacks.h
Implement copy link ( fixes #197 )
2021-01-17 15:41:58 +01:00
checked-integer-arithmetic.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
checked-integer-arithmetic.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
commands.c
Add '$f' and '$p' expansions to 'exec' shortcut function
2021-09-12 17:42:05 +02:00
commands.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
completion.c
Remove empty statement
2020-03-09 13:24:14 +01:00
completion.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
config.c
Add 'dbus-raise-window' setting
2021-07-13 08:50:27 +02:00
config.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
content-type.c
Simplify
2019-11-30 15:03:22 +01:00
content-type.h
Re-try with different methods if content type is not supported
2019-11-30 11:36:11 +01:00
database-plain.c
Fix typo
2020-09-01 09:17:00 +02:00
database-plain.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
database-sqlite.c
Merge two ifs
2020-03-09 13:28:14 +01:00
database-sqlite.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
database.c
Also use SHA256 of documents to lookup fileinfo
2019-12-01 17:20:51 +01:00
database.h
Also use SHA256 of documents to lookup fileinfo
2019-12-01 17:20:51 +01:00
dbus-interface.c
Add 'dbus-raise-window' setting
2021-07-13 08:50:27 +02:00
dbus-interface.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
document.c
Add document hash
2019-12-01 17:02:12 +01:00
document.h
Add document hash
2019-12-01 17:02:12 +01:00
file-monitor-glib.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor-glib.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor-noop.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor-noop.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor-signal.c
Clear handle
2020-03-09 13:31:53 +01:00
file-monitor-signal.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
file-monitor.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
internal.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
jumplist.c
Remove redundant check
2016-08-02 11:36:46 +02:00
jumplist.h
Split off jumplist function declarations
2016-02-24 23:56:32 +01:00
links.c
Honor clipboard setting when copying links
2021-01-17 15:58:07 +01:00
links.h
Honor clipboard setting when copying links
2021-01-17 15:58:07 +01:00
macros.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
main.c
Merge branch 'feature/bookmark-arg' into 'develop'
2021-01-05 08:56:22 +00:00
marks.c
Simplify
2020-03-09 21:15:27 +01:00
marks.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
page-widget.c
Add text colors for links ( fixes #211 )
2021-02-09 21:57:44 +01:00
page-widget.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
page.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
page.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
plugin-api.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
plugin.c
Keep track of all supported content types
2019-11-30 11:35:33 +01:00
plugin.h
Keep track of all supported content types
2019-11-30 11:35:33 +01:00
print.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
print.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
render.c
Support recolor with transparency
2020-02-08 19:28:48 +01:00
render.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
seccomp-filters.c
added new syscall to strict sandbox
2021-02-09 21:32:16 +01:00
seccomp-filters.h
simplify sandbox test
2020-06-01 19:32:21 +02:00
shortcuts.c
Add '$f' and '$p' expansions to 'exec' shortcut function
2021-09-12 17:42:05 +02:00
shortcuts.h
Implement copy link ( fixes #197 )
2021-01-17 15:41:58 +01:00
synctex.c
free hitlist
2020-03-12 09:09:22 +01:00
synctex.h
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
types.c
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
types.h
Add format to :info
2019-05-30 17:41:42 +02:00
utils.c
Store unsigned ints in list ( fixes #237 )
2021-07-15 21:15:20 +02:00
utils.h
Honor clipboard setting when copying links
2021-01-17 15:58:07 +01:00
version.h.in
Use SPDX license identifiers
2018-11-27 23:10:18 +01:00
zathura.c
Bookmark command line argument
2020-09-11 14:48:27 +02:00
zathura.h
Add '$f' and '$p' expansions to 'exec' shortcut function
2021-09-12 17:42:05 +02:00