summaryrefslogtreecommitdiff
path: root/include/SDL_config_android.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Initial Android OpenSL ES implementation, contributed by ANTASam Lantinga1-0/+1
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-08-21First pass on the new SDL sensor APISam Lantinga1-0/+3
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-0/+1
2018-08-04SDL_expEthan Lee1-0/+2
2018-01-17SDL_log10Ethan Lee1-0/+2
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-11-04Added SDL_fmod() and SDL_fmodf()Sam Lantinga1-4/+16
2017-10-12Android doesn't have libunwind.h in API 16Sam Lantinga1-1/+0
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-1/+1
2017-09-09Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...Sam Lantinga1-6/+7
2017-08-28Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga1-4/+4
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+8
2017-08-12Fixed bug 3191 - haptic system on android?Sam Lantinga1-1/+1
2017-02-20Updated config headers to override the base SDL_config.h if both are includedSam Lantinga1-0/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-10-14Fixed bug 2758 - Android issues with NDK r10c and API-21Sam Lantinga1-0/+3
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-06-19Android has clock_gettime() - thanks Michael Labbe!Sam Lantinga1-0/+1
2015-06-17Partial fix for bug 2758 - Android issues with NDK r10c and API-21Sam Lantinga1-3/+0
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-08-17Removed SDL_round() because the license wasn't compatible with zlibSam Lantinga1-1/+0
2014-08-16Added SDL_round(), contributed by Benoit Pierre - thanks!Sam Lantinga1-0/+1
2014-08-11Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_An...Sam Lantinga1-2/+2
2014-06-07Added SDL_sqrtf(), SDL_tan(), SDL_tanf()Sam Lantinga1-0/+3
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24We don't need to check for snprintf() anymore, we don't use it.Ryan C. Gordon1-1/+0
2013-11-24Added SDL_vsscanf().Ryan C. Gordon1-1/+1
2013-12-16[Android] Define SDL_VIDEO_OPENGL_ES2Gabriel Jacobo1-0/+1
2013-12-09Hook up SDL_acos and SDL_asin properly.Ryan C. Gordon1-0/+2
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon1-0/+3
2013-08-19Fixes bug #2037, common EGL code for Android and X11Gabriel Jacobo1-0/+1
2013-07-06Fixed bug 1911 - enable HAVE_GCC_ATOMICS for android platformSam Lantinga1-0/+2
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-78/+78
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-09-23Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android.Sam Lantinga1-1/+4
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-25SDL 1.3 requires a 64-bit type for the platform.Sam Lantinga1-13/+0
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-06Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_gle...Sam Lantinga1-0/+1
2011-02-05Fixed permissions on the Android config header.Sam Lantinga1-0/+0
2011-01-06Build the SDL library as a shared object on Android, so it will work correctl...Sam Lantinga1-1/+1
2011-01-04Fixed 2D video on AndroidSam Lantinga1-15/+14
2011-01-01Android has atan() and atan2()Sam Lantinga1-0/+2
2010-07-27- Cleaned up a bunch of codePaul Hunkin1-1/+1
2010-07-27Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuffPaul Hunkin1-4/+73
2010-07-27Updated test app to init the sound systemPaul Hunkin1-1/+1
2010-06-10Added (partially implemented) android video backend and associated files need...Paul Hunkin1-1/+5