summaryrefslogtreecommitdiff
path: root/src/video/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5524 - Pass NSString to NSLog()Sam Lantinga2021-02-011-1/+4
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-262-2/+2
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-253-3/+3
* Fixed bug 5449 - SDL_DROPFILE update mouse location of drop in CocoaSam Lantinga2021-01-071-0/+10
* Updated copyright for 2021Sam Lantinga2021-01-0228-28/+28
* Fixed bug 5431 - SDL_Metal_GetDrawableSize is inaccurate for high dpi display...Sam Lantinga2021-01-021-3/+17
* more "'for' loop initial declarations are only allowed in C99 mode" fixesOzkan Sezer2020-12-171-1/+2
* Fixed compile warningSam Lantinga2020-12-131-2/+2
* remove a few stale NULL message/title checks after commit 155a6d4ff25dOzkan Sezer2020-12-101-3/+3
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-099-10/+1
* cocoa: Cut and paste from HTML strikes again!Ryan C. Gordon2020-10-081-1/+1
* Fix https://bugzilla.libsdl.org/show_bug.cgi?id=5306Ozkan Sezer2020-10-091-11/+4
* Fix https://bugzilla.libsdl.org/show_bug.cgi?id=4877#c2Ozkan Sezer2020-10-091-1/+7
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-081-1/+1
* Fix SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH=1 on Metal windowsCameron Gutman2020-09-052-0/+5
* Patched to compile.Ryan C. Gordon2020-07-161-0/+1
* egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1Ryan C. Gordon2020-07-161-0/+2
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-7/+1
* cocoa: Change Caps Lock behavior to toggle instead of lockingCameron Gutman2020-05-251-4/+2
* Use nil instead of NULL for Objective-C objectsSam Lantinga2020-05-271-2/+2
* Fixed uninitialized variable warningSam Lantinga2020-05-271-2/+2
* Fixed bug 5098 - macOS CreateWindowFrom doesn't work with high-dpi displaysSam Lantinga2020-05-111-0/+15
* locale: Implemented SDL_GetPreferredLocales().Ryan C. Gordon2020-05-041-0/+12
* metal: Added some support interfaces to Apple's Metal API (thanks, Caleb!).Ryan C. Gordon2020-04-104-4/+13
* cocoa: Patched to compile.Ryan C. Gordon2020-04-071-1/+1
* cocoa: allow calling CreateWindowFrom on an NSViewMichael Maltese2020-03-254-33/+30
* cocoa: OpenGL setView and update must be used on main thread (thanks, Tim!).Ryan C. Gordon2020-04-072-11/+29
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* Fixed bug 5073 - SDL does not handle URL Schemes in MacOSSam Lantinga2020-04-051-0/+14
* cocoa: Just update the OpenGL context directly if on the main thread.Ryan C. Gordon2020-03-261-1/+5
* Fixed building back to Mac OSX using the 10.7 SDKSam Lantinga2020-03-231-0/+7
* [NSOpenGLContext update[ is prohibited outside the main threadEmir Marincic2020-03-201-1/+1
* Fixed whitespaceSam Lantinga2020-03-011-5/+5
* Fixed bug 4369 - Going fullscreen with green knob in MacOS freezes app for 15...Sam Lantinga2020-03-012-1/+7
* cocoa: Make sure wait for button enable can't be infinite.Ryan C. Gordon2020-02-231-1/+1
* cocoa: Removed a debug printf that was accidentally committed.Ryan C. Gordon2020-02-231-2/+0
* cocoa: When exiting a fullscreen space, wait for window state to normalize.Ryan C. Gordon2020-02-211-0/+18
* mac: Wait a bit before activating app at startup.Ryan C. Gordon2020-02-121-0/+1
* Attempt to make version detection safe for Mac OS X < 10.10Sam Lantinga2020-02-111-2/+4
* Workaround for bug 4822 - Broken visual output in full screen mode with OS X ...Sam Lantinga2020-02-111-4/+9
* Miscellaneous pending fixesSam Lantinga2020-01-293-3/+5
* cocoa: Fix command line apps' menu bar not working on macOS Catalina.Ryan C. Gordon2020-01-271-0/+5
* Updated copyright date for 2020Sam Lantinga2020-01-1628-28/+28
* Added new HIDAPI driver files to the Xcode projectsSam Lantinga2019-12-191-2/+2
* cocoa: Patched to compile on older compilers.Ryan C. Gordon2019-12-051-1/+1
* cocoa: SDL_GetDisplayDPI() should account for Retina displays.Ryan C. Gordon2019-12-041-7/+21
* Fixed bug 4877 - Add support for loading menus from a nib/xib instead of buil...Sam Lantinga2019-12-031-2/+30
* macOS: more robust detection and switching of exclusive-fullscreen display mo...Alex Szpakowski2019-10-262-96/+198
* macOS: Expose high dpi-capable display modes on macOS 10.13+.Alex Szpakowski2019-10-241-9/+89
* cocoa: Implement SDL_WINDOW_ALWAYS_ON_TOP support (thanks, Gabriel!).Ryan C. Gordon2019-10-151-1/+13