summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/Win32/WinMain.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved NativeApp to Tools moduleEgor Yusov2019-11-111-168/+0
* Gracefully handling unsupported device modes (fixed https://github.com/Dilige...Egor Yusov2019-10-261-0/+1
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
* Updated command line format; updated submodulesEgor Yusov2019-04-011-2/+5
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-161-0/+2
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
* Fixed MinGW buildEgor Yusov2018-12-141-8/+15
* Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov2018-04-211-0/+8
* Fixed issue with Win32 MessageProc() not checking if g_pTheApp is nullEgor Yusov2018-03-301-3/+6
* Fixed linux buildEgor2018-02-101-1/+1
* Reworked UWP app implementationEgor Yusov2018-02-091-6/+6
* Updated Win32 app implementationEgor Yusov2018-02-071-5/+4
* Added WinmainEgor Yusov2018-02-071-0/+145