aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/input.c
Commit message (Expand)AuthorAge
* osx: fix key input in certain circumstancesGravatar Akemi2017-03-26
* player: restructure cancel callbackGravatar wm42017-01-18
* options: make input options generally runtime-settableGravatar wm42016-09-21
* player: kill associated OSD and key bindings when removing a scriptGravatar wm42016-09-20
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* input, demux_tv: remove some older option access methodsGravatar wm42016-09-06
* input: use OPT_REPLACED for an old option aliasGravatar wm42016-08-31
* input: remove redundant log messageGravatar wm42016-07-04
* input: do not force double-click emulation for artificial commandsGravatar wm42016-03-26
* input: ignore --input-cursor for events injected by input commandsGravatar wm42016-02-04
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* input: add a catch-all "unmapped" commandGravatar wm42015-12-23
* input: add key name to script-binding command responseGravatar wm42015-12-23
* win32: input: use Vista CancelIoExGravatar James Ross-Gowan2015-12-20
* options: fix --no-configGravatar wm42015-09-05
* command: define-section with empty contents removes a sectionGravatar wm42015-08-06
* input: improve wording of key binding messagesGravatar wm42015-06-30
* input: remove some unneeded thingsGravatar wm42015-05-26
* input: allow - as separator between commands, instead of _Gravatar wm42015-05-25
* input: filter out redundant mp_input_set_mouse_pos() callsGravatar wm42015-05-08
* Update license headersGravatar Marcin Kurczewski2015-04-13
* options: add M_OPT_FILE to --input-confGravatar Philip Sequeira2015-03-31
* input: remove Linux joystick supportGravatar wm42015-03-24
* input: remove classic LIRC supportGravatar wm42015-03-24
* input: minor cleanupGravatar wm42015-02-18
* input: add MOUSE_ENTER keybinding.Gravatar torque2015-02-18
* input: handle mixing key press and up/down events betterGravatar wm42015-01-23
* client API: reasonable behavior if window is closedGravatar wm42015-01-12
* input: add a hack to fix keyboard navigation with dvd/bd menuGravatar wm42014-12-04
* input, lua: make removing key bindings workGravatar wm42014-12-03
* input: simplifyGravatar wm42014-11-24
* command: don't queue framestepsGravatar wm42014-11-23
* input, lua: redo input handlingGravatar wm42014-11-23
* input: set mouse area by default for all inputGravatar wm42014-11-23
* input: add a prefix to make any binding act on key repeatGravatar wm42014-11-20
* input: cascade-load input.confGravatar wm42014-10-29
* Set thread name for debuggingGravatar wm42014-10-19
* input: implement --input-file on unix using the IPC supportGravatar Alessandro Ghedini2014-10-17
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* client API: rename --input-x11-keyboard to --input-vo-keyboardGravatar wm42014-10-09
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* input: copy options automaticallyGravatar wm42014-09-27
* input: separate creation and loading of configGravatar wm42014-09-27
* input: explain why we use semaphoresGravatar wm42014-09-20
* input: add locking for repeat infoGravatar Alexander Preisinger2014-09-19
* input: add function for setting repeat infoGravatar Alexander Preisinger2014-09-19
* input: use libwaio for pipe input on WindowsGravatar wm42014-09-14
* input: distinguish playlist navigation and quit commands for abortGravatar wm42014-09-13