summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
Commit message (Expand)AuthorAgeFilesLines
* 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