summaryrefslogtreecommitdiff
path: root/src/video/uikit/SDL_uikitviewcontroller.m
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Added support for low latency mouse and keyboard handling in iOS 14Sam Lantinga2020-10-151-2/+2
* Added support for press/release hardware keyboard events in iOS 13.4Sam Lantinga2020-04-081-37/+36
* Miscellaneous pending fixesSam Lantinga2020-01-291-2/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4882 - Fix build for iOS when disabling OpenGLSam Lantinga2019-12-031-0/+2
* iOS: remove some unused code, minor code style cleanup.Alex Szpakowski2019-10-271-11/+10
* Worked around "Undefined symbol: ___isPlatformVersionAtLeast()" link error on...Sam Lantinga2019-06-141-1/+4
* Improved iOS Bluetooth keyboard supportSam Lantinga2019-05-221-6/+45
* Added support for Bluetooth keyboards on iOSSam Lantinga2019-05-201-1/+4
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fixed Chinese IME support (thanks 树子。!)Sam Lantinga2018-09-101-44/+65
* Fixed building on tvOSSam Lantinga2018-02-011-1/+1
* Added SDL_HINT_IOS_HIDE_HOME_INDICATOR to determine how the home indicator on...Sam Lantinga2018-02-011-1/+56
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 4004 - iOS: don't hide keyboard on RETURNSam Lantinga2017-12-191-1/+3
* Fixed iOS keyboard positioning, based on the final position rather than the i...Sam Lantinga2017-09-141-1/+1
* iOS 10: Work around screen bounds orientation bug. Fixes bugs #3465 and #3505.Alex Szpakowski2017-08-181-1/+2
* Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga2017-08-141-1/+1
* iOS: Use modern replacements for deprecated functions, when available.Alex Szpakowski2017-07-151-1/+18
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3305 - Fixed TextInput status when the keyboard was dismissed with ...Sam Lantinga2016-12-021-1/+27
* Fixed bug 3305 - Fixed TextInput status when the keyboard was dismissed with ...Sam Lantinga2016-10-011-0/+1
* Initial Apple TV / tvOS support.Alex Szpakowski2016-09-131-0/+31
* iOS: Also do the Dictation crash workaround before executing the animation ca...Alex Szpakowski2016-04-021-0/+4
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* iOS: show message boxes using the new UIAlertController APIs when supported, ...Alex Szpakowski2015-09-251-6/+0
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed the window offset on iOS when resuming an app with a borderless or full...Alex Szpakowski2015-05-051-31/+16
* Several improvements to the iOS backend:Alex Szpakowski2015-01-151-6/+333
* Minor Objective-C code tweaks.Alex Szpakowski2014-11-271-5/+1
* Fixed mismatching orientations for the window width and height on iOS when th...Alex Szpakowski2014-11-201-39/+2
* Minor code update for less verbosityAlex Szpakowski2014-08-061-4/+3
* Added support for SDL_SetWindowBordered on iOS. Worked around a bug with rota...Alex Szpakowski2014-07-291-7/+3
* 90% of iOS users on the App Store run at least iOS 7, so it doesn't make sens...Alex Szpakowski2014-07-231-5/+0
* Updated the iOS Objective-C code to use NSDictionary/NSArray/NSNumber literal...Alex Szpakowski2014-07-231-3/+1
* Disabled the custom iOS splashscreen code - it interferes with the normal rot...Alex Szpakowski2014-07-171-0/+1
* Properly send a window resize event in all cases when viewDidLayoutSubviews i...Alex Szpakowski2014-07-171-8/+6
* Fixed SDL_HINT_ORIENTATIONS to properly allow disabling custom orientations i...Alex Szpakowski2014-07-161-12/+14
* The iOS 7 transparent status bar now uses white text rather than black.Alex Szpakowski2014-07-161-0/+10
* Changed the way retina resolutions are handled in iOS.Alex Szpakowski2014-07-141-8/+4
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Fixed the status bar visibility in iOS 7Sam Lantinga2013-10-201-0/+9
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-9/+9
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Keep the launch image up until the application has created an OpenGL viewSam Lantinga2012-10-041-15/+0
* Refactored the UIKit mode code into a separate file so it's cleaner and more ...Sam Lantinga2012-09-291-1/+3
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0