summaryrefslogtreecommitdiff
path: root/src/video/uikit
AgeCommit message (Expand)AuthorFilesLines
2019-04-17iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployme...Alex Szpakowski4-13/+4
2019-04-05https://bugzilla.libsdl.org/show_bug.cgi?id=4577Sam Lantinga1-9/+10
2019-04-02Bug 4576: remove touch/mouse duplication for IOSSylvain Becker1-27/+2
2019-03-19Added support for building SDL as a dynamic library on iOSSam Lantinga1-2/+12
2019-03-12[iOS DAC] Fix touch events getting from SDL2 to source2.Sam Lantinga1-0/+21
2019-01-04Updated copyright for 2019Sam Lantinga27-27/+27
2018-11-10Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).Alex Szpakowski1-4/+49
2018-10-14iOS: Don't ignore the requested alpha bit size when determining whether to us...Alex Szpakowski1-1/+1
2018-10-12metal: Fix high dpi and resizing on macOS, and clean up iOS code. Fixes bug #...Alex Szpakowski1-8/+9
2018-09-24Fixed whitespaceSam Lantinga3-20/+20
2018-09-10Fixed Chinese IME support (thanks 树子。!)Sam Lantinga1-44/+65
2018-09-10Fixed building on tvOSSam Lantinga1-0/+2
2018-08-22Moved display orientation handling on iOS out to a separate function for Qt appsSam Lantinga3-45/+59
2018-08-22Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga1-0/+21
2018-08-21Moved SDL_IsTablet() to a cross-platform API functionSam Lantinga1-2/+2
2018-08-21Add SDL_IsTablet() to Android and iOS SDL.Sam Lantinga1-0/+11
2018-05-27metal: contrary to documentation, we need to set the drawableSize explicitly.Ryan C. Gordon1-2/+2
2018-05-18Merged latest changes from Steam Link appSam Lantinga1-0/+2
2018-03-02Fixed setting the layer drawable sizeSam Lantinga1-3/+10
2018-02-21Fix high-dpi support on macOS and simplify it and iOS variant.Mark Callow2-23/+10
2018-02-12revert the recent typecast assignment changes (see bug #4079)sezero1-1/+2
2018-02-06Send Apple TV remote input as key events unless it's opened as a joystick, to...Sam Lantinga1-40/+43
2018-02-06Replaced SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS with SDL_HINT_TV_REMOT...Sam Lantinga1-18/+21
2018-02-01Fixed building on tvOSSam Lantinga1-1/+1
2018-02-01Added SDL_HINT_IOS_HIDE_HOME_INDICATOR to determine how the home indicator on...Sam Lantinga3-1/+72
2018-01-30Fixed ISO C99 compatibilitySam Lantinga1-2/+1
2018-01-17Added a hint SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS to prevent turning...Sam Lantinga1-16/+19
2018-01-03Updated copyright for 2018Sam Lantinga27-27/+27
2017-12-19Fixed bug 4004 - iOS: don't hide keyboard on RETURNSam Lantinga1-1/+3
2017-12-08Fixed compiler warningSam Lantinga1-1/+1
2017-12-07Fixed building for simulators or older iOS SDKsSam Lantinga2-2/+6
2017-12-07Fixed compiling Metal renderer on iOSSam Lantinga1-0/+4
2017-12-07The Metal view is a full SDL_uikitview to support multi-touchSam Lantinga2-16/+1
2017-09-21iOS MoltenVK code style cleanup.Alex Szpakowski2-40/+41
2017-09-20Reverted Alex's commit 4f3f29b6b666 - we're about to release 2.0.6, don't rem...Sam Lantinga4-2/+14
2017-09-20iOS: I don't think SDL compiles with the iOS 7 SDK anymore, so we might as we...Alex Szpakowski4-14/+2
2017-09-20iOS: remove an unused static variableAlex Szpakowski1-4/+0
2017-09-14Fixed iOS keyboard positioning, based on the final position rather than the i...Sam Lantinga1-1/+1
2017-08-31Code style cleanup in the Cocoa and UIKit vulkan files.Alex Szpakowski1-12/+17
2017-08-28Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.hSam Lantinga1-1/+1
2017-08-28Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga8-24/+26
2017-08-28Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga4-7/+7
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon5-0/+484
2017-08-18iOS 10: Work around screen bounds orientation bug. Fixes bugs #3465 and #3505.Alex Szpakowski2-3/+27
2017-08-15Improve iOS keyboard demo code a bit.Alex Szpakowski1-6/+4
2017-08-14Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga2-2/+2
2017-08-12iOS: Fix app orientation when creating a landscape fullscreen window with the...Alex Szpakowski1-0/+8
2017-07-15iOS: Use modern replacements for deprecated functions, when available.Alex Szpakowski3-9/+26
2017-06-10Expose display refresh rate on iOS/tvOS 10.3+.Alex Szpakowski1-12/+24
2017-05-09Added support for mixing Qt and SDL on iOSSam Lantinga1-31/+14