summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-11Moved NativeApp to Tools moduleEgor Yusov14-2249/+0
2019-10-28LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor1-2/+11
2019-10-27Fixed tabs in UWP app sourceEgor Yusov6-569/+569
2019-10-26Linux app: fixed window titleEgor1-2/+1
2019-10-26Gracefully handling unsupported device modes (fixed https://github.com/Dilige...Egor Yusov2-11/+31
2019-10-13Linux app: added limitation on the minimum window sizeEgor1-2/+50
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-08-03Fixed https://github.com/DiligentGraphics/DiligentCore/issues/95Egor Yusov1-2/+2
2019-05-11Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2-8/+7
2019-05-05Fixed Linux build issues; added launch instructions for GLTFViewer on LinuxEgor1-1/+2
2019-04-01Updated command line format; updated submodulesEgor Yusov1-2/+5
2019-02-16Moved NativeApp to Diligent namespaceEgor Yusov8-1/+23
2019-01-06Updated copyright noticeEgor Yusov1-1/+1
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-14Fixed MinGW buildEgor Yusov1-8/+15
2018-11-07Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor1-12/+263
2018-07-10Added command line parsing in UWP applicationsEgor Yusov1-3/+14
2018-04-21Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov1-0/+8
2018-04-01Implemented switching to fullscreen on shift+enter in UWPEgor Yusov2-2/+53
2018-03-30Fixed issue with Win32 MessageProc() not checking if g_pTheApp is nullEgor Yusov1-3/+6
2018-02-18Improved device orientation/resize handling on AndroidEgor1-14/+20
2018-02-16Unified Android buildEgor1-1/+1
2018-02-12Enabled iOS build; unified target platform app generation in cmakeEgor Yusov1-0/+34
2018-02-11Fixed MacOS buildEgor Yusov1-0/+34
2018-02-11Fixed Android buildEgor2-0/+348
2018-02-10Fixed linux buildEgor2-1/+219
2018-02-09Fixed resize window issues in unity appEgor Yusov1-1/+0
2018-02-09Reworked UWP app implementationEgor Yusov9-6/+1040
2018-02-07Updated Win32 app implementationEgor Yusov1-5/+4
2018-02-07Added WinmainEgor Yusov1-0/+145