summaryrefslogtreecommitdiffstats
path: root/osdep/mac/app_hub.swift
Commit message (Collapse)AuthorAgeFilesLines
* mac/touchbar: use EventHelper for event handlingder richter2024-03-241-30/+1
| | | | also remove remaining old event handling.
* mac/touchbar: move touch bar into AppHubder richter2024-03-241-0/+6
|
* mac/remote: use EventHelper for event handlingder richter2024-03-241-11/+7
|
* cocoa-cb: use EventHelper for event handlingder richter2024-03-241-15/+11
|
* cocoa-cb: use a separate mpv_handle for cocoa-cb to simplify shutdownder richter2024-03-241-6/+0
|
* mac/apphub: migrate remaining events functionality to new AppHubder richter2024-03-241-0/+109
add new app_bridge objc file for bridging between mpv core and app functionality. replace old EventsResponder singleton with AppHub. another step to clean up all App functionality and have one central place for it.