mpv/input
wm4 0d359879c9 command: add a change-list command
Requested. See manpage additions.

The main reason why this goes through the trouble to keep the
action/operation parameter separate is so that we don't expose some
option parser implementation details to the command (although that is a
relatively weak reason), and also to make it more different from the
"set" command, which can't support this type of option as it goes
through the property layer.

Fixes #5435.
2018-01-25 20:18:32 -08:00
..
cmd_list.c command: add a change-list command 2018-01-25 20:18:32 -08:00
cmd_list.h command: add a change-list command 2018-01-25 20:18:32 -08:00
cmd_parse.c cmd_parse: minor cosmetics 2018-01-18 01:42:36 -08:00
cmd_parse.h
event.c
event.h
input.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
input.h input: make command argument list a dynamic array 2018-01-10 20:36:27 -08:00
ipc-dummy.c build: change how some OS specific source files are selected 2017-06-29 10:30:16 +02:00
ipc-unix.c ipc: avoid dereferencing NULL 2017-12-15 12:51:16 +02:00
ipc-win.c
ipc.c
keycodes.c input: merge mouse wheel and axis keycodes 2017-09-03 20:31:44 +10:00
keycodes.h input: fix error in MP_KEY_IS_WHEEL 2017-09-03 20:46:06 +10:00
pipe-win32.c