aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/input.c
Commit message (Expand)AuthorAge
...
* 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
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* input: make key bindings like "Shift+X" work (for ASCII)Gravatar wm42014-08-26
* input: redo how --input-file is handledGravatar wm42014-08-25
* input: change verbosity of some message levelsGravatar wm42014-08-25
* input: fix event wakeupGravatar wm42014-08-11
* input: be stricter about rejecting mouse input with --no-input-cursorGravatar wm42014-07-27
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* osdep: don't assume errno is positiveGravatar wm42014-07-25
* input: skip BOM in input.confGravatar wm42014-07-12
* input: restore ability to combine mouse buttonsGravatar wm42014-07-07
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* input: make option struct localGravatar wm42014-06-11
* input: don't print warning when aboting playback via commandsGravatar wm42014-06-06
* input: separate wakeup pipe creation into a separate functionGravatar wm42014-05-30
* input: make combined commands repeatableGravatar wm42014-05-26
* input: allow disabling window dragging with --no-window-draggingGravatar wm42014-05-20
* input: fix compilation on windowsGravatar wm42014-05-20
* options: rename input-related optionsGravatar Martin Herkt2014-05-04
* input: increase number of maximum sectionsGravatar wm42014-05-02
* input: fix mouse_leave/OSC behaviorGravatar wm42014-04-26
* input: fix inverted conditionGravatar wm42014-04-26
* stream: make mp_input_check_interrupt thread-safeGravatar wm42014-04-25