summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-256-4/+167
|
* Fixed MinGW buildEgor Yusov2018-12-143-9/+27
|
* Enabled Vulkan on Linux (closed ↵Egor2018-11-073-13/+278
| | | | https://github.com/DiligentGraphics/DiligentCore/issues/32)
* Added command line parsing in UWP applicationsEgor Yusov2018-07-101-3/+14
|
* Few updates (restricted minimal window size on Win32, updated RawPtr() ↵Egor Yusov2018-04-211-0/+8
| | | | method, updated submodules)
* Implemented switching to fullscreen on shift+enter in UWPEgor Yusov2018-04-012-2/+53
|
* Fixed issue with Win32 MessageProc() not checking if g_pTheApp is nullEgor Yusov2018-03-301-3/+6
|
* Improved device orientation/resize handling on AndroidEgor2018-02-182-17/+41
|
* Moved common gradle build settings to android_common.gradleEgor2018-02-172-8/+14
|
* Enabled test app on AndroidEgor2018-02-161-1/+1
|
* Unified Android buildEgor2018-02-1615-1/+321
|
* Implemented simple touch handling on iOSEgor Yusov2018-02-144-12/+72
| | | | 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
* Fixed formatting of cmake files + some minor updatesEgor Yusov2018-02-131-221/+224
|
* Disabled Development Team attribute in iOS cmake build fileDiligentGraphics2018-02-131-1/+1
|
* Added dev team for iOS buildEgor Yusov2018-02-121-0/+1
|
* Added codesign identity for iOS buildEgor Yusov2018-02-121-0/+1
|
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-125-22/+158
|
* Fixed MacOS buildEgor Yusov2018-02-1125-13/+1390
|
* Pushing file missed in the last commitEgor2018-02-111-2/+2
|
* Fixed Android buildEgor2018-02-115-8/+482
|
* Fixed linux buildEgor2018-02-106-7/+289
|
* Reworked win32 and uwp cmake build rulesEgor Yusov2018-02-101-9/+14
|
* Fixed resize window issues in unity appEgor Yusov2018-02-091-1/+0
|
* Reworked UWP app implementationEgor Yusov2018-02-0914-51/+1200
|
* Updated Win32 app implementationEgor Yusov2018-02-071-5/+4
|
* Added WinmainEgor Yusov2018-02-071-0/+145
|
* Reworked Win32 native app implementationEgor Yusov2018-02-073-0/+285