summaryrefslogtreecommitdiffstats
path: root/mpvcore/input
Commit message (Expand)AuthorAgeFilesLines
* Move mpvcore/input/ to input/wm42013-12-177-3458/+0
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-162-12/+12
* input: remove LIRCCD supportwm42013-12-161-13/+0
* input: move multi-command parsing somewhere elsewm42013-12-161-32/+38
* input: adjust code to make quoted/not quoted cases more unifiedwm42013-12-161-8/+11
* input: better error reporting for missing commandswm42013-12-161-7/+12
* input: move some command flags into a bitfieldwm42013-12-162-34/+37
* input: remove weird syntax for skipping optional argumentswm42013-12-161-10/+4
* input: avoid using wakeup pipe if it's not neededwm42013-12-161-1/+9
* input: don't quit with exit status 1 when receiving SIGTERMwm42013-12-151-1/+1
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-8/+16
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-122-0/+4
* input: fix bogus section disabling, add debugging outputwm42013-12-121-3/+11
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-022-0/+15
* input: don't emit command when using multiple mouse buttons at oncewm42013-12-011-5/+21
* input: improve some commentswm42013-12-011-4/+4
* command: add a revert_seek commandwm42013-12-012-0/+2
* Use O_CLOEXEC when creating FDswm42013-11-301-6/+11
* command: add a cycle_values input commandwm42013-11-302-1/+5
* command: change the syntax and semantics of the "run" commandwm42013-11-301-4/+14
* input: require space before '#' commentswm42013-11-301-8/+5
* input: rearrange command parsingwm42013-11-301-44/+31
* build: make pthreads mandatorywm42013-11-281-13/+2
* command: allow "current" as argument to playlist_remove commandwm42013-11-281-1/+4
* input: use separate type for command definitionswm42013-11-282-51/+74
* input: discard precise scrolling commands with no valueStefano Pigozzi2013-11-251-0/+2
* 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