summaryrefslogtreecommitdiffstats
path: root/video/out/mac/window.swift
Commit message (Expand)AuthorAgeFilesLines
* mac: code cleanup and consistency changes, fix linting issuesder richter3 days1-33/+29
* mac/window: fix window pinch gesture and modify current-window-scaleder richter2024-04-101-1/+1
* mac/window: cleanup unfsContentFrame usage and make it none optionalder richter2024-04-041-10/+8
* mac/window: fix unfs window size retrievalder richter2024-04-041-0/+3
* mac/log: rename log functions and cleanup classder richter2024-03-291-1/+1
* mac/apphub: move menu bar into AppHubder richter2024-03-291-7/+5
* mac/option: rename option structs to properly represent their contentder richter2024-03-211-3/+3
* mac/option: make option helper none optionalder richter2024-03-211-12/+12
* mac/option: move option functionality from mpv helper to option helperder richter2024-03-211-12/+12
* 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-1/+1
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-141-3/+4
* mac/menu: add explicit menu type instead of an inferred typeder richter2024-03-071-5/+5
* mac/menu: rewrite menu bar in swiftder richter2024-03-071-5/+5
* mac/vulkan: directly retrieve current render size without cachingder richter2024-03-061-1/+1
* mac: add support for --input-cursor-passthrough optionder richter2023-12-251-0/+1
* mac: update geometry/autofit opts on runtimeder richter2023-12-231-8/+6
* mac: add a window animation lock to wait for animations to finishder richter2023-10-141-1/+16
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-1/+1
* various: fix typosCœur2022-04-251-1/+1
* mac: fix traditional fullscreen on macOS 11der richter2021-02-271-2/+18
* mac: remove an unused variableder richter2021-02-271-1/+0
* mac: support --on-all-workspaces optionEvgeny Zinoviev2021-02-211-0/+8
* mac: fix a window positioning bug when exiting fullscreender richter2020-12-191-8/+12
* mac: add ontop window level for desktopder richter2020-09-201-1/+5
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-221-8/+8
* cocoa-cb: generalisation of backend independent partsder richter2020-08-221-0/+547