summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Apple/Source (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-11Moved NativeApp to Tools moduleEgor Yusov29-1734/+0
2019-10-26MacOS app: fixed app titlesEgor Yusov6-20/+9
2019-10-13MacOS app: added limitation on the minimum window sizeEgor Yusov1-0/+1
2019-10-01MacOS app: added handling of right mouse dragged eventEgor Yusov1-0/+4
2019-10-01MacOS app: added tracking area in order to always receive mouse eventsEgor Yusov1-3/+12
2019-10-01Updated MacOS applicationEgor Yusov1-83/+23
2019-10-01MacOS app: using Command+f or Command+Enter to toggle fullscreen mode instead...Egor Yusov1-9/+29
2019-05-18NativeAppMacOS: enabled shift/ctrl/alt press handlingEgor Yusov1-0/+20
2019-05-17NativeApp: added key released event handling on MacOSEgor Yusov1-4/+22
2019-03-31Enabled metal layer when Vulkan is supportedEgor Yusov1-4/+6
2019-03-30Temporarily disable Metal layer to fix buildEgor Yusov1-1/+4
2019-03-30Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...Egor Yusov12-169/+383
2019-02-16Moved NativeApp to Diligent namespaceEgor Yusov3-6/+6
2019-01-06Couple of minor changesEgor Yusov2-3/+1
2019-01-06Updated copyright noticeEgor Yusov8-8/+8
2019-01-06Fixed handling of windowWillClose notificationEgor Yusov3-53/+41
2019-01-06Added windowWillClose handler to MetalViewEgor Yusov1-4/+16
2019-01-06Removed unused filesEgor Yusov4-249/+0
2019-01-06Reworked MacOS app implementationEgor Yusov11-186/+384
2019-01-03Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov5-152/+119
2018-12-28Fixed issue with transitioning to full screen in Vulkan mode on MacEgor Yusov1-4/+30
2018-12-27Fixed error handling when sample initialization fails on MacEgor Yusov4-12/+36
2018-12-26Added API selection on MacEgor Yusov3-20/+108
2018-12-26Fixed swap chain size scaling on MacEgor Yusov3-5/+6
2018-12-26Imprved MacOS app implementation: unified functionality common for GL and VulkanEgor Yusov13-85/+324
2018-12-26Improved implementation of Vulkan mode in Mac native appEgor Yusov6-63/+123
2018-12-25Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov3-1/+132
2018-02-14Implemented simple touch handling on iOSEgor Yusov3-12/+69
2018-02-13Added the information dialog box when the app cannot run on MacEgor Yusov3-12/+50
2018-02-13Implemented proper app termination on iOSEgor Yusov3-1/+8
2018-02-12Enabled iOS build; unified target platform app generation in cmakeEgor Yusov1-8/+10
2018-02-11Fixed MacOS buildEgor Yusov13-0/+927