aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* input: allow disabling window dragging with --no-window-draggingGravatar wm42014-05-20
* input: fix compilation on windowsGravatar wm42014-05-20
* input: remove pausing command prefixesGravatar wm42014-05-11
* input: fix typos, cosmeticsGravatar wm42014-05-10
* options: rename input-related optionsGravatar Martin Herkt2014-05-04
* input: fix stack overflow when checking for abort cmdGravatar wm42014-05-02
* 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
* stream: remove interrupt callback global variablesGravatar wm42014-04-25
* input: make key binds order-independent againGravatar wm42014-04-19
* input: discard key history when a key is mappedGravatar wm42014-04-19
* input: remove minor code duplicationGravatar wm42014-04-19
* input: ignore modifiers on MOUSE_LEAVEGravatar wm42014-04-19
* input: don't wakeup core if key repeat is requested but not possibleGravatar wm42014-04-18
* input: remove minor redundancyGravatar wm42014-04-18
* input: keycodes: reorder flagsGravatar wm42014-04-18
* input: simplify by not tracking key up/down statesGravatar wm42014-04-18
* input: rename a variableGravatar wm42014-04-18
* input: slightly simplify mouse dispatchingGravatar wm42014-04-18
* input: move a functionGravatar wm42014-04-18
* input: close window when window close button is pressed with --input-testGravatar wm42014-04-18
* input: handle multi-combinations as key sequencesGravatar wm42014-04-18