summaryrefslogtreecommitdiffstats
path: root/video/out/mac/common.swift
Commit message (Expand)AuthorAgeFilesLines
* mac/common: reuse hidpi window scale frame calculation helperder richter2024-04-041-4/+2
* mac: cleanup swift bridge header imports and unify themder richter2024-03-291-2/+2
* mac/log: rename log functions and cleanup classder richter2024-03-291-18/+18
* mac: use LogHelper directly instead of mp_logder richter2024-03-291-3/+3
* mac/apphub: move app icon into AppHubder richter2024-03-291-4/+2
* mac: optimise and shorten some codeder richter2024-03-211-8/+4
* mac/option: rename option structs to properly represent their contentder richter2024-03-211-41/+41
* mac/option: make option helper none optionalder richter2024-03-211-46/+18
* mac/option: make option helper vo struct independentder richter2024-03-211-2/+3
* mac/option: move option functionality from mpv helper to option helperder richter2024-03-211-59/+59
* mac/type: move c<>swift type bridging into a dedicated type helperder richter2024-03-211-20/+20
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-141-0/+1
* options: remove --focus-on-open and add --focus-onder richter2024-03-101-3/+3
* mac/vulkan: directly retrieve current render size without cachingder richter2024-03-061-1/+1
* mac/vulkan: set NSView as layer delegate like recommended by MoltenVKder richter2024-02-291-0/+1
* mac: set layer content scale on initder richter2024-02-271-0/+2
* mac: add support for --input-cursor-passthrough optionder richter2023-12-251-0/+4
* mac: update geometry/autofit opts on runtimeder richter2023-12-231-0/+8
* mac: add support for window-id propertyder richter2023-12-151-0/+7
* mac: fix initial window size and position when already maximizedder richter2023-12-021-1/+2
* mac: fix a race condition when updating the window titleder richter2023-11-251-3/+2
* mac: change display name retrieval to localizedName NSScreen propertyder richter2023-11-101-2/+2
* mac: remove runtime checks and compatibility for macOS older than 10.15der richter2023-11-091-17/+2
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-1/+1
* mac: avoid unnecessary unsafe conversions; fixes crash in debug buildsrcombs2022-09-141-12/+12
* various: fix typosCœur2022-04-251-4/+4
* mac: add support for display-width/display-height propertyder richter2021-05-061-13/+20
* mac: fix window geometry calculation on secondary screensder richter2021-04-241-19/+26
* mac: support --on-all-workspaces optionEvgeny Zinoviev2021-02-211-0/+5
* mac: fix dangling pointersder richter2021-01-131-28/+17
* mac: fix type mismatch Int instead of Int32der richter2020-12-191-1/+1
* mac: use visible frame rectangle for window geometry calculationder richter2020-12-191-12/+18
* mac: support screen-name and fs-screen-name optsder richter2020-12-061-5/+22
* mac: make focus property observableder richter2020-11-071-0/+32
* mac: add support for the focused propertyder richter2020-09-251-0/+4
* mac: add an option to prevent focusing of the window on opender richter2020-09-251-2/+12
* mac: add an option to change the App activation policyder richter2020-09-201-1/+18
* mac: add icc profile and ambient light sensor supportder richter2020-08-221-6/+30
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-221-1/+40
* mac: make ontop level runtime changeableder richter2020-08-221-1/+2
* mac: properly guard and unwrap an optional valueder richter2020-08-221-8/+12
* cocoa-cb: generalisation of backend independent partsder richter2020-08-221-0/+544