Commit Graph

  • bc623d1af6 Moved mouse/keyboard detection to a separate thread on Windows Sam Lantinga 2026-02-16 10:35:38 -08:00
  • a98e49409e Don't re-query HID device vendor and product Sam Lantinga 2026-02-16 10:02:16 -08:00
  • 8535936401 win32: Fix composition UI being displayed when IME is disabled Cameron Gutman 2026-02-14 15:29:12 -06:00
  • ad60fa07d7 gpu: Add LogWarn to Vulkan OpenXR load failure, to match D3D12 Ethan Lee 2026-02-16 11:46:20 -05:00
  • 149abe8f85 n3ds: Don't put audio thread in system core on Old 3DS systems NateXS 2026-02-16 08:34:08 -06:00
  • 225fb12ae1 Hide deprecation message for controllerPausedHandler (which is still needed for backwards compatibility) DominusExult 2026-02-15 17:21:32 +01:00
  • 0270da4d1f Use AV capture methods available since iOS 7 DominusExult 2026-02-15 17:20:49 +01:00
  • 016a1b87a6 Hide deprecation warnings on statusBarOrientation, statusBarHidden, statusBarStyle DominusExult 2026-02-15 17:19:59 +01:00
  • 5d1e390a9c Hiding OpenGLES API deprecation since iOS 12.0 warning DominusExult 2026-02-15 17:19:06 +01:00
  • 8d2b6c09c5 undefine ADD_TRIANGLE macro definition Gokul Mittal 2026-02-15 21:27:20 +05:30
  • 10b524c7cc hints: Rename SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE. Ryan C. Gordon 2026-02-13 14:31:45 -05:00
  • fc570a1a1c render: opengl and opengles2 renderers try to disable GL_FRAMEBUFFER_SRGB. Ryan C. Gordon 2026-02-13 14:22:22 -05:00
  • ead67481c0 video: Only set GL_FRAMEBUFFER_SRGB state if the hint requests it. Ryan C. Gordon 2026-02-13 14:14:40 -05:00
  • c381b2bdfa Use 20 ms as the default audio buffer size on Android Sam Lantinga 2026-02-13 14:32:46 -08:00
  • ab50f30bb1 Added code to detect memory overwrites on Windows Sam Lantinga 2026-02-13 13:53:25 -08:00
  • e049fff360 Fix testime to pass window coordinates to SDL_SetTextInputArea(). Also moved the area closer to the bottom so the panning of the screen can be observed on Android and iOS. DominusExult 2026-02-13 15:09:33 +01:00
  • 46e553a44c Add support for new Steam Controller on Android (#15044) Rachel Blackman 2026-02-12 17:39:15 -08:00
  • f1dd6db701 Removed unnecessary log message Sam Lantinga 2026-02-12 16:41:07 -08:00
  • 79f5f674bd Use the correct report format for BLE Steam Controller reports Sam Lantinga 2026-02-12 16:02:21 -08:00
  • 7b27056ea0 Fixed Steam Controller BLE report size Sam Lantinga 2026-02-12 15:52:31 -08:00
  • 9b7f55be89 Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS Sam Lantinga 2026-02-12 15:49:49 -08:00
  • 0b1c592fda Steam Controller report 0x45 is used for BLE mode Sam Lantinga 2026-02-12 15:45:10 -08:00
  • 84c21cf970 Updated Steam Controller packet handling Sam Lantinga 2026-02-12 14:34:20 -08:00
  • 4e2fd57e77 Fixed initializing the PowerA OPS v1 Wireless Controller Sam Lantinga 2026-02-11 16:54:02 -08:00
  • 2b484a1ccb Fixed initializing the PowerA Fusion Pro 4 on Steam Link hardware Sam Lantinga 2026-02-11 16:53:13 -08:00
  • ac3afa1f38 audio: Moved a variable into nested scope where it's actually used. Ryan C. Gordon 2026-02-11 14:54:14 -05:00
  • eaeca340f3 Fixed HIDAPI hotplug detection in applications that don't initialize video Sam Lantinga 2026-02-11 09:11:37 -08:00
  • d3f9899df5 Fixed HIDAPI hotplug detection when initializing gamepads off the main thread Sam Lantinga 2026-02-11 09:02:46 -08:00
  • e134d6fd7e Added a note about SDL_HINT_AUTO_UPDATE_JOYSTICKS to the SDL_UpdateJoysticks() docs Sam Lantinga 2026-02-11 09:01:57 -08:00
  • 73500019ea Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-11 14:33:15 +00:00
  • 85c297a28b Added IMU support for GameSir controllers with optimized sampling rate and timestamp synchronization. chenzw 2026-02-10 15:51:35 +08:00
  • 6f1aa78e04 fixed trigger axes formula: data * 257 - 32768 (same as PS4) walle 2026-02-09 21:13:18 +08:00
  • 226057601f fixed Clamp -(-32768) to 32767 to avoid Sint16 overflow wrapping back to -32768 walle 2026-02-09 19:48:06 +08:00
  • 304fcaeec2 SendGameSirModeSwitch code cleanup chenzw 2026-02-06 17:53:20 +08:00
  • 6ae268ba17 Remove GameSir-G7 Pro chenzw 2026-02-06 14:21:13 +08:00
  • d2ca570050 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-11 02:41:57 +00:00
  • 71f4af7322 Eliminate contention between HIDAPI controller reads and writes Sam Lantinga 2026-02-09 21:17:24 -08:00
  • 31404a9dcb wasapi: Patched to compile. Ryan C. Gordon 2026-02-10 11:17:19 -05:00
  • a35bcad0be Android: prevent SDLActivity and Main Thread to access mJoystick at the same time. same for mHapticHandler Sylvain 2026-02-10 13:34:37 +01:00
  • 6f45f97af0 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-10 15:51:32 +00:00
  • c223c5494d wasapi: stop infinite loop in audio thread when recording device is unplugged. Ryan C. Gordon 2026-02-10 09:24:34 -05:00
  • 267e681a0b emscripten: drag-and-drop fixes. Ryan C. Gordon 2026-02-09 21:35:14 -05:00
  • 9f8c70713a Fix the 8BitDo Ultimate 2D Wireless Controller showing up multiple times Sam Lantinga 2026-02-09 13:28:04 -08:00
  • 8da6604854 video: GL_FRAMEBUFFER_SRGB is not core in any version of OpenGL ES. Ryan C. Gordon 2026-02-09 15:47:43 -05:00
  • 6f754e5c03 Fix warnings: extra semi - spurious (#15014) RaceTheMaSe 2026-02-09 20:48:58 +01:00
  • f1a7a64eb4 Fix warnings: Extra semi - macro usage (#15015) RaceTheMaSe 2026-02-09 01:58:53 +01:00
  • 6feb0e1333 You can't combine SDL_STRINGIFY_ARG() and SDL_FUNCTION Sam Lantinga 2026-02-08 10:51:43 -08:00
  • 1d83a35e48 cocoa: Fix 1px border in fullscreen on Tahoe Cameron Gutman 2026-02-07 23:57:24 -06:00
  • 4de62c35c0 Fixed checking against cached shader params (thanks @ccawley2011!) Sam Lantinga 2026-02-03 21:19:26 -08:00
  • 0c121ad6a7 conditional expression is constant Max Seidenstücker 2026-02-08 11:59:55 +01:00
  • d063cb01e9 variable conditionally uninitialized Max Seidenstücker 2026-02-08 06:57:57 +01:00
  • 8ee7dc2f9f dummyaudio: Remove bitrotted support for __EMSCRIPTEN_PTHREADS__ code path. William Horvath 2026-02-07 22:06:14 -08:00
  • c15ca27740 dialog_utils: fix NameTransform() function pointer type (#15002) RaceTheMaSe 2026-02-07 21:23:47 +01:00
  • f07ba5b954 wayland: Check the mod state when sending repeated key text Frank Praznik 2026-02-07 14:11:58 -05:00
  • 3919cc902e Fix SDL_TriggerBreakpoint being undefined on slimcc ROllerozxa 2026-02-07 15:27:48 +01:00
  • ba3274e3a1 hidapi, windows: Fix -Wjump-misses-init warning (#14990) RaceTheMaSe 2026-02-07 19:10:50 +01:00
  • 7c7ffb9115 tests: Fix unreachable code warnings (#14993) RaceTheMaSe 2026-02-07 18:42:59 +01:00
  • 863912aa03 PS2, VITA: Fix void pointer arithmetic warnings (#14995) RaceTheMaSe 2026-02-07 18:39:33 +01:00
  • 4f183506f6 Fix warning: strict prototypes (#14992) RaceTheMaSe 2026-02-07 16:38:59 +01:00
  • 017d950b6b Fix Switch and Switch 2 player LED patterns Vicki Pfau 2026-02-07 02:40:54 -08:00
  • 8f8880a8eb Merge all occurances of __func__ and __FUNCTION__ to SDL_FUNCTION Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • d870911202 CodeSpell Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 8b53b77058 annotate no return Max Seidenstücker 2026-02-06 19:24:51 +01:00
  • 144ab4ba99 Void function return Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 0c7d4d5a89 Static at beginning Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 9fda8f2669 Fix -Wnewline-eof warnings (#14989) RaceTheMaSe 2026-02-07 16:04:18 +01:00
  • bf58ff81d8 comma at end of enum Max Seidenstücker 2026-02-06 19:35:54 +01:00
  • 3dc48a4890 video: Wrap OpenGL work in ifdefs. Ryan C. Gordon 2026-02-06 13:58:55 -05:00
  • df9f56f958 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-06 18:59:48 +00:00
  • 88d5a5a2b9 Clarify that SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS can be set anytime Sam Lantinga 2026-02-06 10:58:34 -08:00
  • 9f5747ccd4 video: Respect SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE with GL_FRAMEBUFFER_SRGB. Ryan C. Gordon 2026-02-06 13:53:16 -05:00
  • 01689bca0e video: Maybe fix build. Ryan C. Gordon 2026-02-06 13:50:27 -05:00
  • 083c6b8872 video: Force GL_FRAMEBUFFER_SRGB state at OpenGL context creation time. Ryan C. Gordon 2026-02-06 13:39:36 -05:00
  • 60690ff829 render: OpenGL and GLES2 should explicitly request a not-sRGB-capable context. Ryan C. Gordon 2026-02-06 13:42:55 -05:00
  • c9116daa71 Fixed build Sam Lantinga 2026-02-06 10:32:19 -08:00
  • 8e783e0892 Fixed building with Visual Studio 2019 Sam Lantinga 2026-02-06 10:15:39 -08:00
  • 56b77177a9 Fixed building with -DSDL_HIDAPI=OFF Sam Lantinga 2026-02-06 09:59:37 -08:00
  • fdfcfc0566 Make sure native textures have the same channel precision if possible Sam Lantinga 2026-02-06 09:50:18 -08:00
  • ef41e0a0f0 cocoawindow: fix wrong content scale with ANGLE EGL context Jari Vetoniemi 2026-02-04 04:36:57 +09:00
  • a36ef1f187 SDL_render_psp.c: Also apply the similar fix to PSP Wohlstand 2026-02-06 15:30:37 +03:00
  • 87a81bd09d SDL_render_vita_gxm.c: Fixed the black screen due to zero cliprect Wohlstand 2026-02-06 15:27:22 +03:00
  • 75d1d64c75 Revert "Reverted Vita cliprect changes" Wohlstand 2026-02-06 15:25:45 +03:00
  • 7b8ce0df4b Add QNX to the supported platforms list Cameron Cawley 2026-02-05 23:08:01 +00:00
  • 50f3adec77 cocoa: Fix SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES=0. Ryan C. Gordon 2026-02-05 18:39:48 -05:00
  • e1b8ad0380 Add and use libusb_set_auto_detach_kernel_driver for the Switch 2 driver Vicki Pfau 2026-02-04 22:38:32 -08:00
  • b9743eabdd Removed spurious "extern" Sam Lantinga 2026-02-05 14:06:51 -08:00
  • ae4fb50316 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-05 20:15:42 +00:00
  • 632c83b722 opengl: added SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE. Ryan C. Gordon 2026-02-04 13:47:10 -05:00
  • 0cadc15ef6 Don't treat "hid-over-i2c 0107 System Control" as a joystick Sam Lantinga 2026-02-05 11:26:50 -08:00
  • cb0c7b01e4 tray: removed double click handling Jesse Chounard 2026-02-05 12:05:57 -06:00
  • bc16157c9d testtray: created VS project and added new click callbacks Jesse Chounard 2026-02-05 08:20:24 -06:00
  • bddf6d3e2a Guarantee that pens are in proximity before motion and button events Sam Lantinga 2026-02-05 10:21:08 -08:00
  • cd7fc90c87 Added support for the third stylus button on Android Sam Lantinga 2026-02-05 09:08:45 -08:00
  • 273a093032 Temporarily disable GameSir driver Sam Lantinga 2026-02-04 14:59:30 -08:00
  • ca7788cd9f Fixed spacing Sam Lantinga 2026-02-04 08:19:31 -08:00
  • d43d29269d Added support for GameSir simple report mode Sam Lantinga 2026-02-04 08:21:43 -08:00
  • 8a9722e9f4 Removed GameSir trigger rumble Sam Lantinga 2026-02-04 08:20:21 -08:00
  • 883066228b Minor code cleanup Sam Lantinga 2026-02-03 20:34:49 -08:00
  • 1a99861510 Fixed warnings building on Android Sam Lantinga 2026-02-04 14:55:29 -08:00
  • cd14bf3d00 Fixed warning: no previous prototype for function 'SDL_PrivateIsGamepadPlatformMatch' Sam Lantinga 2026-02-04 14:40:26 -08:00