summaryrefslogtreecommitdiffstats
path: root/input/cmd_parse.c
Commit message (Expand)AuthorAgeFilesLines
* input: simplifywm42014-11-241-2/+8
* input: add a prefix to make any binding act on key repeatwm42014-11-201-1/+2
* command: don't require whitespace before ';' or '#'wm42014-10-311-4/+1
* command: fix debug outputwm42014-10-241-2/+2
* command: print executed commands with -vwm42014-10-231-0/+21
* input: remove some unneeded codewm42014-10-101-59/+25
* input: cosmetics: move codewm42014-10-101-68/+69
* input: use mpv_node parser for char** command parserswm42014-10-101-43/+27
* input: add a function to parse mpv_node as commandwm42014-10-101-62/+160
* input: fix use after free with legacy commandswm42014-09-081-7/+11
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* input: fix off by one error in command parserwm42014-08-071-1/+1
* input: remove pausing command prefixeswm42014-05-111-2/+0
* command: fix loadfile commandwm42014-02-241-2/+3
* command: remove special casing for strings in input commandswm42014-02-231-5/+13
* common: simplify and optimize string escape parsingwm42013-12-301-26/+1
* input: split off some code from input.c to separate fileswm42013-12-261-0/+410