summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
Commit message (Expand)AuthorAgeFilesLines
* client API: add a first class hook API, and deprecate old APIwm42018-03-261-1/+1
* command: add a change-list commandwm42018-01-251-0/+1
* input: make command argument list a dynamic arraywm42018-01-101-2/+3
* player: remove internal `vo-resize` command againsfan52018-01-021-1/+0
* player: add internal `vo-resize` commandsfan52017-12-271-0/+1
* input: remove a stray HAVE_GPLwm42017-11-291-2/+0
* player: change 3 remaining GPL-only code pieces to LGPLwm42017-11-241-6/+0
* build: add preliminary LGPL modewm42017-09-211-0/+2
* input: drop deprecated "osd" commandwm42017-07-211-3/+0
* player: deprecate "osd" commandwm42017-06-231-0/+2
* input: mention GPL exceptions in license headerwm42017-06-201-0/+2
* input: change license to LGPLwm42017-06-191-7/+13
* command: mark some commands as "scalable"James Ross-Gowan2017-05-121-2/+11
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+1
* command: add a load-script commandwm42016-09-221-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+2
* command: remove vo-cmdlinewm42016-09-021-2/+0
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-1/+1
* command: add af-command commandwm42016-01-221-0/+1
* command: add vf-command commandwm42016-01-221-0/+1
* command: make "add <property> 0" not change the valuewm42015-09-101-1/+1
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-061-2/+4
* command: add a command for defining input bindingswm42015-08-061-0/+6
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-3/+0
* 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