zathura/zathura
Sebastian Ramacher a1b93ff180 Merge branch 'cleanup-cairo' into 'develop'
Clean up cairo error handling

See merge request pwmt/zathura!77
2023-07-27 18:33:50 +02:00
..
adjustment.c Fixed the whitespace difference from upstream in adjustment.c. Praise VIM. Also checked out config.c, render.c doc/* and po/* from the upstream. 2021-12-01 20:35:44 +01:00
adjustment.h pinned 2021-02-04 16:16:02 -08: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 Replace $PAGE first (fixes #328) 2023-03-18 21:43:26 +01:00
commands.h add source comand 2021-11-22 20:17:20 -05: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 Introduce new 'double-follow-click' option 2023-03-26 00:32:29 +03:00
config.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
content-type.c Remove unused code 2022-05-08 16:43:07 +02:00
content-type.h Hide an internal type 2022-05-08 10:36:08 +02:00
database-plain.c Fix use of uninitialized value 2022-08-20 14:38:37 +03:00
database-plain.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
database-sqlite.c Set database version on initialization 2022-09-02 13:21:11 +02: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 Fix return value 2022-05-13 00:05:27 +02:00
dbus-interface.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
document.c CS 2022-12-03 15:06:35 +01:00
document.h CS 2022-12-03 15:06:35 +01:00
file-monitor-glib.c Monitor changes in hardlinked files 2023-05-11 17:09:23 +02: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 Rename private to priv 2022-05-14 00:20:44 +02: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 Fix links that target a location within a page 2021-09-12 17:47:28 +02: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 clean up cairo error checking 2023-07-04 13:11:19 +02:00
page-widget.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
page.c Add selection api, data, drawing functions 2022-11-05 02:08:22 -04:00
page.h Add selection api, data, drawing functions 2022-11-05 02:08:22 -04:00
plugin-api.h Add selection api, data, drawing functions 2022-11-05 02:08:22 -04:00
plugin.c Print better error message if no plugins are available (fixes #284) 2022-05-08 16:46:44 +02:00
plugin.h Print better error message if no plugins are available (fixes #284) 2022-05-08 16:46:44 +02:00
print.c clean up cairo error checking 2023-07-04 13:11:19 +02:00
print.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
render.c remove unneeded cairo save and restore 2023-07-04 13:31:32 +02:00
render.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
seccomp-filters.c add restart syscall 2023-07-27 18:00:25 +02:00
seccomp-filters.h Permit some syscalls on X11 only 2022-04-17 18:28:34 +02:00
shortcuts.c Add copy file path mapping 2022-01-05 18:05:00 +01:00
shortcuts.h Add copy file path mapping 2022-01-05 18:05:00 +01:00
synctex.c Fixing strange whitespace difference 2022-01-10 17:44:40 +01:00
synctex.h Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
types.c Avoid a function pointer cast 2022-05-13 00:19:11 +02:00
types.h Add format to :info 2019-05-30 17:41:42 +02:00
utils.c Avoid unused return value warning 2023-03-14 14:10:13 +01: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 Implement 'double-click-follow' option 2023-03-26 01:07:55 +03:00
zathura.h Introduce new 'double-follow-click' option 2023-03-26 00:32:29 +03:00