aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/input.c
Commit message (Expand)AuthorAge
* 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
* stream: redo playback abort handlingGravatar wm42014-09-13
* input: simplifyGravatar wm42014-09-13
* input: fix autorepeatGravatar wm42014-09-13
* input: remove central select() callGravatar wm42014-09-10
* input: remove useless joystick.h/lirc.h include filesGravatar wm42014-09-10
* input: use an input thread for joystickGravatar wm42014-09-10
* input: use an input thread for lircGravatar wm42014-09-10
* input: add convenience function for running input sources in threadsGravatar wm42014-09-10
* input: make some fields internalGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* input: fix missed wakeups, simplifyGravatar wm42014-09-09
* input: fix exiting with signalsGravatar wm42014-09-08
* player: some more input refactoringGravatar wm42014-09-07
* input: make ar_rate and ar_delay fields of input_ctx signedGravatar shdown2014-08-30
* input: handle reaching MP_MAX_FDS correctlyGravatar shdown2014-08-30