mpv/input
Kacper Michajłow cb829879af mp_threads: rename threads for consistent naming across all of them
I'd like some names to be more descriptive, but to work with 15 chars
limit we have to make some sacrifice.

Also because of the limit, remove the `mpv/` prefix and prioritize
actuall thread name.
2023-10-27 23:18:56 +00:00
..
cmd.c command: don't hardcode commands list to be repeatable 2021-08-17 22:45:39 +03:00
cmd.h options: transition commands from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
event.c input: ignore empty lines on drag-drop mime data 2019-09-21 15:39:47 +02:00
event.h input/event.h: add include guard 2016-03-15 22:44:15 +01:00
input.c mp_threads: rename threads for consistent naming across all of them 2023-10-27 23:18:56 +00:00
input.h command: mouse-pos property: add field "hover" 2020-11-16 20:29:58 +02:00
ipc-dummy.c scripting: add a way to run sub processes as "scripts" 2020-02-19 22:18:15 +01:00
ipc-unix.c mp_threads: rename threads for consistent naming across all of them 2023-10-27 23:18:56 +00:00
ipc-win.c mp_threads: rename threads for consistent naming across all of them 2023-10-27 23:18:56 +00:00
ipc.c json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02:00
keycodes.c input: add missing keypad key defines 2023-08-25 15:55:31 +00:00
keycodes.h input: add missing keypad key defines 2023-08-25 15:55:31 +00:00
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
sdl_gamepad.c sdl_gamepad: fix button detection on modern controllers 2023-09-21 13:51:24 +00:00