Commit Graph

  • acbe86399d docs: Note SDL_EVENT_AUDIO_DEVICE_ADDED is sent for all devices at startup. Ryan C. Gordon 2025-07-29 23:21:47 -04:00
  • 39794ae9cd Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-30 03:13:02 +00:00
  • d9b578312e Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-30 03:04:38 +00:00
  • 07af4b237b GPU: Fix incorrect block size when D3D12 uniform buffer is rotated (#13469) Evan Hemsley 2025-07-29 15:34:08 -07:00
  • f27dbb22f0 Fix two use-after-free warnings Petar Popovic 2025-07-29 19:51:44 +02:00
  • 774c0b36ea android: Different approach to SDL_GetPathInfo() for assets. Ryan C. Gordon 2025-07-29 12:14:04 -04:00
  • beea8d604e Replaced binary integer literals with hexadecimal integer literals Petar Popovic 2025-07-29 11:44:15 +02:00
  • 5f4416bc42 joystick: Improve Xbox controller mapping with xpad quirks (#13305) Vicki Pfau 2025-07-28 20:03:51 -07:00
  • 25cf1a569c Map GameCube controller trigger clicks as misc3 and misc4 Sam Lantinga 2025-07-28 13:11:07 -07:00
  • c8ebbb3e92 Sync SDL3 wiki -> header SDL Wiki Bot 2025-07-28 18:58:19 +00:00
  • b3ba1c159e Update SDL_clipboard.h Xen 2025-07-28 11:43:16 -07:00
  • 30f0aeb26a Check NSWindow::isVisible before sending SDL_WINDOWEVENT_RESTORED during Cocoa_WindowListener::windowDidResize Dan Andrus 2025-07-23 16:31:59 +02:00
  • 49b6bb50c9 Remove Unused Type Mitch Cairns 2025-07-28 10:16:49 -07:00
  • 2b0b794f86 SInput Generic Types Mitch Cairns 2025-07-27 21:32:17 -07:00
  • d983a89241 Restyle message boxes and add icon support to them on X11. (#13267) eafton 2025-07-28 19:23:38 +03:00
  • dc1bf60b15 SDL_waylanddatamanager.c:Wayland_data_offer_check_source(): Return when offer is NULL Petar Popovic 2025-07-26 22:38:04 +02:00
  • 507ee033cc Fixed typo in SDL_scancode.h Shootfast 2025-07-27 23:04:42 +01:00
  • d103e5531f Implement SDL_GL_GetAttribute for SDL_GL_FLOATBUFFERS Boris I. Bendovsky 2025-07-27 21:55:59 +03:00
  • 9c54d686aa arguably better wording.. Ozkan Sezer 2025-07-27 20:00:02 +03:00
  • 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
  • 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
  • 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
  • e5d57d8ad6 Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:52:09 -07:00
  • 0ee0fe1572 Fixed building with GameInput v1.0 Sam Lantinga 2025-07-24 10:42:28 -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
  • 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
  • 735f0cc300 wayland: Handle text input per-seat Frank Praznik 2025-07-19 10:08:56 -04: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
  • 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
  • ee6d8f78f4 Clarify SDL_GPUVertexBufferDescription.pitch comment (#13381) BurntRanch 2025-07-17 18:53:35 +03:00
  • 855d28e97a Fixed crash if a clipboard event was sent with video uninitialized Sam Lantinga 2025-07-17 08:47:12 -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
  • 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
  • 277f91c317 Removed the Mayflash GameCube adapter from the PS3 controller list Sam Lantinga 2025-07-14 11:30:15 -07:00
  • a07cf3ecdc Allow 1 kHz sample rate for DualSense Edge over USB Andon M. Coleman 2025-07-07 16:14:47 -04:00
  • 0a50b798bf windows: Fix crash when using a system that reports itself as Windows 17763 or newer, but is missing many of the newer dark mode window functions (Linux Mint Cinnamon w/ Proton 7.0.6) Josh Dowell 2025-07-14 01:39:11 +01:00
  • 2d8fd6bee1 Revert "windows: Use wglSwapLayerBuffers if available." Ryan C. Gordon 2025-07-13 21:40:42 -04:00
  • 536126fdcf emscripten: Move over to using Pointer Events for all mouse, pen, and touch. Ryan C. Gordon 2025-07-13 14:57:48 -04:00
  • 0f061ff154 remove spoofed SDL_HelperWindow when SDL_VIDEO is off Kyle Sylvestre 2025-07-12 00:46:53 -04:00
  • d42217ba26 check SDL_PLATFORM_WINDOWS instead of SDL_VIDEO_DRIVER_WINDOWS when using SDL_HelperWindow Kyle Sylvestre 2025-07-12 00:44:40 -04:00
  • a190e3b514 move SDL_HelperWindow outside of video Kyle Sylvestre 2025-07-12 00:42:17 -04:00