Age | Commit message (Expand) | Author | Files | Lines |
2018-08-21 | Added the iOS sensor implementation | Sam Lantinga | 1 | -2/+2 |
2018-08-21 | Added a dummy sensor driver | Sam Lantinga | 1 | -0/+3 |
2018-08-09 | Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N... | Sam Lantinga | 1 | -0/+1 |
2018-08-04 | SDL_exp | Ethan Lee | 1 | -0/+2 |
2018-01-17 | SDL_log10 | Ethan Lee | 1 | -0/+2 |
2018-01-03 | Updated copyright for 2018 | Sam Lantinga | 1 | -1/+1 |
2017-12-07 | Fixed building for simulators or older iOS SDKs | Sam Lantinga | 1 | -5/+12 |
2017-12-07 | Fixed compiling Metal renderer on iOS | Sam Lantinga | 1 | -1/+2 |
2017-11-04 | Added SDL_fmod() and SDL_fmodf() | Sam Lantinga | 1 | -2/+15 |
2017-11-04 | Fixed using libunwind on iOS, where it's only available on the simulator (tha... | Sam Lantinga | 1 | -1/+2 |
2017-10-12 | Added functions to query and set the SDL memory allocation functions: | Sam Lantinga | 1 | -1/+1 |
2017-09-21 | iOS: Fix compiling using the iOS 7 SDK, partially broken since MoltenVK suppo... | Alex Szpakowski | 1 | -2/+2 |
2017-09-09 | Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on... | Sam Lantinga | 1 | -6/+7 |
2017-08-28 | Be clear that disabling Vulkan surface support disables the entire SDL Vulkan... | Sam Lantinga | 1 | -3/+3 |
2017-08-27 | vulkan: Initial Vulkan support! | Ryan C. Gordon | 1 | -0/+7 |
2017-02-20 | Updated config headers to override the base SDL_config.h if both are included | Sam Lantinga | 1 | -0/+1 |
2017-01-01 | Updated copyright for 2017 | Sam Lantinga | 1 | -1/+1 |
2016-11-20 | Renaming of guard header names to quiet -Wreserved-id-macro | Sam Lantinga | 1 | -3/+3 |
2016-09-25 | Enable SDL_LoadObject on iOS 8+ and tvOS. | Alex Szpakowski | 1 | -5/+1 |
2016-01-02 | Updated copyright to 2016 | Sam Lantinga | 1 | -1/+1 |
2015-09-20 | Added initial support for MFi game controllers on iOS. | Alex Szpakowski | 1 | -4/+4 |
2015-05-26 | Updated the copyright year to 2015 | Sam Lantinga | 1 | -1/+1 |
2015-01-15 | Several improvements to the iOS backend: | Alex Szpakowski | 1 | -0/+3 |
2014-08-05 | Haptics aren't available on iOS, but use the dummy implementation instead of ... | Sam Lantinga | 1 | -1/+1 |
2014-06-25 | Fixed bug 2603 - iOS: update joystick accelerometer code to use CoreMotion in... | Sam Lantinga | 1 | -1/+1 |
2014-06-21 | Fixed bug 2563 - Remove obsolete code for supporting iOS < 5 | Sam Lantinga | 1 | -0/+1 |
2014-06-07 | Added SDL_sqrtf(), SDL_tan(), SDL_tanf() | Sam Lantinga | 1 | -0/+3 |
2014-02-02 | Fixed bug 2374 - Update copyright for 2014... | Sam Lantinga | 1 | -1/+1 |
2013-11-24 | We don't need to check for snprintf() anymore, we don't use it. | Ryan C. Gordon | 1 | -1/+0 |
2013-11-24 | Added SDL_vsscanf(). | Ryan C. Gordon | 1 | -1/+1 |
2013-12-09 | Hook up SDL_acos and SDL_asin properly. | Ryan C. Gordon | 1 | -0/+2 |
2013-08-20 | Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. | Ryan C. Gordon | 1 | -0/+3 |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 1 | -79/+79 |
2013-02-15 | Happy New Year! | Sam Lantinga | 1 | -1/+1 |
2011-12-31 | Happy New Year! | Sam Lantinga | 1 | -1/+1 |
2011-10-14 | Specify joystick (accelerometer) support for iOS in the config header. | Ryan C. Gordon | 1 | -0/+3 |
2011-08-29 | Fixed missing audio on iOS. | Ryan C. Gordon | 1 | -1/+1 |
2011-04-08 | SDL 1.3 is now under the zlib license. | Sam Lantinga | 1 | -19/+18 |
2011-03-25 | SDL 1.3 requires a 64-bit type for the platform. | Sam Lantinga | 1 | -12/+0 |
2011-02-11 | Happy 2011! :) | Sam Lantinga | 1 | -1/+1 |
2011-02-06 | Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruck | Sam Lantinga | 1 | -0/+1 |
2011-01-21 | HAVE_GCC_ATOMICS covers the test and set | Sam Lantinga | 1 | -1/+0 |
2011-01-21 | Yeah, go iPhone! | Sam Lantinga | 1 | -0/+1 |
2011-01-16 | Added native atomic operations for Windows, Mac OS X, and gcc compiler intrin... | Sam Lantinga | 1 | -0/+2 |
2011-01-15 | Added some missing config for the iPhone | Sam Lantinga | 1 | -0/+3 |
2010-07-07 | Updated iPhone keyboard code (which builds and runs on the iPad and iPhone si... | Sam Lantinga | 1 | -5/+2 |
2010-04-30 | Implemented SDL power APIs for iPhoneOS. | Ryan C. Gordon | 1 | -1/+1 |
2010-01-24 | Fixed bug #926 | Sam Lantinga | 1 | -1/+1 |
2010-01-13 | Allow configure to override assertion settings, but by default this comes fro... | Sam Lantinga | 1 | -3/+0 |
2010-01-13 | The config sets the default assertion level so people can override it for the... | Sam Lantinga | 1 | -1/+1 |