zathura/zathura
Sebastian Ramacher a99249e799 Merge branch 'feature/selection' into 'develop'
Proper text selection upon mouse drag (Closes pwmt/zathura#26).

Closes #26

See merge request pwmt/zathura!59
2022-11-27 15:17:54 +01:00
..
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 improve feedback 2022-11-10 16:15:57 +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 Add option to display page number percent in statusbar 2022-01-11 08:28:58 -05: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 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 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 remove uneccesary imports, unused variables, revert whitespace change 2022-11-05 12:00:46 -04: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 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 improve feedback 2022-11-10 16:15:57 +01: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 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 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 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 Fix zathura not rendering on hidpi displays 2022-05-24 15:47:40 +02:00
zathura.h Hide an internal type 2022-05-08 10:36:08 +02:00