Commit Graph

  • 01c3ccd541 Move comment in .wikiheaders-options to own line Wes Lord 2025-06-01 21:06:35 -07:00
  • a314a58e7e Sync SDL3 wiki -> header SDL Wiki Bot 2025-06-01 22:00:52 +00:00
  • d283f4651c Sync SDL3 wiki -> header SDL Wiki Bot 2025-06-01 21:52:34 +00:00
  • 59693c8996 Updated to version 3.2.16 for release Sam Lantinga 2025-06-01 14:37:23 -07:00
  • 8510331f66 .wikiheaders-options: Add Tray to quickreference categories. Ryan C. Gordon 2025-06-01 10:48:32 -04:00
  • b8187e2abd wikiheaders: Trim whitespace from end of lines in section headers. Ryan C. Gordon 2025-06-01 10:43:08 -04:00
  • f0efffc093 x11: Be a little less aggressive with Xinput2IsInitialized checks. Ryan C. Gordon 2025-06-01 10:14:01 -04:00
  • 1b41cd759c Checks if xinput is loaded before trying to call xinput functions Mason Remaley 2025-05-29 14:23:44 -07:00
  • 9e0d9f30a7 x11: Be a little less aggressive with Xinput2IsInitialized checks. Ryan C. Gordon 2025-06-01 10:14:01 -04:00
  • 57b6e6c7f9 Checks if xinput is loaded before trying to call xinput functions Mason Remaley 2025-05-29 14:23:44 -07:00
  • 3c08172d06 Revert "opengles2: Restore previous default texture_formats." Ryan C. Gordon 2025-06-01 03:21:36 -04:00
  • d42a1402e8 audio: corrected comment about device format minimums. Ryan C. Gordon 2025-06-01 03:01:37 -04:00
  • ac3ab026fe audio: corrected comment about device format minimums. Ryan C. Gordon 2025-06-01 03:01:37 -04:00
  • 5c44678d55 audio: Opened device spec must be >= simple minimums, not device's defaults. Ryan C. Gordon 2025-06-01 02:56:59 -04:00
  • 83cc3bc234 audio: Opened device spec must be >= simple minimums, not device's defaults. Ryan C. Gordon 2025-06-01 02:56:59 -04:00
  • 0638fd58ce pulseaudio: Request more recording data per-fragment. Ryan C. Gordon 2025-06-01 02:46:55 -04:00
  • 14a4ae521a pulseaudio: Request more recording data per-fragment. Ryan C. Gordon 2025-06-01 02:46:55 -04:00
  • 3a4de2ad89 Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-31 21:11:00 +00:00
  • 47717f22fd cocoa: Always add a window-sized NSTrackingArea to each window. Ryan C. Gordon 2025-05-31 15:00:56 -04:00
  • cb662b6730 cocoa: add explicit tracking areas to the window. Ryan C. Gordon 2025-05-31 14:40:12 -04:00
  • f61d956a04 cocoa: add explicit tracking areas to the window. Ryan C. Gordon 2025-05-31 14:40:12 -04:00
  • 58afb0d8ae wayland: Update xkbcommon names and types Frank Praznik 2025-05-31 12:45:04 -04:00
  • c764e8864b wayland: Update xkbcommon to avoid using deprecated modifier names Frank Praznik 2025-05-31 12:33:19 -04:00
  • b61586b492 [Nokia N-Gage] Increase max. texture size from 256 to 1024; the previous setting was chosen at random and does not necessarily make sense in practice. Michael Fitzmayer 2025-05-31 14:07:49 +02:00
  • 329b5f27d6 fix preprocessor directive for SDL_RESTRICT definition in C99 case. Ozkan Sezer 2025-05-30 23:56:50 +03:00
  • 0d58594e66 fix inverted __STDC_VERSION__ condition in SDL_RESTRICT definition. Ozkan Sezer 2025-05-30 23:51:50 +03:00
  • 6a686185f7 SDL_begin_code.h: Actually define SDL_RESTRICT. Ryan C. Gordon 2025-05-30 15:58:44 -04:00
  • e874c7515e Pass text input rect to steam deck keyboard invocation Caleb Heuer 2025-05-30 13:52:54 +02:00
  • 51dfca813b Pass text input rect to steam deck keyboard invocation Caleb Heuer 2025-05-30 13:52:54 +02:00
  • 2ba797576b storage: Declare a private bootstrap for NDA user storage Ethan Lee 2025-03-18 22:12:21 -04:00
  • 520d73ae57 include/SDL_gpu: fix bool members documentation indentation Anonymous Maarten 2025-05-30 16:34:34 +02:00
  • a26e5f32e0 Gyro degrees per second is 2000 across all 8bitdo controllers (#13147) Aubrey Hesselgren 2025-05-29 14:28:55 -07:00
  • 180b454d61 kmsdrm: fixed creating GBM surfaces on NVIDIA cards Sam Lantinga 2025-05-29 11:19:50 -07:00
  • fc1c0618de kmsdrm: fixed creating GBM surfaces on NVIDIA cards Sam Lantinga 2025-05-29 11:19:50 -07:00
  • 6ce7ae77b1 Update SDL_pixels.h DracoRooks 2025-05-29 23:26:46 +05:30
  • 03a6d98aee Update SDL_pixels.h DracoRooks 2025-05-29 23:26:46 +05:30
  • abbaf95cf0 Added macros to push/pop error messages while cleaning up Sam Lantinga 2025-05-29 10:53:46 -07:00
  • 1081b70951 Fixed typos Sam Lantinga 2025-05-29 10:53:30 -07:00
  • 885e611f3c Added macros to push/pop error messages while cleaning up Sam Lantinga 2025-05-29 10:53:46 -07:00
  • 61d105247e Fixed typos Sam Lantinga 2025-05-29 10:53:30 -07:00
  • 4f51f956ad Updated SDL_StretchSurface() documentation Sam Lantinga 2025-05-29 09:09:04 -07:00
  • 7db0ac7380 Updated SDL_StretchSurface() documentation Sam Lantinga 2025-05-29 09:09:04 -07:00
  • ca988dbc2c Bail out if Xrandr returns zero CRTCs in the X11 messagebox implementation Everett Afton 2025-05-14 22:10:51 +03:00
  • c147ddf3e3 Do not use Xrandr if the extension is not queryable in the X11 messagebox implementation Everett Afton 2025-05-14 22:09:42 +03:00
  • df07c09f55 Use visuals and colormapsin the X11 messagebox implementation Everett Afton 2025-05-14 22:07:15 +03:00
  • b076f4b590 Removed obsolete documentation Sam Lantinga 2025-05-28 15:56:20 -07:00
  • 737b9e117d Removed obsolete documentation Sam Lantinga 2025-05-28 15:56:20 -07:00
  • d2be547642 Removed spurious parentheses Sam Lantinga 2025-05-28 13:28:12 -07:00
  • 36936cbf37 Set the serial number to the Bluetooth MAC address for 8BitDo controllers Sam Lantinga 2025-05-28 12:18:07 -07:00
  • f80e819c5b Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-28 13:35:21 +00:00
  • b7082e7e18 Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-27 17:31:04 +00:00
  • 3940c660be begin_code: Added SDL_ALIGNED macro. Ryan C. Gordon 2025-05-27 11:52:54 -04:00
  • 91180f8cb4 Disable SDL_HINT_JOYSTICK_RAWINPUT by default Sam Lantinga 2025-05-27 09:43:26 -07:00
  • aa870d511e Disable SDL_HINT_JOYSTICK_RAWINPUT by default Sam Lantinga 2025-05-27 09:43:26 -07:00
  • 99aa859362 gpu: Xbox buildfix Ethan Lee 2025-05-27 12:22:42 -04:00
  • db972604a8 gpu: Xbox buildfix Ethan Lee 2025-05-27 12:22:42 -04:00
  • 8a2e2e75d1 Simplified loop logic Sam Lantinga 2025-05-27 08:47:32 -07:00
  • b4f7948410 Ensure that report 06 command reads normally 8BitDo 2025-05-27 16:58:04 +08:00
  • 31267feb03 wayland: Use raw timestamps to calculate the elapsed repeat time on a key up event Frank Praznik 2025-05-27 10:31:31 -04:00
  • e3d44cdd51 wayland: Use raw timestamps to calculate the elapsed repeat time on a key up event Frank Praznik 2025-05-27 10:31:31 -04:00
  • b51273512b Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-26 20:22:23 +00:00
  • 988c0be934 Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-26 20:13:49 +00:00
  • 6a5bac72cb PSP fullscreen is the only mode (#13125) Sander Ledegen 2025-05-26 19:31:48 +02:00
  • 9b025e3cab PSP fullscreen is the only mode (#13125) Sander Ledegen 2025-05-26 19:31:48 +02:00
  • 08b6f6175a Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-26 16:35:37 +00:00
  • 5e50d39b38 audio: Added SDL_PutAudioStreamDataNoCopy. Ryan C. Gordon 2025-05-24 22:52:22 -04:00
  • 2ed5062950 SDL_video.c: remove two stray line continuation chars . Ozkan Sezer 2025-05-26 01:41:47 +03:00
  • 25db127450 SDL_video.c: remove two stray line continuation chars . Ozkan Sezer 2025-05-26 01:41:47 +03:00
  • 0b0b02c5a1 emscripten: Proxy Emscripten_GetSystemTheme and EMSCRIPTENAUDIO_OpenDevice to the main thread. Christian Kündig 2025-05-12 21:10:28 +02:00
  • 168d1a9253 emscripten: Proxy Emscripten_GetSystemTheme and EMSCRIPTENAUDIO_OpenDevice to the main thread. Christian Kündig 2025-05-12 21:10:28 +02:00
  • 28c71368a1 Clean up INTERFACE_COMPILE_OPTIONS mattbsage 2025-05-24 23:49:00 +10:00
  • f62572344f Clean up INTERFACE_COMPILE_OPTIONS mattbsage 2025-05-24 23:49:00 +10:00
  • 25bd4285ab x11: Assume the window was mapped after showing Frank Praznik 2025-05-23 11:44:36 -04:00
  • 180171cad6 x11: Always send fullscreen dimensions except on XWayland Frank Praznik 2025-05-23 11:40:01 -04:00
  • b70919ecd9 x11: Assume the window was mapped after showing Frank Praznik 2025-05-23 11:44:36 -04:00
  • 0657ece55d x11: Always send fullscreen dimensions except on XWayland Frank Praznik 2025-05-23 11:40:01 -04:00
  • bc3eeecf7f Set the initial axis values for HIDAPI and XInput controllers Sam Lantinga 2025-05-23 11:56:24 -07:00
  • 1f6b5c681d Set the initial axis values for HIDAPI and XInput controllers Sam Lantinga 2025-05-23 11:56:24 -07:00
  • 9178d14519 x11: Include the XTest header when needed Frank Praznik 2025-05-23 12:52:07 -04:00
  • fdc4f8fa39 x11: Include the XTest header when needed Frank Praznik 2025-05-23 12:52:07 -04:00
  • 6cd35f5b72 VITA: support only fullscreen windows. Fixes #13079 Ivan Epifanov 2025-05-23 15:32:46 +03:00
  • 2b4d61e4a6 VITA: support only fullscreen windows. Fixes #13079 Ivan Epifanov 2025-05-23 15:32:46 +03:00
  • 4cd889cb13 joystick: Several minor GIP fixes Vicki Pfau 2025-05-21 20:59:16 -07:00
  • 0a7548230c Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-22 22:39:10 +00:00
  • c9cf4c42e0 Improved HIDAPI support for Flydigi controllers Sam Lantinga 2025-05-22 15:20:28 -07:00
  • 72d5eb0ecb fix error handling in WideCharToMultiByte kyle-sylvestre 2025-05-22 15:55:53 -04:00
  • 5cf924420d bugfix advancing UTF-8 length in UTF-16 string kyle-sylvestre 2025-05-22 14:36:38 -04:00
  • ead32c706d fix error handling in WideCharToMultiByte kyle-sylvestre 2025-05-22 15:55:53 -04:00
  • 8ddb074889 bugfix advancing UTF-8 length in UTF-16 string kyle-sylvestre 2025-05-22 14:36:38 -04:00
  • dcdbc0bf9f README-documentation-rules: Add a note about being UTF-8 only! Ryan C. Gordon 2025-05-22 15:41:05 -04:00
  • 56bb73a8d2 README-ngage.md: Really actually got all the non-UTF-8 characters this time! Ryan C. Gordon 2025-05-22 15:38:59 -04:00
  • ecef0d3564 README-ngage.md: Found a few more non-UTF-8 things. Ryan C. Gordon 2025-05-22 15:34:04 -04:00
  • fb7afabbd6 README-ngage.md: Removed non-UTF-8 character. Ryan C. Gordon 2025-05-22 15:30:21 -04:00
  • 73ca59b423 Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-22 19:18:42 +00:00
  • 136a44b0bd Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-22 18:08:13 +00:00
  • 7ae64592c9 Restore support for the Nokia N-Gage (#12148) Michael Fitzmayer 2025-05-22 20:07:22 +02:00
  • 26f9940f82 Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-22 17:50:19 +00:00
  • 6f994cc7a8 Fixed macOS build Sam Lantinga 2025-05-22 10:18:14 -07:00
  • 354895d975 Add Flydigi VADER 4 Pro HIDAPI support (#12874) bakatrouble 2025-05-22 19:56:17 +03:00
  • 290574e6f6 stdinc: Corrected documentation for SDL_atan2 and SDL_atan2f. Ryan C. Gordon 2025-05-22 09:50:31 -04:00