summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Apple/Source (follow)
Commit message (Expand)AuthorAgeFilesLines
* NativeAppMacOS: enabled shift/ctrl/alt press handlingEgor Yusov2019-05-181-0/+20
* NativeApp: added key released event handling on MacOSEgor Yusov2019-05-171-4/+22
* Enabled metal layer when Vulkan is supportedEgor Yusov2019-03-311-4/+6
* Temporarily disable Metal layer to fix buildEgor Yusov2019-03-301-1/+4
* Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...Egor Yusov2019-03-3012-169/+383
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-163-6/+6
* Couple of minor changesEgor Yusov2019-01-062-3/+1
* Updated copyright noticeEgor Yusov2019-01-068-8/+8
* Fixed handling of windowWillClose notificationEgor Yusov2019-01-063-53/+41
* Added windowWillClose handler to MetalViewEgor Yusov2019-01-061-4/+16
* Removed unused filesEgor Yusov2019-01-064-249/+0
* Reworked MacOS app implementationEgor Yusov2019-01-0611-186/+384
* Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov2019-01-035-152/+119
* Fixed issue with transitioning to full screen in Vulkan mode on MacEgor Yusov2018-12-281-4/+30
* Fixed error handling when sample initialization fails on MacEgor Yusov2018-12-274-12/+36
* Added API selection on MacEgor Yusov2018-12-263-20/+108
* Fixed swap chain size scaling on MacEgor Yusov2018-12-263-5/+6
* Imprved MacOS app implementation: unified functionality common for GL and VulkanEgor Yusov2018-12-2613-85/+324
* Improved implementation of Vulkan mode in Mac native appEgor Yusov2018-12-266-63/+123
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-253-1/+132
* Implemented simple touch handling on iOSEgor Yusov2018-02-143-12/+69
* Added the information dialog box when the app cannot run on MacEgor Yusov2018-02-133-12/+50
* Implemented proper app termination on iOSEgor Yusov2018-02-133-1/+8
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-121-8/+10
* Fixed MacOS buildEgor Yusov2018-02-1113-0/+927