aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/input.c
Commit message (Expand)AuthorAge
...
* 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
* 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: 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
* input: allow input.conf bindings to be declared as builtinGravatar wm42014-02-25
* 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
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* input: change mp_input_run_cmd signatureGravatar wm42014-01-04
* input: move files drag and drop to a new event.c fileGravatar Stefano Pigozzi2014-01-04
* input: use bstr_xappend()Gravatar wm42013-12-30
* input: print an error if reading input.conf failsGravatar wm42013-12-28
* options: simplify handling of some help optionsGravatar wm42013-12-26
* input: cosmetics: move code aroundGravatar wm42013-12-26
* input: split off some code from input.c to separate filesGravatar wm42013-12-26
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* input: rework how input sources are addedGravatar wm42013-12-21
* input: make parse_cmd_strv take const argsGravatar Martin Herkt2013-12-20