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