aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/macosx_events.m
Commit message (Expand)AuthorAge
* mac: fix crash if we can't get an event tapGravatar Rodger Combs2018-10-02
* all: replace mpv_detach_destroy() with mpv_destroy()Gravatar wm42018-03-15
* cocoa-cb: initial implementation via opengl-cb APIGravatar Akemi2018-02-12
* osx: code cleanups and cosmetic fixesGravatar Akemi2018-01-20
* osx: fix media keys input when other Apps steal the priorityGravatar Akemi2017-09-07
* osx: code cleanups and cosmetic fixesGravatar Akemi2017-08-18
* osx: change license of OSX and cocoa files to LGPLGravatar wm42017-06-24
* osx: fix deadlock on exit with libmpv on OSXGravatar wm42017-04-19
* osx: fix event propagation of menu bar item key shortcutsGravatar Akemi2017-03-27
* osx: fix key input in certain circumstancesGravatar Akemi2017-03-26
* osx: initial Touch Bar supportGravatar Akemi2017-03-26
* osx: add key mappings for previous and next Media KeysGravatar Akemi2017-03-09
* cocoa: cosmetic fixesGravatar Akemi2016-12-16
* cocoa: support append file to paylist on dropGravatar Akemi2016-12-14
* cocoa: fix macOS 10.12 deprecation warningsGravatar Akemi2016-09-22
* cocoa: fix charcode retrieving for accented charactersGravatar Alexis Nootens2016-02-15
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* input: add append argument to file drop eventGravatar Kevin Mitchell2015-08-30
* osx: add NULL check for input context in a missing caseGravatar wm42015-06-01
* osx: synchronize access to the input_ctxGravatar wm42015-05-26
* osx: never expose input_ctx from EventsResponderGravatar wm42015-05-26
* cocoa: silence -Wlogical-op-parenthesesGravatar Stefano Pigozzi2015-03-04
* cocoa: use --idle when running inside bundleGravatar Stefano Pigozzi2014-12-06
* cocoa: fix opening reference URLs (.file/id=)Gravatar Stefano Pigozzi2014-12-01
* cocoa: allow to disable apple remote at compile timeGravatar Stefano Pigozzi2014-10-17
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* cocoa: move handleFilesArray: to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: move set_input_context to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: sync inputContext inside EventsResponderGravatar FRAU KOUJIRO2014-08-06
* cocoa: decouple events from application somewhatGravatar FRAU KOUJIRO2014-08-06
* cocoa: fix key equivalent dispatchingGravatar Stefano Pigozzi2014-07-30
* Fix OSX build; remove all remaining mpvcore referencesGravatar 11rcombs2013-12-17
* macosx_events: fix null dereference on uninitGravatar Stefano Pigozzi2013-12-07
* options: add option to disable using right Alt key as Alt GrGravatar Vivek Jain2013-12-02
* osx: fix -Wshadow warnings on platform specific codeGravatar Stefano Pigozzi2013-11-04
* macosx_events: fix modifiers handling with media keysGravatar Stefano Pigozzi2013-09-05
* macosx_events: send a `release all` after key up eventsGravatar Stefano Pigozzi2013-09-02
* macosx_events: remove duplicationGravatar Stefano Pigozzi2013-09-02
* cocoa: enqueue events only if input context is presentGravatar Stefano Pigozzi2013-09-01
* osx: use MP_KEY_* instead of MK_* for media keysGravatar Stefano Pigozzi2013-09-01
* cocoa: let the core handle key repeatsGravatar Stefano Pigozzi2013-08-30
* macosx: remove platform specific input queueGravatar Stefano Pigozzi2013-08-13
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* cocoa_common: handle keyboard modifiers for mouse eventsGravatar Stefano Pigozzi2013-07-21
* cocoa: remove usage of mp_fifoGravatar Stefano Pigozzi2013-07-03
* OSX: fix compilation with 10.7 SDKGravatar Stefano Pigozzi2013-06-19
* macosx_events: handle key modifiers with media keysGravatar Stefano Pigozzi2013-06-06
* macosx_events: DRY up key lookup over dictionaryGravatar Stefano Pigozzi2013-06-05
* macosx_events: make remote property an instance variableGravatar Stefano Pigozzi2013-06-05