summaryrefslogtreecommitdiffstats
path: root/core/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-2284/+0
* core: change speed option/property to doublewm42013-08-051-8/+9
* m_config: refactor some thingswm42013-07-281-12/+13
* input: fix dangling pointer issues with multi-part commandswm42013-07-241-5/+8
* Fix some -Wshadow warningswm42013-07-231-4/+4
* audio/filter: use new option APIwm42013-07-221-5/+1
* input: Ignore spurious mouse movesDiogo Franco (Kovensky)2013-07-211-0/+4
* Merge branch 'remove_old_demuxers'wm42013-07-141-1/+1
|\
| * core: change open_stream and demux_open signaturewm42013-07-121-1/+1
* | input: never wait if there are new events in the input queuewm42013-07-141-22/+20
* | input: invert negated boolean fieldwm42013-07-141-7/+6
* | input: use only one array for input sourceswm42013-07-141-142/+128
* | w32: silence some warningsJames Ross-Gowan2013-07-131-0/+2
|/
* command: add screenshot_to_file commandwm42013-07-081-0/+6
* input: actually copy sub commandswm42013-07-081-0/+12
* input: allow binding multiple commands to a keywm42013-07-081-5/+54
* core: cleanup more mp_fifo leftoverswm42013-07-021-1/+0
* core: remove mp_fifo indirectionwm42013-07-021-1/+39
* command: add some playlist manipulation commandswm42013-07-021-0/+2
* input: require VOs to send key up events, redo input key lookupwm42013-07-021-66/+64
* input: fix behavior if there are actually key up eventswm42013-07-021-1/+2
* input: don't ignore press-only mouse button eventswm42013-06-301-1/+2
* input: store number of binds, instead of using 0-terminationwm42013-06-291-60/+54
* input: store number of keys, instead of using 0-terminationwm42013-06-291-21/+24
* input: don't keep separate sections for builtin key bindingswm42013-06-291-62/+76
* mplayer: don't hide mouse cursor if mouse is inside mouse areawm42013-06-291-0/+4
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-291-12/+50
* command: add commands to enable/disable input sectionswm42013-06-291-0/+7
* input: handle mouse movement differentlywm42013-06-291-81/+238
* stream: remove padding parameter from stream_read_complete()wm42013-06-231-1/+1
* command: replace some show_ commands with propertieswm42013-06-071-14/+15
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-2/+15
* fix build on linuxStefano Pigozzi2013-06-031-0/+2
* osx: add Apple Remote supportStefano Pigozzi2013-06-031-1/+29
* osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-031-0/+7
* Replace calls to usec_sleep()wm42013-05-261-1/+1
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-9/+9
* core: do mouse cursor hiding business in frontendwm42013-05-261-7/+17
* input: allow quotes around any input commandwm42013-05-181-3/+1
* input: do property expansion for all input command string argumentswm42013-05-181-0/+6
* input: accept input command prefixes in any orderwm42013-05-181-20/+22
* core: allow changing filter filters at runtimewm42013-05-181-0/+2
* core: add playback resume feature (manual/opt-in)wm42013-05-051-0/+1
* core: add backstep supportwm42013-04-241-0/+1
* input: don't reset time on each key repeatwm42013-04-241-2/+4
* input: adjust wait time for key-repeatwm42013-04-241-0/+4
* input: don't let multi-key bindings block simple key bindingswm42013-04-241-4/+16
* input: reduce amount of tracked keys per bindingwm42013-04-241-1/+1
* input: fix handling of MP_KEY_STATE_DOWNwm42013-04-241-6/+12
* Remove some apple remote leftoverswm42013-04-051-12/+0
* input: remove ar.h includeStefano Pigozzi2013-04-051-2/+0
* remove Apple Remote related codeStefano Pigozzi2013-03-311-22/+0
* input: make input command deprecation warnings visiblewm42013-03-261-2/+2
* input: fix crash due to dangling pointerwm42013-03-191-1/+1
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-0/+2
* commands: parse seek time arguments like time optionswm42013-02-261-1/+2
* Remove --rootwin option and rootwin propertywm42013-02-241-1/+0
* cleanup: remove duplicated function, move escape parsing functionwm42013-02-161-57/+6
* Prefix keycode defines with MP_wm42013-02-121-160/+158
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-091-25/+18
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-6/+6
* core: remove --edlout functionalitywm42013-02-061-1/+0
* command: add command to show playlist on OSDwm42013-02-061-0/+1
* input: free all queued/allocated commands on exitwm42013-02-031-4/+21
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-16/+0
* mp_msg, getch2: unix tty background supportRudolf Polzer2013-01-231-0/+2
* input: enqueue commands to the end of the queueStefano Pigozzi2013-01-161-1/+1
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-3/+4
* command: add sub_reload and sub_remove commandswm42012-11-161-1/+4
* input: silence warning if input.conf is missingwm42012-11-161-0/+4
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+1959