summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Merge SDL-ryan-batching-renderer branch to default.Ryan C. Gordon3-2/+220
2018-10-23render: Add floating point versions of various draw APIs.Ryan C. Gordon2-2/+170
2018-10-26Don't build SDL_JOYSTICK_HIDAPI by default on iOSSam Lantinga1-1/+1
2018-10-25Generalized the XInput user index into a player indexSam Lantinga2-5/+20
2018-10-25Added SDL_JoystickGetXInputUserIndex()Sam Lantinga1-0/+5
2018-10-04render: Added SDL_RenderFlush().Ryan C. Gordon1-0/+25
2018-09-20render: Move to a batching system for rendering (work in progress).Ryan C. Gordon1-0/+25
2018-09-05Fixed a comment typo.Ryan C. Gordon1-1/+1
2018-08-29Don't rumble Bluetooth PS4 controllers by default, as that switches the contr...Sam Lantinga1-0/+15
2018-08-24vulkan: SDL_Vulkan_GetInstanceExtensions should accept a NULL window.Jeremy Ong1-4/+9
2018-08-23Added documentation for additional Android sensorsSam Lantinga1-1/+7
2018-10-15SDL_power.c: Adjust SDL_POWER_DISABLED ifdefs to avoid zero-size arrayOzkan Sezer1-0/+1
2018-10-14add a minimal config and makefile to test watcom/os2 builds.Ozkan Sezer2-1/+172
2018-10-12SDL_thread.h: undefine SDL_CreateThreadWithStackSize before redefining.Ozkan Sezer1-0/+2
2018-10-11thread: make SDL_CreateThreadWithStackSize() a public API.Ryan C. Gordon2-1/+37
2018-10-03Update documentation to note that this hint works on Android too (thanks Trent!)Sam Lantinga1-1/+1
2018-10-01commit c6b28f46b8116552ec2b38d1d3c8535df28ba7a1Sam Lantinga1-1/+2
2018-08-22Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga3-12/+103
2018-08-21Doh.. __IPHONEOS__ is defined on tvOSSam Lantinga1-3/+3
2018-08-21Don't use CoreMotion on tvOSSam Lantinga1-0/+4
2018-08-21Moved SDL_IsTablet() to a cross-platform API functionSam Lantinga1-9/+5
2018-08-21Added the iOS sensor implementationSam Lantinga1-2/+2
2018-08-21Fixed duplicate definition of SDL_JoystickIDSam Lantinga1-2/+1
2018-08-21Added a dummy sensor driverSam Lantinga10-6/+38
2018-08-21First pass on the new SDL sensor APISam Lantinga4-1/+222
2018-08-21Add SDL_IsTablet() to Android and iOS SDL.Sam Lantinga1-0/+9
2018-08-15Use a single hint for both Xbox 360 and Xbox One controllers, since they are ...Sam Lantinga1-13/+2
2018-08-09Re-enabled the HIDAPI joystick driver on Windows and Mac OS XSam Lantinga2-2/+2
2018-08-09SDL: disable HIDAPI in SDL on Windows/Mac.Sam Lantinga2-2/+2
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga10-7/+117
2018-08-04SDL_expEthan Lee11-0/+21
2018-07-12Allow trapping the back button so right mouse click can work on some Android ...Sam Lantinga2-0/+22
2018-05-04Fix Linux haptic scaling, add 2.1 FIXMEEthan Lee1-0/+11
2018-09-28configury, cmake: add check for endpointvolume.h :Ozkan Sezer4-0/+16
2018-09-27Fixed bug 4277 - warnings patchSam Lantinga2-3/+3
2018-09-26Updated version to 2.0.9Sam Lantinga1-1/+1
2018-09-24Fixed bug 4264 - SDL_CreateTextureFromSurface generates error message but ret...Sam Lantinga1-0/+7
2018-09-14Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK...Sam Lantinga1-0/+10
2018-09-07SDL_sensor.h, SDL_video.h: remove comma at end of enumerator lists.Ozkan Sezer2-3/+3
2018-06-18Added support for external mouse in Samsung DeX modeSam Lantinga1-0/+5
2018-06-05Added SDL_IsChromebook() to determine if we're running on a Chromebook.Sam Lantinga1-0/+5
2018-05-16audio: Added ARM NEON versions of audio converters.Ryan C. Gordon1-0/+3
2018-05-21cpuinfo: Added SDL_HasAVX512F().Ryan C. Gordon1-0/+5
2018-05-21cpuinfo: Added some internal SIMD-aligned allocation functions.Ryan C. Gordon1-1/+0
2018-05-10SDL_stdinc.h: move the alloca() includes before begin_code.hOzkan Sezer1-23/+22
2018-05-07Fixed bug 4159 - Windows headers are included after packing alignment changeSam Lantinga1-6/+6
2018-04-23Added SDL_THREAD_PRIORITY_TIME_CRITICALSam Lantinga1-2/+3
2018-04-23Added SDL_LinuxSetThreadPriority() to directly set the priority of a Linux th...Sam Lantinga1-0/+12
2018-03-10Fixed bug 4103 - SDL_cpuinfo.h provokes warnings with -Wundef on non-x86 hostsSam Lantinga1-2/+2
2018-03-07Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a cont...Sam Lantinga1-0/+8