summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-11Moved NativeApp to Tools moduleEgor Yusov107-12803/+0
2019-10-28LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor2-3/+12
2019-10-27Fixed tabs in UWP app sourceEgor Yusov6-569/+569
2019-10-26Updated gitignore for NativeApp/AndroidEgor1-0/+1
2019-10-26Fixed Android build error when using external CMake (fixed https://github.com...Egor1-2/+2
2019-10-26Linux app: fixed window titleEgor1-2/+1
2019-10-26Added CFBundleVersion to info.plist to fix iOS app deploymentEgor Yusov1-0/+2
2019-10-26MacOS app: fixed app titlesEgor Yusov6-20/+9
2019-10-26Gracefully handling unsupported device modes (fixed https://github.com/Dilige...Egor Yusov2-11/+31
2019-10-13MacOS app: added limitation on the minimum window sizeEgor Yusov1-0/+1
2019-10-13Linux app: added limitation on the minimum window sizeEgor1-2/+50
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 Yusov2-89/+24
2019-10-01MacOS app: using Command+f or Command+Enter to toggle fullscreen mode instead...Egor Yusov1-9/+29
2019-09-17Updated copyright noticeEgor Yusov4-4/+4
2019-08-03Fixed https://github.com/DiligentGraphics/DiligentCore/issues/95Egor Yusov1-2/+2
2019-06-09Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...Egor Yusov3-4/+4
2019-05-18NativeAppMacOS: enabled shift/ctrl/alt press handlingEgor Yusov2-0/+21
2019-05-17NativeApp: added key released event handling on MacOSEgor Yusov2-4/+23
2019-05-17Updated core & samples: added cross-platform input controllerEgor4-0/+607
2019-05-11Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor31-26/+6536
2019-05-05Fixed Linux build issues; added launch instructions for GLTFViewer on LinuxEgor1-1/+2
2019-04-01Updated command line format; updated submodulesEgor Yusov2-2/+10
2019-03-31Updated Button positions in iOS appEgor Yusov1-10/+10
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 Yusov18-195/+485
2019-03-29Updated core & native app cmakeEgor Yusov1-0/+1
2019-03-08Updated Android build settingsEgor2-6/+2
2019-02-16Updated Android build configuration. Fixed https://github.com/DiligentGraphic...Egor1-1/+1
2019-02-16Moved NativeApp to Diligent namespaceEgor Yusov19-26/+112
2019-01-10Updated copyright notice on iOS startup screenEgor Yusov1-1/+1
2019-01-06Couple of minor changesEgor Yusov2-3/+1
2019-01-06Updated copyright noticeEgor Yusov10-10/+10
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 Yusov13-198/+395
2019-01-03Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov6-160/+120
2019-01-02Updated copyright notice + updated submodulesEgor Yusov4-4/+4
2018-12-30Enabled Metal back-end stubEgor Yusov1-7/+7
2018-12-28Updated mac/ios bundle versionsEgor Yusov2-6/+2
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-27Added OpenGL and Vulkan logo to mode selection view on MacEgor Yusov4-25/+23
2018-12-26Added API selection on MacEgor Yusov5-23/+158
2018-12-26Fixed swap chain size scaling on MacEgor Yusov4-6/+7
2018-12-26Imprved MacOS app implementation: unified functionality common for GL and VulkanEgor Yusov15-88/+333
2018-12-26Improved implementation of Vulkan mode in Mac native appEgor Yusov8-86/+147