summaryrefslogtreecommitdiffstats
path: root/video/out/mac
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: render on main queue instead of dedicated queueder richter2024-02-291-3/+1
* mac/vulkan: set NSView as layer delegate like recommended by MoltenVKder richter2024-02-292-1/+2
* mac: set layer content scale on initder richter2024-02-271-0/+2
* cocoa-cb: lock CGLContext on uninit and manual redrawder richter2024-02-181-0/+10
* mac: add support for --input-cursor-passthrough optionder richter2023-12-252-0/+5
* mac: update geometry/autofit opts on runtimeder richter2023-12-232-8/+14
* mac: add support for drag-and-drop optionder richter2023-12-151-2/+2
* mac: add support for window-id propertyder richter2023-12-151-0/+7
* mac: report modifier keys on precise scrollingder richter2023-12-021-1/+1
* 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: cleanup some unused and unneeded codeder richter2023-11-251-7/+1
* mac: title bar fix 1px none covered video at topder richter2023-11-201-1/+1
* mac: fix reporting of left wheel and right wheel scrollingder richter2023-11-201-2/+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-094-74/+40
* meson: remove several macos-10-* build optionsDudemanguy2023-11-091-8/+1
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-141-0/+43
* 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-213-4/+4
* mac: avoid unnecessary unsafe conversions; fixes crash in debug buildsrcombs2022-09-141-12/+12
* various: fix typosCœur2022-04-253-7/+7
* 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: 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-212-0/+13
* 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: fix a window positioning bug when exiting fullscreender richter2020-12-192-10/+14
* 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 ontop window level for desktopder richter2020-09-201-1/+5
* 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-222-9/+48
* 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-225-0/+1965