aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* input: deal with playback thread wakeup on windowsGravatar wm42014-04-15
* audio: wake up the core when audio buffer is running low (2)Gravatar wm42014-04-15
* Kill all tabsGravatar wm42014-04-13
* joystick: Fix incorrect pointer offset code.Gravatar reimar2014-04-10
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* command, lua: change script_message semanticsGravatar wm42014-03-17
* input: allow input.conf bindings to be declared as builtinGravatar wm42014-02-25
* command: fix loadfile commandGravatar wm42014-02-24
* command: provide per-file-options for loadfile commandGravatar xylosper2014-02-23
* command: remove special casing for strings in input commandsGravatar wm42014-02-23
* input: check for abort cmd in multi-commandsGravatar wm42014-02-20
* input: ignore modifiers when releasing keysGravatar James Ross-Gowan2014-02-20
* input, dvdnav: fix osc stealing input from dvdnavGravatar wm42014-02-19
* input: minor simplification for --input-testGravatar wm42014-02-19
* input: debug output for registered bindingsGravatar wm42014-02-17
* input: don't let builtin bindings overwrite user bindingsGravatar wm42014-02-17
* client API: add a client message eventGravatar wm42014-02-17
* keycodes: add const to a function argumentGravatar wm42014-02-17