summaryrefslogtreecommitdiffstats
path: root/osdep/mac/application.m
Commit message (Collapse)AuthorAgeFilesLines
* mac/touchbar: use EventHelper for event handlingder richter2024-03-241-7/+0
| | | | also remove remaining old event handling.
* mac/touchbar: move touch bar into AppHubder richter2024-03-241-1/+1
|
* cocoa-cb: use EventHelper for event handlingder richter2024-03-241-3/+0
|
* cocoa-cb: use a separate mpv_handle for cocoa-cb to simplify shutdownder richter2024-03-241-1/+2
|
* mac/apphub: migrate remaining events functionality to new AppHubder richter2024-03-241-10/+8
| | | | | | | | 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.
* mac/option: rename option structs to properly represent their contentder richter2024-03-211-2/+2
| | | | also optimise option cache setup.
* mac/touchbar: rewrite touch bar in swiftder richter2024-03-181-11/+1
|
* mac/event: move key event handling to input helper and optimise itder richter2024-03-141-1/+1
|
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-141-21/+6
| | | | some redundant functions that jump through hoops.
* mac/app: remove unused functionder richter2024-03-071-6/+0
|
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-281-0/+377
rename all macOS namings (osx, macosx, macOS, macos, apple) to mac, to make naming consistent.