summaryrefslogtreecommitdiffstats
path: root/osdep/mac/app_hub.swift
Commit message (Expand)AuthorAgeFilesLines
* mac: code cleanup and consistency changes, fix linting issuesder richter2024-04-281-1/+1
* mac/log: fix use after free when freeing mpv handleder richter2024-04-121-1/+1
* mac/apphub: fix opening several files at once via Finder or App iconder richter2024-04-041-2/+5
* mac/app: add some verbose logging for app startup and file handlingder richter2024-04-011-0/+7
* mac/apphub: only instantiate log and option when in Application modeder richter2024-04-011-4/+6
* mac/apphub: move opening url into AppHubder richter2024-04-011-0/+13
* mac/log: fallback to system logger if no mp_log is yet availableder richter2024-04-011-0/+3
* mac/app: rewrite App c main function, startup and termination in swiftder richter2024-04-011-2/+2
* mac: cleanup swift bridge header imports and unify themder richter2024-03-291-0/+2
* mac/apphub: make DnD behaviour on bundle icon configurableder richter2024-03-291-0/+3
* mac/apphub: move cocoa-cb into AppHubder richter2024-03-291-2/+9
* mac/apphub: move menu bar into AppHubder richter2024-03-291-0/+2
* mac/apphub: move mac options into AppHubder richter2024-03-291-0/+8
* mac/apphub: move app icon into AppHubder richter2024-03-291-0/+7
* mac/event: only initialise an EventHelper when necessaryder richter2024-03-241-3/+4
* mac/touchbar: use EventHelper for event handlingder richter2024-03-241-30/+1
* 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