summaryrefslogtreecommitdiffstats
path: root/osdep/mac/libmpv_helper.swift
Commit message (Collapse)AuthorAgeFilesLines
* mac: code cleanup and consistency changes, fix linting issuesder richter2024-04-281-8/+4
|
* mac/log: rename log functions and cleanup classder richter2024-03-291-4/+4
|
* mac: use LogHelper directly instead of mp_logder richter2024-03-291-2/+2
|
* mac: rename mpvHandle to mpvder richter2024-03-291-5/+5
|
* cocoa-cb: use a separate mpv_handle for cocoa-cb to simplify shutdownder richter2024-03-241-15/+10
|
* mac/libmpv: remove unused functionsder richter2024-03-211-37/+0
|
* mac/libmpv: remove mac option handling in favour of option handlerder richter2024-03-211-14/+0
| | | | | | since the option handler is not optional anymore and available on init in cocoa-cb we don't need to duplicate this functionality in libmpv anymore.
* mac/type: move c<>swift type bridging into a dedicated type helperder richter2024-03-211-21/+4
|
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-281-0/+254
rename all macOS namings (osx, macosx, macOS, macos, apple) to mac, to make naming consistent.