aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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: fix nested commandsGravatar wm42014-09-13
* input: distinguish playlist navigation and quit commands for abortGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* input: "quit_watch_later" and "stop" are abort commandsGravatar wm42014-09-13
* input: don't autorepeat cycle_values commandGravatar 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 use after free with legacy commandsGravatar wm42014-09-08
* 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
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* input: make key bindings like "Shift+X" work (for ASCII)Gravatar wm42014-08-26
* input: make all modifier flags unsignedGravatar wm42014-08-26
* input: stdin is 0, not 1Gravatar wm42014-08-25
* 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: fix off by one error in command parserGravatar wm42014-08-07
* 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
* command: add append-play loadfile modeGravatar wm42014-07-23
* input: enable wakeup on LIRC socketGravatar foo862014-07-20
* input: skip BOM in input.confGravatar wm42014-07-12
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* 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
* command: redo ancient TV/DVB/PVR commandsGravatar 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
* command: add write_watch_later_config commandGravatar Martin2014-05-26
* player: give quit_watch_later an exit code argument like quitGravatar wm42014-05-22