mpv/input
Guido Cella da82c0428e input/cmd: increase the command length for --input-cmdlist
--input-cmdlist crops playlist-next-playlist, playlist-prev-playlist,
write-watch-later-config and delete-watch-later-config, so increase the
string length to that of the longest command.

Also stop specifying both the minimum and maximum length since they are
the same.
2024-11-16 16:58:38 +01:00
..
cmd.c input/cmd: increase the command length for --input-cmdlist 2024-11-16 16:58:38 +01:00
cmd.h input/cmd: add nonscalable prefix 2024-10-14 01:55:49 +02:00
event.c input: add insert-next support for drag-and-drop 2024-02-26 02:03:21 +00:00
event.h input: add insert-next support for drag-and-drop 2024-02-26 02:03:21 +00:00
input.c input: fix memory leak with scalable input and nonscalable commands 2024-11-16 16:58:21 +01:00
input.h command: fix keybind command with sequence keys 2024-11-02 01:39:15 +01: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 input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc-win.c input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc.c json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02:00
keycodes.c input/keycodes: add KP_ADD/SUBTRACT/MULTIPLY/DIVIDE keycodes 2024-08-11 15:08:42 +02:00
keycodes.h input: add MP_KEY_STATE_SET_ONLY 2024-09-07 18:14:56 +00:00
meson.build meson: use relative file paths for file2string 2024-09-21 23:39:10 +02:00
sdl_gamepad.c sdl_gamepad: add version check for SDL_HINT_JOYSTICK_THREAD 2023-11-24 14:27:56 +01:00