aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/cmd_list.c
Commit message (Expand)AuthorAge
* input: rename cmd_parse.h to cmd.hGravatar wm42018-05-03
* input: remove some explicit uses of command IDsGravatar wm42018-05-03
* input: remove legacy command handlingGravatar wm42018-05-03
* input: move command list to command.cGravatar wm42018-05-03
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* command: add a change-list commandGravatar wm42018-01-25
* input: make command argument list a dynamic arrayGravatar wm42018-01-10
* player: remove internal `vo-resize` command againGravatar sfan52018-01-02
* player: add internal `vo-resize` commandGravatar sfan52017-12-27
* input: remove a stray HAVE_GPLGravatar wm42017-11-29
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* build: add preliminary LGPL modeGravatar wm42017-09-21
* input: drop deprecated "osd" commandGravatar wm42017-07-21
* player: deprecate "osd" commandGravatar wm42017-06-23
* input: mention GPL exceptions in license headerGravatar wm42017-06-20
* input: change license to LGPLGravatar wm42017-06-19
* command: mark some commands as "scalable"Gravatar James Ross-Gowan2017-05-12
* command: add expand-text command to property-expand a stringGravatar Avi Halachmi (:avih)2017-03-26
* command: add a load-script commandGravatar wm42016-09-22
* command: add an apply-profile commandGravatar wm42016-09-17
* command: remove vo-cmdlineGravatar wm42016-09-02
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* command: add af-command commandGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* command: add a command for defining input bindingsGravatar wm42015-08-06
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* player: use exit code 0 by default for quit, 4 for signals, etc.Gravatar Philip Sequeira2015-07-11
* input: fix exit code for quit-watch-later commandGravatar wm42015-07-08
* 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