Commit Graph

  • ed4de7aeed Fix warning on Android arm-v7 Building SDL for armeabi-v7a gives this warning: `` SDL/src/audio/SDL_audiotypecvt.c:541:14: warning: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Wignored-pragmas] 541 | #pragma STDC FENV_ACCESS ON `` Brenton Bostick 2025-07-27 10:55:05 -04:00
  • f361034ac3 fix typos Brenton Bostick 2025-07-27 10:39:20 -04:00
  • 2ed1c35ca6 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-26 21:11:11 +00:00
  • ead4a032d3 sun audio: remove ifdefs, always include sys/audioio.h and sys/ioctl.h Ozkan Sezer 2025-07-27 00:10:02 +03:00
  • 64b2af0340 SDL_gpu.c: Fixed deref-before-check warning Petar Popovic 2025-07-26 20:33:12 +02:00
  • 6a5af95364 SDL_gpu.c: Fixed deref-before-check warning Petar Popovic 2025-07-26 20:33:12 +02:00
  • 2c2c2c5a48 Fixed a few "-Wstrict-prototypes" warnings Petar Popovic 2025-07-26 19:03:54 +02:00
  • cf1eb95fb1 sunaudio: don't compile in the sun audio backend if sys/audioio.h is missing. Ryan C. Gordon 2025-07-26 13:50:20 -04:00
  • 58d0702948 ci+n3ds: avoid apt-get package manager Anonymous Maarten 2025-07-26 13:53:26 +02:00
  • e6d200e51c ci+n3ds: avoid apt-get package manager Anonymous Maarten 2025-07-26 13:53:26 +02:00
  • 72b7fd10b4 Fixed warning: 'break' will never be executed Sam Lantinga 2025-07-25 16:20:44 -07:00
  • 970234d62d Fixed documentation for aligned structure members Sam Lantinga 2025-07-25 13:33:20 -07:00
  • c8e2d13173 wayland: Fix the key level request layout parameter Frank Praznik 2025-07-25 10:09:55 -04:00
  • c80d6954cb Revert "audio: Added SDL_SetAudioIterationCallbacks()." Ryan C. Gordon 2025-07-25 01:29:13 -04:00
  • 707717e94b Reverted: Added Steam Virtual Gamepad support to the GameInput driver Sam Lantinga 2025-07-24 14:00:20 -07:00
  • a140bba55a Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:52:09 -07:00
  • e5d57d8ad6 Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:52:09 -07:00
  • f4ddacacd0 Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:42:28 -07:00
  • 0ee0fe1572 Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:42:28 -07:00
  • ebba656bdb Added Steam Virtual Gamepad support to the GameInput driver Sam Lantinga 2025-07-24 10:35:38 -07:00
  • b78c61d67a Fixed double SDL_EVENT_GAMEPAD_ADDED for controllers with automatic gamepad mappings Sam Lantinga 2025-07-24 10:34:44 -07:00
  • 66dad9c21f Added Steam Virtual Gamepad support to the GameInput driver Sam Lantinga 2025-07-24 10:35:38 -07:00
  • 6babade758 Fixed double SDL_EVENT_GAMEPAD_ADDED for controllers with automatic gamepad mappings Sam Lantinga 2025-07-24 10:34:44 -07:00
  • 3fdd15adaa Fixed double-release of GameInput at shutdown Sam Lantinga 2025-07-24 10:33:37 -07:00
  • 6b9dfcc2fd Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-24 15:52:42 +00:00
  • 39e9ac6d1f ci: Patched to compile on Android. Ryan C. Gordon 2025-07-23 23:53:46 -04:00
  • f5a0222a8e aaudio: Try to select a more-useful microphone for recording. Ryan C. Gordon 2025-07-23 22:38:28 -04:00
  • acb3b0b4be win32: Implement keymap caching Frank Praznik 2025-07-22 12:32:46 -04:00
  • 34616d1b00 A little more tidying. Better notes around how the absolute maximum threshold was arrived at. Aubrey Hesselgren 2025-07-22 11:01:57 -07:00
  • 8863e5ee67 Made the maximum noise during accelerometer noise profiling a define, in terms of "G" Aubrey Hesselgren 2025-07-22 10:39:25 -07:00
  • 6bfc54508c Accelerometer Tolerance is now calibrated before Gyro Drift. Aubrey Hesselgren 2025-07-21 16:39:32 -07:00
  • 07ef532681 hints: Renamed SDL_HINT_LOG_BACKENDS to SDL_DEBUG_LOGGING. Ryan C. Gordon 2025-07-22 13:19:30 -04:00
  • af1c05fd58 filesystem: Check SDL_GetPrefPath parameters at the higher level. Ryan C. Gordon 2025-07-22 12:28:01 -04:00
  • 279a50cc26 wayland: Fall-back to the compositor for fullscreen-desktop window placement Frank Praznik 2025-07-17 18:17:14 -04:00
  • 4210aa61e1 build_config_windows: define HAVE_STDARG/STDDEF_H outside of condition. They are defined in both #if HAVE_LIBC and its #else anyway. [sdl-ci-filter msvc-*] L zard 2025-07-21 19:33:56 +02:00
  • d8a345d924 build_config_windows: fix HAVE_VSSCANF defined regardless of MSVC version. [sdl-ci-filter msvc-*] L zard 2025-07-21 19:27:41 +02:00
  • ea995b1694 build_config_windows: define HAVE_STDARG/STDDEF_H outside of condition. They are defined in both #if HAVE_LIBC and its #else anyway. [sdl-ci-filter msvc-*] L zard 2025-07-21 19:33:56 +02:00
  • a977a11fa6 build_config_windows: fix HAVE_VSSCANF defined regardless of MSVC version. [sdl-ci-filter msvc-*] L zard 2025-07-21 19:27:41 +02:00
  • 27caa57695 dialog: Make sure we don't underflow a string in Cocoa backend. Ryan C. Gordon 2025-07-21 16:02:42 -04:00
  • b2d152e51f dialog: fix default file name on Cocoa Anon Ymous 2025-07-18 00:45:42 +05:30
  • fc19ae343c Updated SDL_IsJoystickSInputController() to match style in file Sam Lantinga 2025-07-21 11:38:54 -07:00
  • 0eaf28ed4d Added test and test image for clamped texture address mode to render testautomation Thomas Stehle 2025-07-19 16:33:53 +02:00
  • 64b19fc504 Added missing handling of texture address mode to SDL render Vulkan backend Thomas Stehle 2025-07-19 14:02:41 +02:00
  • 86200d1203 Fixed clamp texture address mode in software renderer Sam Lantinga 2025-07-21 10:03:49 -07:00
  • 55e14a2ced Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-21 17:16:40 +00:00
  • 08fd165dd2 Add POINTER suffix to SDL_PROP_IOSTREAM_MEMORY_FREE_FUNC Maia 2025-07-19 16:23:57 +02:00
  • 4a30ee58ca Implement SInput Device Namings (#13391) mitchellcairns 2025-07-21 10:08:27 -07:00
  • b0b12b3b09 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-21 16:55:47 +00:00
  • 47d8bdd1c3 Add SDL_IsTraySupported Semphris 2025-05-25 17:49:53 -04:00
  • 34691de22b SDL2: Fill the SDL_AudioSpec in add_device() vanfanel 2025-07-20 14:23:45 +02:00
  • 735f0cc300 wayland: Handle text input per-seat Frank Praznik 2025-07-19 10:08:56 -04:00
  • b8dc9767da GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389) Acclution 2025-07-18 22:27:31 +00:00
  • 8bd29f7ca3 GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389) Acclution 2025-07-18 22:27:31 +00:00
  • ce9c6e40fd wayland: Refactor keyboard layout handling Frank Praznik 2025-07-09 13:32:14 -04:00
  • 9c9bb9cec7 wayland: Only create/destroy the compose table when necessary Frank Praznik 2025-07-11 11:10:09 -04:00
  • 9b00f3a728 wayland: Optimize keymap creation Frank Praznik 2025-07-09 12:57:14 -04:00
  • 34d9db3657 SInput Serial MAC Fix (#13388) mitchellcairns 2025-07-18 08:08:24 -07:00
  • 46ea7aa80e SInput Serial from MAC Mitch Cairns 2025-07-17 21:11:49 -07:00
  • ad52ebf985 Fixed build Sam Lantinga 2025-07-17 20:56:41 -07:00
  • e70ecb37c1 Implement the D-pad as a hat for SInput controllers Sam Lantinga 2025-07-17 20:51:29 -07:00
  • 45674d0024 GC Ultimate Misc Mitch Cairns 2025-07-17 19:54:27 -07:00
  • 8f79a6185a Fixed the mapping for the GC Ultimate controller Sam Lantinga 2025-07-17 19:32:46 -07:00
  • de20b731f2 Removed unnecessary cast Sam Lantinga 2025-07-17 19:32:29 -07:00
  • ada44eaa10 testcontroller: reverted GameInput test code Sam Lantinga 2025-07-17 18:41:43 -07:00
  • 3b9db3dd62 Added support for Windows GameInput 2.0 Sam Lantinga 2025-07-17 15:38:39 -07:00
  • e25c61cda8 SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA. vanfanel 2025-07-07 09:38:49 +02:00
  • 28f2944947 SDL2: Implement SDL_GetDefaultAudioInfo() on the ALSA backend. vanfanel 2025-07-07 09:00:44 +02:00
  • 874ca5a678 SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA. vanfanel 2025-07-07 09:38:49 +02:00
  • 8d5984464e SDL2: Implement SDL_GetDefaultAudioInfo() on the ALSA backend. vanfanel 2025-07-07 09:00:44 +02:00
  • 631aa697e6 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-17 16:00:47 +00:00
  • 8451ce86c1 iostream: Add optional free_func pointer property to memory streams Marcin Serwin 2025-07-16 20:21:41 +02:00
  • 1ab01b9367 Clarify SDL_GPUVertexBufferDescription.pitch comment (#13381) BurntRanch 2025-07-17 18:53:35 +03:00
  • ee6d8f78f4 Clarify SDL_GPUVertexBufferDescription.pitch comment (#13381) BurntRanch 2025-07-17 18:53:35 +03:00
  • ee371ff740 Fixed crash if a clipboard event was sent with video uninitialized Sam Lantinga 2025-07-17 08:47:12 -07:00
  • 855d28e97a Fixed crash if a clipboard event was sent with video uninitialized Sam Lantinga 2025-07-17 08:47:12 -07:00
  • ef58dd77ca GPU: Clean up properties in SDL_ReleaseGPUTexture (#13378) Evan Hemsley 2025-07-17 00:21:34 -07:00
  • bc5c9a686c GPU: Clean up properties in SDL_ReleaseGPUTexture (#13378) Evan Hemsley 2025-07-17 00:21:34 -07:00
  • 1d9fc5f2c8 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-17 07:20:27 +00:00
  • 1b4fd3aa83 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-17 07:05:50 +00:00
  • 7510a67159 Fixed typo Sam Lantinga 2025-07-16 19:31:10 -07:00
  • 62d82ffc15 fix: don't use CLOCK_MONOTONIC_RAW on Android Blaž Tomažič 2025-07-14 13:43:01 +02:00
  • 8e5fe0ea61 SInput Timestamp and Protocol Version (#13371) mitchellcairns 2025-07-16 10:12:38 -07:00
  • 504107ad0e Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-16 01:36:42 +00:00
  • 18eeaea054 Implement SInput Device Support (#13343) mitchellcairns 2025-07-15 18:35:47 -07:00
  • a53eb5221b Added support for the PDP REALMz Wireless Controller for Switch Sam Lantinga 2025-07-15 17:41:32 -07:00
  • b3af72f69e emscripten: Respect SDL_HINT_MAIN_CALLBACK_RATE. Ryan C. Gordon 2025-07-15 15:48:22 -04:00
  • 1b65f25465 testcontroller: use the correct label for face buttons Sam Lantinga 2025-07-15 15:52:40 -07:00
  • 08e3758e3f Added paddle bindings for the 8BitDo Pro 3 controller Sam Lantinga 2025-07-15 10:15:52 -07:00
  • d53fcab609 Reordered the 8BitDo Pro 3 controller Sam Lantinga 2025-07-15 10:09:06 -07:00
  • e6a7121904 audio: Binding an SDL_AudioStream will set missing formats. Ryan C. Gordon 2025-07-15 06:20:10 -04:00
  • f2ae6503c0 audio: Binding an SDL_AudioStream will set missing formats. Ryan C. Gordon 2025-07-15 06:20:10 -04:00
  • 3c04c88c6e Add support for Pro3 8BitDo 2025-07-15 11:24:18 +08:00
  • d5efb11f97 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-14 23:50:35 +00:00
  • 10004ab0ea hints: Added SDL_HINT_LOG_BACKENDS. Ryan C. Gordon 2025-07-14 00:14:15 -04:00
  • a6ed8ab59d Updated to version 3.2.19 for development Sam Lantinga 2025-07-14 11:44:22 -07:00
  • bd40d0ded1 Removed the Mayflash GameCube adapter from the PS3 controller list Sam Lantinga 2025-07-14 11:30:15 -07:00
  • 277f91c317 Removed the Mayflash GameCube adapter from the PS3 controller list Sam Lantinga 2025-07-14 11:30:15 -07:00
  • 68bfcb6c54 Allow 1 kHz sample rate for DualSense Edge over USB release-3.2.18 Andon M. Coleman 2025-07-07 16:14:47 -04:00
  • a07cf3ecdc Allow 1 kHz sample rate for DualSense Edge over USB Andon M. Coleman 2025-07-07 16:14:47 -04:00
  • 2a6baf50e9 include: Added some basic documentation so SDL_KeyCode shows up on the wiki. Ryan C. Gordon 2025-07-14 00:32:46 -04:00