summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved NativeApp to Tools moduleEgor Yusov2019-11-11107-12803/+0
* LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor2019-10-282-3/+12
* Fixed tabs in UWP app sourceEgor Yusov2019-10-276-569/+569
* Updated gitignore for NativeApp/AndroidEgor2019-10-261-0/+1
* Fixed Android build error when using external CMake (fixed https://github.com...Egor2019-10-261-2/+2
* Linux app: fixed window titleEgor2019-10-261-2/+1
* 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
* Gracefully handling unsupported device modes (fixed https://github.com/Dilige...Egor Yusov2019-10-262-11/+31
* MacOS app: added limitation on the minimum window sizeEgor Yusov2019-10-131-0/+1
* Linux app: added limitation on the minimum window sizeEgor2019-10-131-2/+50
* 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-012-89/+24
* MacOS app: using Command+f or Command+Enter to toggle fullscreen mode instead...Egor Yusov2019-10-011-9/+29
* Updated copyright noticeEgor Yusov2019-09-174-4/+4
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/95Egor Yusov2019-08-031-2/+2
* Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...Egor Yusov2019-06-093-4/+4
* NativeAppMacOS: enabled shift/ctrl/alt press handlingEgor Yusov2019-05-182-0/+21
* NativeApp: added key released event handling on MacOSEgor Yusov2019-05-172-4/+23
* Updated core & samples: added cross-platform input controllerEgor2019-05-174-0/+607
* Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2019-05-1131-26/+6536
* Fixed Linux build issues; added launch instructions for GLTFViewer on LinuxEgor2019-05-051-1/+2
* Updated command line format; updated submodulesEgor Yusov2019-04-012-2/+10
* 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 https://github.com/DiligentGraphics/Diligen...Egor Yusov2019-03-3018-195/+485
* Updated core & native app cmakeEgor Yusov2019-03-291-0/+1
* Updated Android build settingsEgor2019-03-082-6/+2
* Updated Android build configuration. Fixed https://github.com/DiligentGraphic...Egor2019-02-161-1/+1
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-1619-26/+112
* 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-0610-10/+10
* 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-0613-198/+395
* Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov2019-01-036-160/+120
* Updated copyright notice + updated submodulesEgor Yusov2019-01-024-4/+4
* Enabled Metal back-end stubEgor Yusov2018-12-301-7/+7
* 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-274-25/+23
* Added API selection on MacEgor Yusov2018-12-265-23/+158
* 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-2615-88/+333
* Improved implementation of Vulkan mode in Mac native appEgor Yusov2018-12-268-86/+147