summaryrefslogtreecommitdiffstats
path: root/osdep/macos
Commit message (Expand)AuthorAgeFilesLines
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-287-940/+0
* mac: code consistency changesder richter2024-02-241-4/+0
* mac/remote: simplify cover retrievalder richter2024-02-151-3/+1
* mac/remote: remove unnecessary nowPlayingInfo variableder richter2024-02-151-14/+7
* mac/remote: add album and artist infoder richter2024-02-151-3/+10
* mac/remote: add seek supportder richter2024-02-151-2/+14
* mac/remote: add chapter title infoder richter2024-02-152-4/+7
* mac/remote: add media-title infoder richter2024-02-151-3/+6
* mac/remote: add playback rate infoder richter2024-02-151-2/+5
* mac/remote: add duration and current position infoder richter2024-02-152-8/+26
* mac/remote: remove make current observer when stoppedder richter2024-02-151-0/+6
* mac/remote: replace command handler with generic handler function configder richter2024-02-151-15/+17
* mac/remote: simplify repeatable key logicder richter2024-02-151-6/+2
* mac/remote: move configs to initialiser for new MediaPlayer shorthandsder richter2024-02-151-53/+56
* mac/remote: move class local struct and enum definition to extensionder richter2024-02-151-1/+3
* mac/remote: use explicit struct instead of generic array for configsder richter2024-02-151-48/+31
* mac: add support for drag-and-drop optionder richter2023-12-151-0/+14
* mac: report modifier keys on precise scrollingder richter2023-12-021-2/+23
* mac: fix libmpv usage without embeddingder richter2023-11-252-16/+5
* mac: change display name retrieval to localizedName NSScreen propertyder richter2023-11-101-31/+0
* mac: remove runtime checks and compatibility for macOS older than 10.15der richter2023-11-092-21/+1
* meson: remove several macos-10-* build optionsDudemanguy2023-11-091-17/+0
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-141-0/+153
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* various: fix typosCœur2022-04-251-2/+2
* libmpv: remove opengl_cb API and other deprecated symbolssfan52021-12-151-2/+1
* mac: fix dangling pointersder richter2021-01-131-3/+15
* mac: drop build support for swift versions earlier than version 4.1der richter2021-01-131-27/+0
* mac: fix usage of temporary pointersder richter2021-01-132-29/+57
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-222-18/+24
* cocoa-cb: generalisation of backend independent partsder richter2020-08-224-20/+14
* options: introduce bool option type, use it for --fullscreenwm42020-03-141-1/+1
* mac: fix media key support for libmpv usersder richter2020-02-221-9/+14
* mac: report playback state to the MediaPlayer Command Centerder richter2020-01-261-11/+42
* mac: add support for PLAYONLY and PAUSEONLY key codes to MediaPlayerder richter2020-01-261-3/+3
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-151-0/+159
* cocoa-cb: fix freeing of macos_opts config groupder richter2019-12-151-5/+5
* cocoa-cb: update and add more options to use new options handlingder richter2019-12-151-0/+5
* cocoa-cb: use m_config_cache and new VOCTRL for option handlingder richter2019-12-152-5/+43
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-065-0/+556