Commit Graph

  • cd8e657d6b Add ZUIKI controller Support version: MasconPro Enable rumble Disable sensores luoxing 2025-08-14 09:32:27 +0800
  • f934b3e066 x11: fixed creating a window when all displays are disconnected Sam Lantinga 2025-08-13 19:42:49 -0700
  • eeae48464e Fixed crash if X11 initialization fails Sam Lantinga 2025-08-13 19:42:28 -0700
  • 9fb9bd31a3 emscripten tests: fix warning: uninitialized variable Petar Popovic 2025-08-13 22:59:17 +0200
  • 45feacf608 emscripten tests: fix warning: uninitialized variable Petar Popovic 2025-08-13 22:59:17 +0200
  • a743fb578c Use PulseAudio fragsize buffer correctly ChaseKnowlden 2025-08-13 14:17:51 -0400
  • 3187660679 emscripten tests: fix warning: uninitialized variable Petar Popovic 2025-08-13 22:59:17 +0200
  • ec0e4e21c7
    docs: Mark most of SDL_filesystem.h as thread-safe. Ryan C. Gordon 2025-08-13 16:32:02 -0400
  • 5bb070e279 Use PulseAudio fragsize buffer correctly ChaseKnowlden 2025-08-13 14:17:51 -0400
  • 29cff6e264 Work around password integrations hiding software keyboard and preventing autofill Salman Alshamrani 2025-01-03 20:58:03 -0500
  • bd7d4708e3 Fix text field resetting text when replaced with a short string Salman Alshamrani 2024-12-23 18:15:59 -0500
  • 1f21aae242 Update NDK version to 28 (#13729) Chase Knowlden 2025-08-12 10:45:57 -0400
  • a2d065f774 Polling Rate Expansion Mitch Cairns 2025-08-13 01:41:01 -0700
  • f0f32c135b Comments Update Mitch Cairns 2025-08-13 01:16:45 -0700
  • 59d9cf9a36 FireBird PS4 PID Added Mitch Cairns 2025-08-13 01:09:30 -0700
  • d7a86626a4 Fix Paddle Bug Mitch Cairns 2025-08-13 01:08:32 -0700
  • a8a87425c2 Resolve type issue Mitch Cairns 2025-08-12 22:05:51 -0700
  • 34627baa6c Code Cleanup Mitch Cairns 2025-08-12 21:37:19 -0700
  • 5c78e169ff Dynamic Mapping Update Mitch Cairns 2025-08-12 21:23:39 -0700
  • c3828bb0a3 Keep MSVC Flags Consistent across CMake runs ChaseKnowlden 2025-08-12 18:29:22 -0400
  • 10478c59db Keep MSVC Flags Consistent across CMake runs ChaseKnowlden 2025-08-12 18:29:22 -0400
  • 9b674e2ad3 Merge remote-tracking branch 'origin/sinput_versionmapping' into sinput_versionmapping Mitch Cairns 2025-08-12 17:36:01 -0700
  • 1c2205029b
    Merge branch 'main' into sinput_versionmapping mitchellcairns 2025-08-12 17:35:56 -0700
  • 84ae61a618 Merge remote-tracking branch 'origin/sinput_versionmapping' into sinput_versionmapping Mitch Cairns 2025-08-12 17:34:02 -0700
  • 93db8b57c8 Int casting Mitch Cairns 2025-08-04 21:49:45 -0700
  • f73e74d2d1 Dynamic mapping boolean check Mitch Cairns 2025-08-04 21:49:23 -0700
  • 3f1d1037ed SInput: version capabilities compression Mitch Cairns 2025-08-04 21:33:38 -0700
  • 35d5989a03 Keep MSVC Flags Consistent across CMake runs ChaseKnowlden 2025-08-12 18:29:22 -0400
  • 62b9ac3a09 SEWN Button Convention Mitch Cairns 2025-08-05 18:00:12 -0700
  • 87543ba18c SInput: Mapping updates for GCUltimate/ProGCC Mitch Cairns 2025-08-05 17:35:38 -0700
  • 7487880e4c Sync SDL3 wiki -> header SDL Wiki Bot 2025-08-12 17:05:23 +0000
  • 54772f345a Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY Sam Lantinga 2025-08-12 09:53:41 -0700
  • 5e85a29e75 Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY Sam Lantinga 2025-08-12 09:53:41 -0700
  • 40371f0907 Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY Sam Lantinga 2025-08-12 09:53:41 -0700
  • 4725213eef Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY Sam Lantinga 2025-08-12 09:53:41 -0700
  • 4b2a87a5d3 Sync SDL3 wiki -> header SDL Wiki Bot 2025-08-12 16:53:08 +0000
  • 94f9434564 Fixed bug #13493: Assertion failure at SDL_AddTouch with Android API 28 Java touch id should be -1 because it's reserved for internal SDL synthetic events. It should also not be 0, because this is SDL invalid value. Sylvain 2025-08-08 11:43:42 +0200
  • 970c0bfe96 Fixed bug #13493: Assertion failure at SDL_AddTouch with Android API 28 Java touch id should be -1 because it's reserved for internal SDL synthetic events. It should also not be 0, because this is SDL invalid value. Sylvain 2025-08-08 11:43:42 +0200
  • bfaf247d30 Update NDK version to 28 (#13729) Chase Knowlden 2025-08-12 10:45:57 -0400
  • 6e422e5ff2
    Update NDK version to 28 (#13729) Chase Knowlden 2025-08-12 10:45:57 -0400
  • 2287c43b59 GPU: Hold submit lock before waiting for device idle Beyley Cardellio 2025-08-10 00:13:14 -0700
  • e699f3dca1 GPU: Hold submit lock before waiting for device idle Beyley Cardellio 2025-08-10 00:13:14 -0700
  • 994dd0a8e6
    GPU: Hold submit lock before waiting for device idle Beyley Cardellio 2025-08-10 00:13:14 -0700
  • d994e81bd9 Seems when I was adjusting rwlock I made the same c -> h problem on all of them Joshua T. Fisher 2025-08-09 22:57:28 -0700
  • ddced75b24 Fix windows. Joshua T. Fisher 2025-08-09 22:55:25 -0700
  • 3c13253267 Fix psp Joshua T. Fisher 2025-08-09 22:53:02 -0700
  • d0269b4adc Should've gotten 99% of stuff. Joshua T. Fisher 2025-08-09 22:48:30 -0700
  • f2df279adc Sync SDL3 wiki -> header SDL Wiki Bot 2025-08-10 05:08:26 +0000
  • 40ec9592f1 Restored text missing during wiki sync (thanks @sezero!) Sam Lantinga 2025-08-09 22:07:14 -0700
  • 3970acd1c2 Sync SDL3 wiki -> header SDL Wiki Bot 2025-08-10 02:21:43 +0000
  • afe4735f8a Update Android CI to use NDK 28 ChaseKnowlden 2025-08-09 19:11:19 -0400
  • 059d4f0e93 Remove Android Linker Options ChaseKnowlden 2025-08-09 15:56:32 -0400
  • 44ce826b57 Sync SDL3 wiki -> header SDL Wiki Bot 2025-08-09 18:34:27 +0000
  • 90f6809254 Update NDK version to 28 and add 16kb page size linker flags to x86_64 ChaseKnowlden 2025-08-09 13:39:39 -0400
  • 15cc0f5f91 linux/SDL_syshaptic.c:SDL_SYS_HapticStopAll(): Fix return on error Petar Popovic 2025-08-09 18:00:04 +0200
  • 43f3991398 linux/SDL_syshaptic.c:SDL_SYS_HapticStopAll(): Fix return on error Petar Popovic 2025-08-09 18:00:04 +0200
  • f71b92dced linux/SDL_syshaptic.c:SDL_SYS_HapticStopAll(): Fix return on error Petar Popovic 2025-08-09 18:00:04 +0200
  • d4819db5e6 SDL_waylandvideo.c:display_remove_global(): Check pointer when removing mouse Petar Popovic 2025-08-09 15:36:42 +0200
  • b9798c337a SDL_waylandvideo.c:display_remove_global(): Check pointer when removing mouse Petar Popovic 2025-08-09 15:36:42 +0200
  • e23a072af1
    Fixed bug #13493: Assertion failure at SDL_AddTouch with Android API 28 Java touch id should be -1 because it's reserved for internal SDL synthetic events. It should also not be 0, because this is SDL invalid value. Sylvain 2025-08-08 11:43:42 +0200
  • 0aef2c3612 release: build aarch64 libraries with 16kiB page size release-2.30.x Anonymous Maarten 2025-08-09 05:25:31 +0200
  • f201b64ffe release: build aarch64 libraries with 16kiB page size Anonymous Maarten 2025-08-09 05:25:31 +0200
  • 68e0108b1c release: build aarch64 libraries with 16kiB page size Anonymous Maarten 2025-08-09 04:39:12 +0200
  • 7017fbaa8e release: build aarch64 libraries with 16kiB page size Anonymous Maarten 2025-08-09 04:39:12 +0200
  • 7b3796bc39 SDL_TriggerBreakpoint() will default to __debugbreak() on MinGW toolchain on windows Mohamed Shazan 2025-08-09 04:50:59 +0530
  • f4c124e4bf
    SDL_TriggerBreakpoint() will default to __debugbreak() on MinGW toolchain on windows Mohamed Shazan 2025-08-09 04:50:59 +0530
  • aff1a48bd9 wayland: Cleanup and return if keymap allocation fails Frank Praznik 2025-08-08 17:53:21 -0400
  • f9da052a2c
    wayland: Cleanup and return if keymap allocation fails Frank Praznik 2025-08-08 17:53:21 -0400
  • 9fc66b90c2 keyboard_handle_keymap(): Return when keymap creation fails Petar Popovic 2025-08-08 22:32:35 +0200
  • b5bc6d2cc4 SDL_SendJoystickVirtualSensorDataInner(): Fix max_sensor_events increment Petar Popovic 2025-08-08 20:52:24 +0200
  • d9c20cfd0a SDL_SendJoystickVirtualSensorDataInner(): Fix max_sensor_events increment Petar Popovic 2025-08-08 20:52:24 +0200
  • de742e9f9a cmake: detect RISCOS platform before GNU/Hurd Anonymous Maarten 2025-08-08 04:55:32 +0200
  • 171885010d Add GNU/Hurd as platform Pino Toscano 2025-08-07 23:35:39 +0200
  • b19b3a9cf2 SDL_SendJoystickVirtualSensorDataInner(): Fix max_sensor_events increment Petar Popovic 2025-08-08 20:52:24 +0200
  • 0d1d4ea1f9
    SDL_SetRenderDrawBlendMode(): Remove redundant param check Petar Popovic 2025-08-08 19:50:12 +0200
  • b63c32e790 SDL_SetRenderDrawBlendMode(): Remove redundant param check Petar Popovic 2025-08-08 19:50:12 +0200
  • 923b8cef3c SDL_SetRenderDrawBlendMode(): Remove redundant param check Petar Popovic 2025-08-08 19:50:12 +0200
  • 7252633345
    video: Check the display origin when a fullscreen window is moved Frank Praznik 2025-08-08 11:10:53 -0400
  • 5c8724dd5a
    cover in paren Mohamed Shazan 2025-08-08 15:37:06 +0530
  • dc4741f70f
    specify __MINGW32__ to use __debugbreak Mohamed Shazan 2025-08-08 14:35:47 +0530
  • e8f515a213 cmake: detect RISCOS platform before GNU/Hurd Anonymous Maarten 2025-08-08 04:55:32 +0200
  • 61f1bf4481 Update SDL_hints.h Gabriele Cocchieri 2025-08-08 01:29:45 +0200
  • c8735de028
    Merge branch 'libsdl-org:main' into mycontribute Gabriele Cocchieri 2025-08-08 01:25:50 +0200
  • 0f039ad5ab Resolved Issue #13700 Gabriele Cocchieri 2025-08-08 00:27:30 +0200
  • 77b548fb3d Add GNU/Hurd as platform Pino Toscano 2025-08-07 23:35:39 +0200
  • 1a48f897f2 ime: fcitx: use SDL_GetExeName() in GetAppName() Pino Toscano 2025-08-07 07:40:29 +0200
  • 248bcf6b29 ime: fcitx: use SDL_GetExeName() in GetAppName() Pino Toscano 2025-08-07 07:40:29 +0200
  • 2b42789de6 Fix some typos detected by Debian's lintian QA tool Simon McVittie 2025-08-07 11:58:25 +0100
  • b9c1da10ba hints: Rephrase documentation to improve grammar Simon McVittie 2025-08-07 11:54:20 +0100
  • d83503f80e Fix some typos detected by Debian's lintian QA tool Simon McVittie 2025-08-07 11:58:25 +0100
  • 40b941c826 hints: Rephrase documentation to improve grammar Simon McVittie 2025-08-07 11:54:20 +0100
  • 56f5a76696 GPU: Fix uninitialized value in Vulkan command buffer structure cosmonaut 2025-08-07 10:57:17 -0700
  • fe6b2161bf GPU: Fix uninitialized value in Vulkan command buffer structure cosmonaut 2025-08-07 10:57:17 -0700
  • 6981522cd6 Revert "Support Google Play 16 KB Page Size Requirement (#13470)" Sam Lantinga 2025-08-07 11:44:45 -0700
  • c7e8977e60 Revert "Support Google Play 16 KB Page Size Requirement (#13470)" Sam Lantinga 2025-08-07 11:41:43 -0700
  • 4f9723ece7 Revert "autotools, android: Support Google Play 16 KB Page Size Requirement" Sam Lantinga 2025-08-07 11:38:29 -0700
  • 53dbe1862e Revert "Support Google Play 16 KB Page Size Requirement (#13470)" Sam Lantinga 2025-08-07 11:38:24 -0700
  • e257904eb3 Revert "autotools, android: Support Google Play 16 KB Page Size Requirement" Sam Lantinga 2025-08-07 11:37:57 -0700
  • cc7a73e727 Revert "Support Google Play 16 KB Page Size Requirement (#13470)" Sam Lantinga 2025-08-07 11:37:44 -0700
  • 33c8998598 video: Use additional checks for determining on which display a window should be fullscreen Frank Praznik 2025-08-06 17:36:31 -0400