aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/cmd_list.c
Commit message (Expand)AuthorAge
* command: add keypress, keydown, and keyup commands.Gravatar torque2015-06-11
* player: use 4 as process exit code on user quitsGravatar wm42015-06-10
* command: remove deprecated get_property commandGravatar wm42015-05-27
* input: allow - as separator between commands, instead of _Gravatar wm42015-05-25
* input: add relative percentage seekGravatar rrooij2015-05-19
* command: add playlist_shuffle commandGravatar wm42015-05-17
* command: change the default action for rescan_external_filesGravatar wm42015-04-28
* client API: add a screenshot_raw commandGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* input: use flag option type for some input commandsGravatar wm42015-03-04
* input: remove numeric compatibility parameters from commandsGravatar wm42015-03-04
* command: add rescan_external_filesGravatar wm42015-02-16
* command: new commands audio_add/audio_remove/audio_reloadGravatar xylosper2015-02-03
* input, player: new command for mouse eventGravatar xylosper2015-01-23
* command: extend revert_seek commandGravatar wm42014-12-17
* input: simplifyGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* input, lua: redo input handlingGravatar wm42014-11-23
* input: add a prefix to make any binding act on key repeatGravatar wm42014-11-20
* command: add drop_buffersGravatar wm42014-11-20
* command: add an ab_loop commandGravatar wm42014-11-18
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* command: add a "cached" mode to sub_addGravatar wm42014-10-23
* command: make trailing sub_add actually optionalGravatar wm42014-10-22
* command: extend sub_add commandGravatar wm42014-10-21
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* input: fix nested commandsGravatar wm42014-09-13
* input: distinguish playlist navigation and quit commands for abortGravatar wm42014-09-13
* input: "quit_watch_later" and "stop" are abort commandsGravatar wm42014-09-13
* input: don't autorepeat cycle_values commandGravatar wm42014-09-13
* command: add append-play loadfile modeGravatar wm42014-07-23
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* input: make combined commands repeatableGravatar wm42014-05-26
* command: add write_watch_later_config commandGravatar Martin2014-05-26
* player: give quit_watch_later an exit code argument like quitGravatar wm42014-05-22
* input: fix stack overflow when checking for abort cmdGravatar wm42014-05-02
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* command, lua: change script_message semanticsGravatar wm42014-03-17
* command: fix loadfile commandGravatar wm42014-02-24
* command: provide per-file-options for loadfile commandGravatar xylosper2014-02-23
* input: check for abort cmd in multi-commandsGravatar wm42014-02-20
* client API: add a client message eventGravatar wm42014-02-17
* input: split off some code from input.c to separate filesGravatar wm42013-12-26