summaryrefslogtreecommitdiff
path: root/src/video/uikit
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5524 - Pass NSString to NSLog()Sam Lantinga2021-02-011-1/+4
* Updated copyright for 2021Sam Lantinga2021-01-0227-27/+27
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-096-6/+0
* uikit: Don't implement main() twice for iOS static libs.Ryan C. Gordon2020-11-101-8/+0
* uikit: Patched to compile on older iOS SDKs.Ryan C. Gordon2020-11-081-1/+1
* Allow more than one window on iOS as long as they're on different displaysSam Lantinga2020-10-151-6/+6
* Use a high priority dispatch queue for GCKeyboard and GCMouse events for the ...Sam Lantinga2020-10-151-1/+9
* Added support for low latency mouse and keyboard handling in iOS 14Sam Lantinga2020-10-155-55/+329
* Only watch for display connect/disconnect events while the video subsystem is...Sam Lantinga2020-10-092-20/+42
* Removed unused variableSam Lantinga2020-10-081-1/+0
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-083-6/+45
* Fixed whitespaceSam Lantinga2020-10-081-7/+7
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-7/+1
* Fixed mouse drag with an external mouse on iOSSam Lantinga2020-06-081-4/+7
* Fixed building with --disable-joystick on iOSSam Lantinga2020-05-271-0/+6
* Fixed running on older versions of iOSSam Lantinga2020-04-271-3/+5
* Added support for mousewheel on iOSSam Lantinga2020-04-141-0/+30
* Fixed mouse button mapping on iOSSam Lantinga2020-04-131-11/+33
* Fixed mouse button mapping on iOSSam Lantinga2020-04-131-2/+15
* Implemented left/right mouse click detection on iOSSam Lantinga2020-04-131-4/+15
* Hide the mouse cursor appropriately on iOSSam Lantinga2020-04-132-0/+9
* Make sure we're using the bounds of the view for our mouse regionSam Lantinga2020-04-131-1/+1
* Don't build iOS mouse support on Apple TVSam Lantinga2020-04-132-8/+8
* Added support for new mouse APIs in iOS 13.4Sam Lantinga2020-04-132-66/+135
* metal: Added some support interfaces to Apple's Metal API (thanks, Caleb!).Ryan C. Gordon2020-04-104-4/+13
* Added support for press/release hardware keyboard events in iOS 13.4Sam Lantinga2020-04-082-84/+82
* Fixed Bug 4883, redux - connect SDL_GetDisplayDPI to UIKit_GetDisplayDPIDavid Ludwig2020-03-281-0/+1
* Fixed compile warningSam Lantinga2020-03-161-1/+0
* Fixed buildSam Lantinga2020-01-301-0/+1
* Export SDL functions for iOS application delegatesSam Lantinga2020-01-301-4/+0
* Miscellaneous pending fixesSam Lantinga2020-01-291-2/+2
* Updated copyright date for 2020Sam Lantinga2020-01-1627-27/+27
* Update for bug 4883 - Add approximation for display DPI on iOSSam Lantinga2019-12-161-1/+1
* Fixed bug 4883 - Add approximation for display DPI on iOSSam Lantinga2019-12-082-3/+167
* Fixed bug 4882 - Fix build for iOS when disabling OpenGLSam Lantinga2019-12-038-2/+20
* iOS: remove some unused code, minor code style cleanup.Alex Szpakowski2019-10-271-11/+10
* iOS: replace a deprecated function call with a non-deprecated equivalent.Alex Szpakowski2019-10-271-1/+1
* Removed unused variableSam Lantinga2019-10-171-1/+0
* iOS: Fix issues with Split VIew on iPad (bugs #4586, #4705).Alex Szpakowski2019-08-151-2/+13
* Fixed bug 4747 - [Patch] SDL_ShowMessageBox ignores BUTTON_RETURNKEY_DEFAULT ...Sam Lantinga2019-08-051-0/+4
* Add public APIs for creating a Metal view attached to an SDL window. Add SDL_...Alex Szpakowski2019-08-054-24/+51
* Fix bug where the wrong button was the default in the old message box because...Sam Lantinga2019-08-021-4/+20
* Add a windowID field to SDL_TouchFingerEvent (bug #4331).Alex Szpakowski2019-08-011-3/+3
* Copypaste SDL_NSLog to UIKit backend, document it as suchEthan Lee2019-07-171-0/+6
* iOS: Fix the window size not being set properly when Split View is used on an...Alex Szpakowski2019-07-011-2/+9
* iOS: remove some code which could affect the state of UIViews that aren't own...Alex Szpakowski2019-06-161-21/+0
* Worked around "Undefined symbol: ___isPlatformVersionAtLeast()" link error on...Sam Lantinga2019-06-142-2/+8
* iOS: Remove didAddSubview override in NSWindow, its code breaks things which ...Alex Szpakowski2019-06-121-14/+0
* Fixed bug 4570 - Support Vulkan Portability rather than MoltenVK specificallySam Lantinga2019-06-111-13/+28
* Fixed bug 4658 - iOS 12 fullscreen flag and SDL_HINT_IOS_HIDE_HOME_INDICATOR ...Sam Lantinga2019-06-094-13/+22