summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
Commit message (Expand)AuthorAgeFilesLines
* player: use exit code 0 by default for quit, 4 for signals, etc.Philip Sequeira2015-07-111-2/+2
* input: fix exit code for quit-watch-later commandwm42015-07-081-1/+1
* command: add keypress, keydown, and keyup commands.torque2015-06-111-0/+3
* player: use 4 as process exit code on user quitswm42015-06-101-1/+1
* command: remove deprecated get_property commandwm42015-05-271-1/+0
* input: allow - as separator between commands, instead of _wm42015-05-251-51/+51
* input: add relative percentage seekrrooij2015-05-191-0/+1
* command: add playlist_shuffle commandwm42015-05-171-0/+1
* command: change the default action for rescan_external_fileswm42015-04-281-1/+1
* client API: add a screenshot_raw commandwm42015-04-201-0/+5
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* input: use flag option type for some input commandswm42015-03-041-13/+19
* input: remove numeric compatibility parameters from commandswm42015-03-041-14/+14
* command: add rescan_external_fileswm42015-02-161-0/+5
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-0/+6
* input, player: new command for mouse eventxylosper2015-01-231-0/+7
* command: extend revert_seek commandwm42014-12-171-1/+3
* input: simplifywm42014-11-241-2/+3
* lua: always handle key repeat on the script sidewm42014-11-241-1/+3
* input, lua: redo input handlingwm42014-11-231-1/+1
* input: add a prefix to make any binding act on key repeatwm42014-11-201-1/+2
* command: add drop_bufferswm42014-11-201-0/+2
* command: add an ab_loop commandwm42014-11-181-0/+2
* audio: add command/function to reload audio outputwm42014-10-271-0/+1
* command: add a "cached" mode to sub_addwm42014-10-231-1/+1
* command: make trailing sub_add actually optionalwm42014-10-221-1/+2
* command: extend sub_add commandwm42014-10-211-1/+3
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-0/+3
* input: fix nested commandswm42014-09-131-1/+1
* input: distinguish playlist navigation and quit commands for abortwm42014-09-131-14/+19
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-131-0/+2
* input: don't autorepeat cycle_values commandwm42014-09-131-1/+1
* command: add append-play loadfile modewm42014-07-231-1/+2
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-10/+0
* input: make combined commands repeatablewm42014-05-261-0/+6
* command: add write_watch_later_config commandMartin2014-05-261-0/+2
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-1/+1
* input: fix stack overflow when checking for abort cmdwm42014-05-021-1/+1
* player: rename dvdnav to discnavxylosper2014-03-301-1/+2
* command, lua: change script_message semanticswm42014-03-171-1/+2
* command: fix loadfile commandwm42014-02-241-1/+1
* command: provide per-file-options for loadfile commandxylosper2014-02-231-0/+1
* input: check for abort cmd in multi-commandswm42014-02-201-1/+15
* client API: add a client message eventwm42014-02-171-0/+2
* input: split off some code from input.c to separate fileswm42013-12-261-0/+281