aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/cmd_parse.c
Commit message (Expand)AuthorAge
* input: add "async" flagGravatar wm42017-04-01
* input: fix parsing multiple input command prefixesGravatar Philip Sequeira2016-04-17
* input: add key name to script-binding command responseGravatar wm42015-12-23
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* input: allow - as separator between commands, instead of _Gravatar wm42015-05-25
* Update license headersGravatar Marcin Kurczewski2015-04-13
* input: fix dangling pointerGravatar wm42015-01-25
* 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