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