summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
Commit message (Expand)AuthorAgeFilesLines
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-281-377/+0
* build: fix build when disabling cocoa-cbder richter2024-02-271-1/+1
* cocoa-cb: remove pre-allocation and initialise only when usedder richter2024-02-271-2/+4
* mac: fix libmpv usage without embeddingder richter2023-11-251-2/+2
* osxbundle: remove mpv-bundle symlink to allow code signingDaniel Brookman2023-11-151-5/+4
* mac: remove runtime checks and compatibility for macOS older than 10.15der richter2023-11-091-3/+1
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-6/+5
* mp_threads: rename threads for consistent naming across all of themKacper Michajłow2023-10-271-2/+1
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-141-0/+3
* options: remove ancient option fallbacks/deprecationDudemanguy2023-09-211-2/+0
* build: remove outdated generated directoryDudemanguy2023-07-311-1/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-3/+3
* mac: use visible frame rectangle for window geometry calculationder richter2020-12-191-0/+2
* mac: add an option to change the App activation policyder richter2020-09-201-0/+2
* build: change filenames of generated fileswm42020-06-041-1/+1
* options: change option macros and all option declarationswm42020-03-181-24/+24
* mac, cocoa: fix UI updates on none main queue threadsder richter2020-02-221-3/+7
* mac: fix media key support for libmpv usersder richter2020-02-221-24/+0
* mac: remove stdout and stderr redirect for loggingder richter2020-02-081-11/+0
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-261-0/+1
* mac: report playback state to the MediaPlayer Command Centerder richter2020-01-261-0/+6
* build: fix build with disabled swift and Media Playerder richter2019-12-231-1/+2
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-151-1/+14
* cocoa-cb: use m_config_cache and new VOCTRL for option handlingder richter2019-12-151-0/+5
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-261-0/+2
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+2
* cocoa-cb: refactor title bar stylingder richter2019-04-021-3/+16
* {mac,cocoa}: trim trailing null out of macosx_icon when loading itRodger Combs2018-10-021-1/+2
* cocoa-cb: add Apple Software Renderer supportAkemi2018-09-301-0/+3
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-121-40/+30
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-281-0/+7
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-0/+16
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-22/+58
* osx: code cleanups and cosmetic fixesAkemi2018-01-201-1/+1
* osx: fix the bundle $PATH yet againAkemi2017-11-111-1/+1
* osx: add right MacPorts paths to our bundle $PATHAkemi2017-10-071-2/+3
* osx: add some common paths to our $PATH when started from bundleAkemi2017-10-031-0/+8
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-031-5/+20
* osx: fix media keys input when other Apps steal the priorityAkemi2017-09-071-0/+5
* osx: refactor menu bar creationAkemi2017-08-181-1/+6
* osx: move menu bar creation into its own fileAkemi2017-08-181-130/+4
* osx: change license of OSX and cocoa files to LGPLwm42017-06-241-7/+7
* osx: fix Touch Bar access on systems without Touch Bar supportAkemi2017-04-021-4/+7
* osx: fix key input in certain circumstancesAkemi2017-03-261-2/+2
* osx: initial Touch Bar supportAkemi2017-03-261-0/+46
* osx: improve bundle handlingAkemi2017-02-161-50/+5
* cocoa: gracefully quit from the Dock's context menuAkemi2017-02-161-4/+10
* cocoa: cosmetic fixesAkemi2016-12-161-1/+2
* osx: update the menu and remove conflicting itemAkemi2016-12-121-7/+5
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-1/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* osx: never expose input_ctx from EventsResponderwm42015-05-261-9/+2
* build: move main-fn files to osdepwm42015-05-021-4/+3
* cocoa: always compile OSX application code with cocoawm42015-05-021-8/+15
* Update license headersMarcin Kurczewski2015-04-131-2/+1
* osx: terminate argv properly when arguments are removedwm42015-03-061-1/+4
* cocoa: remove unused functionStefano Pigozzi2015-02-141-7/+0
* cocoa: fix exiting the command line playerwm42015-02-131-4/+3
* osx: move cocoa specific call out of common codewm42015-02-121-0/+2
* cocoa: ignore first file open events from command lineStefano Pigozzi2014-12-071-0/+8
* cocoa: use --idle when running inside bundleStefano Pigozzi2014-12-061-134/+51
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-051-17/+4
* cocoa: remove urlencoding for url open eventsStefano Pigozzi2014-12-021-0/+2
* Set thread name for debuggingwm42014-10-191-0/+2
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-061-16/+1
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-5/+0
* cocoa: sync inputContext inside EventsResponderFRAU KOUJIRO2014-08-061-8/+2
* cocoa: decouple events from application somewhatFRAU KOUJIRO2014-08-061-32/+23
* cocoa: fix key equivalent dispatchingStefano Pigozzi2014-07-301-1/+6
* cocoa: fix deadlock during initialization [2]Stefano Pigozzi2014-02-131-6/+3
* cocoa: fix deadlock during initializationStefano Pigozzi2014-02-131-1/+2
* cocoa: sort files opened from Finder the same way Finder doesBilal Syed Hussain2014-01-201-1/+2
* cocoa: add application icon to the Dock when run from CLIStefano Pigozzi2014-01-141-0/+16
* cocoa: refactor files drag and drop on the Dock iconStefano Pigozzi2014-01-041-24/+16
* macosx_application: replace mp_msg with stderr for semi-fatal errorwm42013-12-211-3/+4
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-171-3/+3
* cocoa: fix opening quarantined files on 10.9 with the bundle [2]Stefano Pigozzi2013-10-251-2/+2
* cocoa: fix opening quarantined files on 10.9 with the bundleStefano Pigozzi2013-10-241-2/+7
* cocoa: fix race condition with input context creationStefano Pigozzi2013-10-241-0/+13
* osx: fix buildwm42013-09-271-2/+2
* macosx_application: fix regression causing crashStefano Pigozzi2013-09-191-2/+11
* macosx_application: remove deprecation warning on OS X 10.9Nyx0uf2013-09-161-15/+29
* macosx_application: fix file opening on 10.9 (for real this time)Stefano Pigozzi2013-09-131-1/+1
* macosx_application: fix file opening on OS X 10.9 (hopefully)Stefano Pigozzi2013-09-121-1/+10
* macosx_application: handle mpv:// linksStefano Pigozzi2013-09-071-0/+7
* macosx_application: handle URL events as fileopen eventsStefano Pigozzi2013-09-071-0/+30
* cocoa: let the core handle key repeatsStefano Pigozzi2013-08-301-3/+2
* macosx: remove platform specific input queueStefano Pigozzi2013-08-131-43/+0
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-031-6/+0
* OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-191-0/+1
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-13/+1
* osx: implement media keysStefano Pigozzi2013-06-031-1/+13
* osx: cocoa_common: use default wakeup periodStefano Pigozzi2013-06-031-0/+8
* osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-031-25/+84
* macosx_application: refactor psn matching codeStefano Pigozzi2013-05-301-7/+5
* macosx_application: refactor filename escapeStefano Pigozzi2013-05-301-14/+8
* macosx_application: use @autoreleasepoolStefano Pigozzi2013-05-301-33/+25
* macosx_application: move escape_loadfile_name in this fileStefano Pigozzi2013-05-301-0/+21
* macosx_application: fix menu 'ghosting'Stefano Pigozzi2013-05-261-0/+7
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-231-6/+19
* input: do property expansion for all input command string argumentswm42013-05-181-1/+1
* macosx_application: fix crash when quitting playerStefano Pigozzi2013-05-121-1/+5
* macosx_application: add menu item for hide operationStefano Pigozzi2013-05-121-0/+2
* OSX: run native event loop in a separate threadStefano Pigozzi2013-05-121-44/+63
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-0/+349