summaryrefslogtreecommitdiffstats
path: root/input/cmd_parse.c
Commit message (Expand)AuthorAgeFilesLines
* cmd_parse: minor cosmeticswm42018-01-181-5/+2
* ta: introduce talloc_dup() and use it in some placeswm42018-01-181-3/+3
* input: make command argument list a dynamic arraywm42018-01-101-47/+46
* input: change license to LGPLwm42017-06-191-7/+7
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-121-1/+2
* input: add "async" flagwm42017-04-011-0/+1
* input: fix parsing multiple input command prefixesPhilip Sequeira2016-04-171-1/+0
* input: add key name to script-binding command responsewm42015-12-231-0/+1
* command: make "add <property> 0" not change the valuewm42015-09-101-0/+7
* input: allow - as separator between commands, instead of _wm42015-05-251-1/+9
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* input: fix dangling pointerwm42015-01-251-0/+1
* 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