summaryrefslogtreecommitdiffstats
path: root/mpvcore/input
Commit message (Expand)AuthorAgeFilesLines
* input: remove unused key_down_event commandwm42013-11-062-2/+0
* input: disallow autorepeat by default for most commandswm42013-11-062-13/+25
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-10/+10
* Enable -Wshadowwm42013-11-011-2/+2
* input: show deprecation warnings for some recently replaced commandswm42013-11-011-4/+4
* command: replace speed_mult with multiply commandwm42013-10-312-2/+1
* command: add generic "multiply" commandwm42013-10-312-0/+2
* command: disable autorepeat for some commands (actually properties)wm42013-10-282-1/+4
* input: fix --input-ar-rate=0wm42013-10-201-1/+1
* command: add commands for displaying overlayswm42013-10-052-0/+8
* command: add sub_seek input commandwm42013-10-022-0/+2
* input: remove strange offset from commands enumwm42013-10-021-1/+1
* input: handle MOUSE_LEAVE speciallywm42013-09-271-0/+8
* input: more mp_msg conversionwm42013-09-272-63/+56
* Add initial Lua scripting supportwm42013-09-262-0/+8
* input: fix accidental NULL pointer dereferencewm42013-09-111-2/+2
* input: convert to new msg APIStefano Pigozzi2013-09-102-26/+25
* input: rearrange codewm42013-09-081-44/+44
* input: don't deliver mouse events if mouse area is not setwm42013-09-082-4/+12
* input: merge consecutive mouse move eventswm42013-09-081-0/+14
* input: split queue_add() functionwm42013-09-081-20/+20
* input: redo what input events can be droppedwm42013-09-081-57/+65
* input: remove separation between key and control queuewm42013-09-081-16/+10
* input: don't print warning if certain internal keys are not boundwm42013-09-061-2/+5
* mpvcore/input: Fix build without pthreadsMartin Herkt2013-09-051-3/+5
* input: unlock playloop thread during selectStefano Pigozzi2013-09-011-0/+2
* osx: use MP_KEY_* instead of MK_* for media keysStefano Pigozzi2013-09-012-10/+0
* input: allow window dragging even if mouse is in a mouse areawm42013-09-012-4/+13
* input: deal with spurious X11 LeaveNotify eventswm42013-09-011-6/+0
* input: print more debug infos, raise loglevelwm42013-09-011-2/+20
* input: stay in current input section if mouse button is downwm42013-09-011-28/+63
* input: add some more X11 multimedia/internet keyswm42013-09-012-1/+13
* keycodes: cosmetics: align indentationwm42013-09-011-113/+113
* input: comment all default bindings in input.confwm42013-09-011-1/+9
* input: lock for accessing struct input_ctxStefano Pigozzi2013-09-011-67/+114
* input: fix --no-input-default-bindingswm42013-08-291-0/+2
* input: fix build if HAVE_PTHREADS is undefinedGiuliano Schneider2013-08-151-1/+1
* macosx: remove platform specific input queueStefano Pigozzi2013-08-131-3/+0
* input: make input queue thread safeStefano Pigozzi2013-08-131-6/+35
* input: add support for precise scroll axesAlexander Preisinger2013-08-073-0/+30
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-064-12/+12
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-067-0/+3145