..
SDL_cocoaclipboard.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoaclipboard.m
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoaevents.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoaevents.m
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoakeyboard.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoakeyboard.m
cocoa: Check for capslock in -[NSResponder flagsChanged], not with IOKit.
2019-06-26 13:21:43 -04:00
SDL_cocoamessagebox.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoamessagebox.m
Fix bug where the wrong button was the default in the old message box because buttons were added backwards, breaking the indexing used by GetButtonIndex.
2019-08-02 17:19:50 -07:00
SDL_cocoametalview.h
macOS: Fix asserts in SDL_Render's metal scissor code when the window is resized.
2019-10-13 15:18:28 -03:00
SDL_cocoametalview.m
macOS: Fix asserts in SDL_Render's metal scissor code when the window is resized.
2019-10-13 15:18:28 -03:00
SDL_cocoamodes.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoamodes.m
macOS: Expose high dpi-capable display modes on macOS 10.13+.
2019-10-24 20:15:54 -03:00
SDL_cocoamouse.h
cocoa: Patched to compile and also handle possible malloc failure.
2019-06-18 16:53:49 -04:00
SDL_cocoamouse.m
cocoa: Another attempt at mouse vs touch support.
2019-07-08 13:41:01 -04:00
SDL_cocoamousetap.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoamousetap.m
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoaopengl.h
cocoa: ignore compiler warnings about OpenGL being deprecated.
2019-06-14 21:18:53 -04:00
SDL_cocoaopengl.m
macOS: Fix SDL_GL_CreateContext/MakeCurrent on non-main threads causing a Main Thread Checker warning when built with Xcode 11 / the macOS 10.15 SDK.
2019-07-13 17:04:02 -03:00
SDL_cocoaopengles.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoaopengles.m
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoashape.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoashape.m
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoavideo.h
Fixed bug 4745 - 2.0.10 fails to build against macOS 10.11 SDK
2019-07-30 10:04:46 -07:00
SDL_cocoavideo.m
Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h.
2019-08-05 12:35:32 -03:00
SDL_cocoavulkan.h
Updated copyright for 2019
2019-01-04 22:01:14 -08:00
SDL_cocoavulkan.m
Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h.
2019-08-05 12:35:32 -03:00
SDL_cocoawindow.h
macOS: Fix SDL_GL_CreateContext/MakeCurrent on non-main threads causing a Main Thread Checker warning when built with Xcode 11 / the macOS 10.15 SDK.
2019-07-13 17:04:02 -03:00
SDL_cocoawindow.m
cocoa: Implement SDL_WINDOW_ALWAYS_ON_TOP support (thanks, Gabriel!).
2019-10-15 00:59:10 -04:00