aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* ipc: add enable_event and disable_event commandsGravatar wm42014-12-24
* ipc: report some user errors betterGravatar wm42014-12-24
* command: extend revert_seek commandGravatar wm42014-12-17
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* pipe-win32: possible fix for Windows XP deadlockGravatar James Ross-Gowan2014-12-11
* 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
* Do not call strerror()Gravatar wm42014-11-26
* input: simplifyGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* lua, ipc: remove leftoversGravatar 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
* Remove some unneeded NULL checksGravatar wm42014-11-21
* ipc: fix confusion of write() return value and errnoGravatar wm42014-11-21
* 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
* ipc: make sure --input-file=/dev/stdin always worksGravatar wm42014-11-07
* ipc: make it possible to receive log messagesGravatar wm42014-11-01
* ipc: add a command to retrieve API versionGravatar wm42014-11-01
* ipc: verify resume/suspend commandsGravatar wm42014-11-01
* command: don't require whitespace before ';' or '#'Gravatar wm42014-10-31
* input: cascade-load input.confGravatar wm42014-10-29
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* input: resolve ~ and similar for --input-fileGravatar wm42014-10-24
* command: fix debug outputGravatar wm42014-10-24
* command: print executed commands with -vGravatar wm42014-10-23
* 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
* Set thread name for debuggingGravatar wm42014-10-19
* ipc: skip empty and commented linesGravatar wm42014-10-19
* ipc: accept both JSON and "old" commandsGravatar wm42014-10-19
* ipc: fix minor error cleanup issuesGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* ipc: fix a small memory leakGravatar wm42014-10-17
* input: implement --input-file on unix using the IPC supportGravatar Alessandro Ghedini2014-10-17
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* input: don't add weird padding when formatting keycodeGravatar wm42014-10-17
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* input: remove some unneeded codeGravatar wm42014-10-10
* input: cosmetics: move codeGravatar wm42014-10-10
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* input: add a function to parse mpv_node as commandGravatar 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