mpv/core/input
wm4 c185b0ba4a command: replace some show_ commands with properties
show_chapters, show_tracks, and show_playlist are killed and replaced
with the properties chapter-list, track-list, and playlist. The code
and the output of these stays the same, this is just moving a lot of
code around and reducing the number of properties.

The "old" commands will still be supported for a while (to avoid making
everyone angry), so handle them with the legacy layer. Add something to
suppress printing the legacy warnings for these commands.
2013-06-07 18:00:34 +02:00
..
input.c command: replace some show_ commands with properties 2013-06-07 18:00:34 +02:00
input.h command: replace some show_ commands with properties 2013-06-07 18:00:34 +02:00
joystick.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
joystick.h
keycodes.h keycodes: fix copy paste error 2013-06-05 00:02:29 +02:00
lirc.c
lirc.h