summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.h
Commit message (Expand)AuthorAgeFilesLines
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-281-54/+0
* mac: cleanup some unused and unneeded codeder richter2023-11-251-1/+0
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-141-0/+7
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* mac: use visible frame rectangle for window geometry calculationder richter2020-12-191-0/+6
* mac: add an option to change the App activation policyder richter2020-09-201-0/+1
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-261-0/+3
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-261-0/+1
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+2
* cocoa-cb: refactor title bar stylingder richter2019-04-021-0/+2
* cocoa-cb: add Apple Software Renderer supportAkemi2018-09-301-0/+1
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-121-0/+5
* osx: move menu bar creation into its own fileAkemi2017-08-181-8/+1
* osx: change license of OSX and cocoa files to LGPLwm42017-06-241-7/+7
* build: move main-fn files to osdepwm42015-05-021-3/+1
* cocoa: always compile OSX application code with cocoawm42015-05-021-1/+0
* Update license headersMarcin Kurczewski2015-04-131-2/+1
* cocoa: use --idle when running inside bundleStefano Pigozzi2014-12-061-11/+0
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-4/+0
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-031-2/+0
* osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-031-0/+1
* macosx_application: use @autoreleasepoolStefano Pigozzi2013-05-301-2/+0
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-231-1/+1
* OSX: run native event loop in a separate threadStefano Pigozzi2013-05-121-9/+8
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-0/+57