summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.m
Commit message (Expand)AuthorAgeFilesLines
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-061-0/+15
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-0/+5
* cocoa: sync inputContext inside EventsResponderFRAU KOUJIRO2014-08-061-3/+23
* cocoa: decouple events from application somewhatFRAU KOUJIRO2014-08-061-16/+62
* cocoa: fix key equivalent dispatchingStefano Pigozzi2014-07-301-21/+1
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-171-1/+1
* macosx_events: fix null dereference on uninitStefano Pigozzi2013-12-071-1/+4
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-021-2/+8
* osx: fix -Wshadow warnings on platform specific codeStefano Pigozzi2013-11-041-4/+4
* macosx_events: fix modifiers handling with media keysStefano Pigozzi2013-09-051-1/+1
* macosx_events: send a `release all` after key up eventsStefano Pigozzi2013-09-021-0/+2
* macosx_events: remove duplicationStefano Pigozzi2013-09-021-29/+33
* cocoa: enqueue events only if input context is presentStefano Pigozzi2013-09-011-1/+2
* osx: use MP_KEY_* instead of MK_* for media keysStefano Pigozzi2013-09-011-3/+3
* cocoa: let the core handle key repeatsStefano Pigozzi2013-08-301-2/+14
* macosx: remove platform specific input queueStefano Pigozzi2013-08-131-13/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* cocoa_common: handle keyboard modifiers for mouse eventsStefano Pigozzi2013-07-211-13/+21
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-031-2/+2
* OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-191-1/+3
* macosx_events: handle key modifiers with media keysStefano Pigozzi2013-06-061-26/+55
* macosx_events: DRY up key lookup over dictionaryStefano Pigozzi2013-06-051-10/+12
* macosx_events: make remote property an instance variableStefano Pigozzi2013-06-051-5/+7
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-15/+98
* osx: add Apple Remote supportStefano Pigozzi2013-06-031-2/+59
* osx: implement media keysStefano Pigozzi2013-06-031-0/+19
* macosx_events: send all queued eventsStefano Pigozzi2013-06-031-2/+3
* osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-031-0/+141