aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/cmd_parse.c
Commit message (Expand)AuthorAge
* input: simplifyGravatar wm42014-11-24
* input: add a prefix to make any binding act on key repeatGravatar wm42014-11-20
* command: don't require whitespace before ';' or '#'Gravatar wm42014-10-31
* command: fix debug outputGravatar wm42014-10-24
* command: print executed commands with -vGravatar wm42014-10-23
* input: remove some unneeded codeGravatar wm42014-10-10
* input: cosmetics: move codeGravatar wm42014-10-10
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* input: add a function to parse mpv_node as commandGravatar wm42014-10-10
* input: fix use after free with legacy commandsGravatar wm42014-09-08
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* input: fix off by one error in command parserGravatar wm42014-08-07
* input: remove pausing command prefixesGravatar wm42014-05-11
* command: fix loadfile commandGravatar wm42014-02-24
* command: remove special casing for strings in input commandsGravatar wm42014-02-23
* common: simplify and optimize string escape parsingGravatar wm42013-12-30
* input: split off some code from input.c to separate filesGravatar wm42013-12-26