summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* input: fix --input-ar-rate=0wm42013-10-201-1/+1
* command: add commands for displaying overlayswm42013-10-051-0/+5
* command: add sub_seek input commandwm42013-10-021-0/+1
* input: handle MOUSE_LEAVE speciallywm42013-09-271-0/+8
* input: more mp_msg conversionwm42013-09-271-62/+54
* Add initial Lua scripting supportwm42013-09-261-0/+5
* input: fix accidental NULL pointer dereferencewm42013-09-111-2/+2
* input: convert to new msg APIStefano Pigozzi2013-09-101-24/+23
* input: rearrange codewm42013-09-081-44/+44
* input: don't deliver mouse events if mouse area is not setwm42013-09-081-4/+10
* 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-011-4/+0
* input: allow window dragging even if mouse is in a mouse areawm42013-09-011-4/+11
* 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-011-0/+6
* 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-071-0/+18
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-8/+8
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+2284