summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Apple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved NativeApp to Tools moduleEgor Yusov2019-11-1141-2204/+0
|
* Added CFBundleVersion to info.plist to fix iOS app deploymentEgor Yusov2019-10-261-0/+2
|
* MacOS app: fixed app titlesEgor Yusov2019-10-266-20/+9
|
* MacOS app: added limitation on the minimum window sizeEgor Yusov2019-10-131-0/+1
|
* MacOS app: added handling of right mouse dragged eventEgor Yusov2019-10-011-0/+4
|
* MacOS app: added tracking area in order to always receive mouse eventsEgor Yusov2019-10-011-3/+12
|
* Updated MacOS applicationEgor Yusov2019-10-011-83/+23
|
* MacOS app: using Command+f or Command+Enter to toggle fullscreen mode ↵Egor Yusov2019-10-011-9/+29
| | | | instead of just 'f'
* 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
|
* Updated Button positions in iOS appEgor Yusov2019-03-311-10/+10
|
* 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 ↵Egor Yusov2019-03-3016-186/+466
| | | | https://github.com/DiligentGraphics/DiligentCore/issues/46)
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-163-6/+6
|
* Updated copyright notice on iOS startup screenEgor Yusov2019-01-101-1/+1
|
* 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-0612-192/+391
|
* Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov2019-01-035-152/+119
|
* Updated mac/ios bundle versionsEgor Yusov2018-12-282-6/+2
|
* 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 OpenGL and Vulkan logo to mode selection view on MacEgor Yusov2018-12-273-25/+21
|
* Added API selection on MacEgor Yusov2018-12-264-22/+155
|
* Fixed swap chain size scaling on MacEgor Yusov2018-12-264-6/+7
|
* Imprved MacOS app implementation: unified functionality common for GL and VulkanEgor Yusov2018-12-2614-88/+327
|
* Improved implementation of Vulkan mode in Mac native appEgor Yusov2018-12-267-73/+127
|
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-254-3/+152
|
* Implemented simple touch handling on iOSEgor Yusov2018-02-143-12/+69
| | | | Showing dialog box if the app fails to start on iOS
* 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
| | | | | Updated readme with iOS build instructions Updated samples submodule
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-121-8/+10
|
* Fixed MacOS buildEgor Yusov2018-02-1121-0/+1279