summaryrefslogtreecommitdiffstats
path: root/video/out/mac
Commit message (Expand)AuthorAgeFilesLines
* mac: properly handle regular expressions without force unwrapder richter4 days1-3/+4
* mac: code cleanup and consistency changes, fix linting issuesder richter4 days5-102/+89
* mac/helper: make wakeup callback declaration consistentder richter4 days1-1/+1
* mac: make display-names unique to allow specific selectionder richter8 days1-2/+2
* mac/window: fix window pinch gesture and modify current-window-scaleder richter2024-04-101-1/+1
* mac/common: reuse hidpi window scale frame calculation helperder richter2024-04-041-4/+2
* mac/window: cleanup unfsContentFrame usage and make it none optionalder richter2024-04-041-10/+8
* mac/window: fix unfs window size retrievalder richter2024-04-042-0/+4
* mac/view: fix cursor visibility when toggling fullscreender richter2024-03-291-3/+3
* mac: cleanup swift bridge header imports and unify themder richter2024-03-292-2/+3
* mac/log: rename log functions and cleanup classder richter2024-03-293-24/+24
* mac: use LogHelper directly instead of mp_logder richter2024-03-291-3/+3
* mac/apphub: move menu bar into AppHubder richter2024-03-291-7/+5
* mac/apphub: move app icon into AppHubder richter2024-03-291-4/+2
* mac: optimise and shorten some codeder richter2024-03-212-11/+5
* mac/option: remove now unused computed option variablesder richter2024-03-211-1/+0
* mac/option: rename option structs to properly represent their contentder richter2024-03-214-51/+51
* mac/libmpv: remove mac option handling in favour of option handlerder richter2024-03-211-4/+4
* mac/option: make option helper none optionalder richter2024-03-214-63/+35
* 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-214-76/+76
* mac/type: move c<>swift type bridging into a dedicated type helperder richter2024-03-211-20/+20
* mac/view: optimise drag and drop event handlingder richter2024-03-161-17/+11
* mac/input: move scroll wheel event handling into input helperder richter2024-03-161-35/+1
* mac/input: optimise mouse movement enabled checkder richter2024-03-161-6/+2
* mac/input: move mouse event handling into input helperder richter2024-03-161-47/+12
* mac/event: move key event handling to input helper and optimise itder richter2024-03-142-6/+6
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-142-6/+6
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-143-18/+21
* options: remove --focus-on-open and add --focus-onder richter2024-03-101-3/+3
* 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-062-2/+2
* mac/vulkan: workaround for MoltenVK problem that causes flickerder richter2024-03-061-0/+11
* 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