summaryrefslogtreecommitdiffstats
path: root/mpvcore/input
Commit message (Expand)AuthorAgeFilesLines
* 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