1. 065b47b Fix SDL_Window recreation: drmModeSetCrtc() has to be called everytime the EGL and GBM surfaces are recreated. by Manuel Alfayate Corchete · 3 years, 9 months ago
  2. e7e5cf2 Fixed bug 5231 - Fix for hardware cursor: size and alpha-premultiplication. by Sam Lantinga · 3 years, 9 months ago
  3. 82b9ab8 Re-add check for Metal on x86, where it's not supported. by Sam Lantinga · 3 years, 9 months ago
  4. ac41bbe metal: Make sure we have a command buffer available before trying to present. by Ryan C. Gordon · 3 years, 9 months ago
  5. e18861e Patched to compile. by Ryan C. Gordon · 3 years, 9 months ago
  6. bf77d81 winrt: Fix casting a pointer to int. by Ryan C. Gordon · 3 years, 9 months ago
  7. 5dfafb3 egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1 by Ryan C. Gordon · 3 years, 9 months ago
  8. 70d0895 assert: Implement SDL_TriggerBreakpoint for Apple ARM hardware. by Ryan C. Gordon · 3 years, 9 months ago
  9. 393f12d configure: On Apple platforms, only exclude Vulkan on x86. by Ryan C. Gordon · 3 years, 9 months ago
  10. c0fa26a Fixed bug 5232 - SDL2 configure script detects Apple Silicon Macs as iPhones; fails to build due to missing components by Sam Lantinga · 3 years, 9 months ago
  11. 0acebaf Fixed bug 5233 - PS3 Gamepad Motion Control not correctly ignored on Linux by Sam Lantinga · 3 years, 9 months ago
  12. 6197e76 Reuse Wayland connection from availability check by M Stoeckl · 3 years, 9 months ago
  13. 332975b Reuse X11 connection from availability check by M Stoeckl · 3 years, 9 months ago
  14. 449c0c3 Merge VideoBootStrap::available into VideoBootStrap::create by M Stoeckl · 3 years, 10 months ago
  15. 6f60883 fix bug #5228 -- Add AltiVec detection for FreeBSD. by Ozkan Sezer · 3 years, 10 months ago
  16. 88d9659 cmake: Fix building with -DSDL_HAPTIC=Off by stfx · 3 years, 10 months ago
  17. 1431819 configure: corretly print --enable-arm-simd default value. by Ozkan Sezer · 3 years, 10 months ago
  18. f5e14c9 stdinc: Let Clang static analysis see more C runtime functions. by Ryan C. Gordon · 3 years, 10 months ago
  19. 5a3e926 joystick: Linux joysticks now recover better from dropped events. by Ryan C. Gordon · 3 years, 10 months ago
  20. 6d9db15 emscripten: Introduce SDL_HINT_EMSCRIPTEN_ASYNCIFY by Sylvain Beucler · 3 years, 10 months ago
  21. d59d685 emscripten: support pseudo-synchronous screen refresh and events update using asyncify by Sylvain Beucler · 3 years, 10 months ago
  22. 61f06dd configure: Accidentally deleted a ')' by Ryan C. Gordon · 3 years, 10 months ago
  23. 771a843 cmake: Fix Metal detection on macOS/iOS. by Ryan C. Gordon · 3 years, 10 months ago
  24. dd9e0c2 configure/cmake: Disable ARM SIMD and NEON by default. by Ryan C. Gordon · 3 years, 10 months ago
  25. 3f720e2 video: Make SDL_CreateWindow use SDL_Init(SDL_INIT_VIDEO), not SDL_VideoInit. by Ryan C. Gordon · 3 years, 10 months ago
  26. 55a67b7 test: testspriteminimal wasn't calling SDL_Quit() on exit. by Ryan C. Gordon · 3 years, 10 months ago
  27. c37c067 video: Changed SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS to default to FALSE. by Ryan C. Gordon · 3 years, 10 months ago
  28. 07d40b7 cmake: Bump minimum required CMake to 3.0.0 and mark link libraries PRIVATE. by Ryan C. Gordon · 3 years, 10 months ago
  29. 0016a4e cmake: Fix building with -DSDL_SENSOR=Off by stfx · 3 years, 10 months ago
  30. 01ca5b3 cmake: Build Linux-specific files like the configure script does. by Ryan C. Gordon · 3 years, 10 months ago
  31. 80dbf09 cmake: Fix building with -DSDL_POWER=Off by Ryan C. Gordon · 3 years, 10 months ago
  32. 483f020 Fixed bug 5208 - Fix libGL loading on OpenBSD by Sam Lantinga · 3 years, 10 months ago
  33. 71e2946 Fixed bug 5209 - cpuinfo recognize OpenBSD ARM by Sam Lantinga · 3 years, 10 months ago
  34. 7c05736 core/linux/SDL_threadprio.c: fix build against older glibc versions by Ozkan Sezer · 3 years, 10 months ago
  35. 152db42 Fixed bug 5199 - Fix KMSDRM_CreateWindow() segfault when starting LÖVE2D engine. by Sam Lantinga · 3 years, 10 months ago
  36. 30aaca8 Fixed bug 5126 - MinGW compile error SDL_windowssensor.c by Sam Lantinga · 3 years, 10 months ago
  37. a4c9c8a x11: Fix spurious keyboard focus events by James Legg · 3 years, 10 months ago
  38. 29bd499 Reverted comment change in previous commit by Sam Lantinga · 3 years, 10 months ago
  39. 82b78e2 Fixed overflow in surface pitch calculation by Sam Lantinga · 3 years, 10 months ago
  40. edfe6b2 Fix compile without DIRECTX by stfx · 3 years, 10 months ago
  41. 1ad1f93 fix permissions of some project files by Ozkan Sezer · 3 years, 11 months ago
  42. d33f375 fix watcom build of SDL_test_common.c by Ozkan Sezer · 3 years, 11 months ago
  43. 0f4eabf Fixed bug 4938 - Suggestion: rename SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XBGR8888 by Sam Lantinga · 3 years, 11 months ago
  44. 8754b9d Add SDL_SIMDRealloc by Ethan Lee · 3 years, 11 months ago
  45. ebd5f08 Fixed bug 5170 - Build fails when using Visual Studio 2017 with Windows 10 SDK 10.0.19041.0 in uwp by Sam Lantinga · 3 years, 11 months ago
  46. 6281140 Fixed building with Visual Studio 2019 by Sam Lantinga · 3 years, 11 months ago
  47. b6a1020 Fixed bug 5171 - PollEvent impacts performance in 2.0.12 by Sam Lantinga · 3 years, 11 months ago
  48. 859491b Fixed whitespace by Sam Lantinga · 3 years, 11 months ago
  49. 7dd273b Added support for the NACON Revolution Pro Controller 3 and the GameStop PS4 Fun Controller by Sam Lantinga · 3 years, 11 months ago
  50. 9d7ab32 Fixed build by Sam Lantinga · 3 years, 11 months ago
  51. 3cb5aa4 ControllerList: add support for NACON asymetric controller and Revolution 3, Hori mini wireless ps4 controller, and 2 PDP switch controllers by Sam Lantinga · 3 years, 11 months ago
  52. e16b7db ControllerList: remove giotek controller from list - vid/pid appears to be reused in bunch of devies including ones with different fw/protocol and treating as ps4 controller breaks them. by Sam Lantinga · 3 years, 11 months ago
  53. 2d054a7 Controller: Deadzone improvements by Sam Lantinga · 3 years, 11 months ago
  54. d5d9cc7 Define constants not available on older kernels by Sam Lantinga · 3 years, 11 months ago
  55. 9f39f9a Fixed mouse drag with an external mouse on iOS by Sam Lantinga · 3 years, 11 months ago
  56. 4c1c6d0 Fixed exception if getManifestEnvironmentVariables() is called without a current SDL activity by Sam Lantinga · 3 years, 11 months ago
  57. a042a85 Fixed Bluetooth audio output on Apple TV by Sam Lantinga · 3 years, 11 months ago
  58. 96f1313 Fixed bug 5169 - Can not build current sources because of recent thread management changes by Sam Lantinga · 3 years, 11 months ago
  59. 9637b2f Fixed build warning by Sam Lantinga · 3 years, 11 months ago
  60. 72ab2c1 Updated configure with changes from configure.ac by Sam Lantinga · 3 years, 11 months ago
  61. 5cd4900 Make sure SDL_locale.h is included in the Xcode Framework for macOS by Sam Lantinga · 3 years, 11 months ago
  62. 8f15e12 Make sure SDL_locale.h is included in the Xcode Framework for tvOS by Sam Lantinga · 3 years, 11 months ago
  63. 63629dd Make sure SDL_locale.h is included in the Xcode Framework by Sam Lantinga · 3 years, 11 months ago
  64. b7252b8 video: Set window->surface NULL after freeing it. by Ryan C. Gordon · 3 years, 11 months ago
  65. 8168f31 Fixed bug 5168 - Memory leak in RAWINPUT_JoystickOpen by Sam Lantinga · 3 years, 11 months ago
  66. 1913806 Enable Xbox One HIDAPI driver on macOS by Cameron Gutman · 4 years ago
  67. 2e255d5 Fixed bug 5167 - Memory leak in GuessXInputDevice by Sam Lantinga · 3 years, 11 months ago
  68. 3384f7b Fixed whitespace in SDL_vulkan.h by Sam Lantinga · 3 years, 11 months ago
  69. 68d5560 Fixed bug 5147 - KMSDRM: SetWindowFullscreen() failing with SDL_WINDOW_FULLSCREEN_DESKTOP by Sam Lantinga · 3 years, 11 months ago
  70. d63b745 Fixed bug 5113 - SDL_UpdateWindowSurfaceRects BitBlt the entire surface on Win32 by Sam Lantinga · 4 years ago
  71. 1fa548e Fixed bug 5155 - HIDAPI_JoystickDisconnected incorrect array shift by Sam Lantinga · 4 years ago
  72. 86c309a Fixed bug 5105 - sndio support not working in dynamic mode (dlopen) by Sam Lantinga · 4 years ago
  73. bfaba1e Fixed bug 5145 - Fix whitespace in SDL_vulkan.h by Sam Lantinga · 4 years ago
  74. 8d6ee6e cocoa: Change Caps Lock behavior to toggle instead of locking by Cameron Gutman · 4 years ago
  75. 30e46de Fixed bug 5146 - SDL_RenderFillRect doesn't work in DirectFB by Sam Lantinga · 4 years ago
  76. 587f7fc wayland: update pointer position on initial enter event by Tudor Brindus · 4 years ago
  77. 5cfcd98 Don't bother logging security exception getting the device serial number by Sam Lantinga · 4 years ago
  78. 85c1d40 - Added exception handler for the new SecurityException in USBDevice getSerialNumber by Sockmonsters · 4 years ago
  79. f8430b7 The zero happens at a higher level now by Sam Lantinga · 4 years ago
  80. b991942 Initialize the raw_map before getting controller mappings from the driver by Sam Lantinga · 4 years ago
  81. 1378c64 Fixed variable names to be consistent across functions by Sam Lantinga · 4 years ago
  82. 550d1a0 Fixed bug 5161 - Autodetect controller mappings based on the Linux Gamepad Specification by Sam Lantinga · 4 years ago
  83. 7a4179c SDL_blit: Fix undefined bitshift operations by James Legg · 4 years ago
  84. 8e7e9e6 Add Logitech G29 to steering wheel list by Brendan Shanks · 4 years ago
  85. 35374aa wayland: Changed output removal in handle_surface_leave() by Ryan C. Gordon · 4 years ago
  86. 0474257 wayland: Move buffer copy into mime_data_list_add() by Ryan C. Gordon · 4 years ago
  87. a0030e7 wayland: assert that mmap() didn't return NULL. by Ryan C. Gordon · 4 years ago
  88. 7bcf671 Don't include the iOS joystick driver if joysticks are disabled by Sam Lantinga · 4 years ago
  89. b29708d Fixed building with --disable-joystick on iOS by Sam Lantinga · 4 years ago
  90. 4d869dd Fixed building with --disable-joystick on Linux by Sam Lantinga · 4 years ago
  91. 611dbfb Fixed building on iOS with MFI controllers disabled by Sam Lantinga · 4 years ago
  92. 18e8dbb Use nil instead of NULL for Objective-C objects by Sam Lantinga · 4 years ago
  93. 6ec495c Fixed mkdir warning when running iosbuild.sh multiple times by Sam Lantinga · 4 years ago
  94. 4b924fe Fixed building with --disable-joystick on macOS by Sam Lantinga · 4 years ago
  95. a6c6c27 Fixed uninitialized variable warning by Sam Lantinga · 4 years ago
  96. 9171f4a Fixed compiler warning building on FreeBSD by Sam Lantinga · 4 years ago
  97. 64e95be If there isn't a GetGlobalMouseState() implementation, fall back to the normal one. by Sam Lantinga · 4 years ago
  98. c3c77ca Fixed bug 5141 - KMSDRM: manage SDL_GetGlobalMouseState() by Sam Lantinga · 4 years ago
  99. 6deb980 Fixed bug 5140 - KMSDRM: Dynamic vsync toggle does not work by Sam Lantinga · 4 years ago
  100. 90c00aa Fixed iOS build by Sam Lantinga · 4 years ago