summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Apple/Source/Classes/OSX (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved NativeApp to Tools moduleEgor Yusov2019-11-1116-1151/+0
* MacOS app: fixed app titlesEgor Yusov2019-10-266-20/+9
* MacOS app: added limitation on the minimum window sizeEgor Yusov2019-10-131-0/+1
* 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-011-83/+23
* MacOS app: using Command+f or Command+Enter to toggle fullscreen mode instead...Egor Yusov2019-10-011-9/+29
* NativeAppMacOS: enabled shift/ctrl/alt press handlingEgor Yusov2019-05-181-0/+20
* NativeApp: added key released event handling on MacOSEgor Yusov2019-05-171-4/+22
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-162-4/+4
* Couple of minor changesEgor Yusov2019-01-062-3/+1
* Updated copyright noticeEgor Yusov2019-01-068-8/+8
* 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-0611-186/+384
* Reworked MacOS Vulkan mode to use CAMetalLayer instead of MetalKitViewEgor Yusov2019-01-035-152/+119
* 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 API selection on MacEgor Yusov2018-12-263-20/+108
* Fixed swap chain size scaling on MacEgor Yusov2018-12-263-5/+6
* Imprved MacOS app implementation: unified functionality common for GL and VulkanEgor Yusov2018-12-2613-85/+324
* Improved implementation of Vulkan mode in Mac native appEgor Yusov2018-12-266-63/+123
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-253-1/+132
* Added the information dialog box when the app cannot run on MacEgor Yusov2018-02-133-12/+50
* Fixed MacOS buildEgor Yusov2018-02-118-0/+629