summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.m
Commit message (Expand)AuthorAgeFilesLines
* 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