SDL Wiki Bot
d283f4651c
Sync SDL3 wiki -> header
...
[ci skip]
2025-06-01 21:52:34 +00:00
Ryan C. Gordon
8510331f66
.wikiheaders-options: Add Tray to quickreference categories.
2025-06-01 10:48:32 -04:00
Ryan C. Gordon
b8187e2abd
wikiheaders: Trim whitespace from end of lines in section headers.
2025-06-01 10:43:08 -04:00
Ryan C. Gordon
9e0d9f30a7
x11: Be a little less aggressive with Xinput2IsInitialized checks.
...
Just in case this ever get deinitialized sooner, we'd still like to SDL_free()
things on shutdown, etc.
Reference PR #13148 .
2025-06-01 10:14:01 -04:00
Mason Remaley
57b6e6c7f9
Checks if xinput is loaded before trying to call xinput functions
2025-06-01 10:11:23 -04:00
Ryan C. Gordon
ac3ab026fe
audio: corrected comment about device format minimums.
2025-06-01 03:01:37 -04:00
Ryan C. Gordon
83cc3bc234
audio: Opened device spec must be >= simple minimums, not device's defaults.
...
Fixes #13159 .
2025-06-01 02:56:59 -04:00
Ryan C. Gordon
14a4ae521a
pulseaudio: Request more recording data per-fragment.
...
This seems to help some devices that can't keep up with smaller fragment sizes
for whatever reason.
Fixes #13110 .
2025-06-01 02:46:55 -04:00
SDL Wiki Bot
3a4de2ad89
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-31 21:11:00 +00:00
Ryan C. Gordon
47717f22fd
cocoa: Always add a window-sized NSTrackingArea to each window.
...
Previously this was only done on older macOSes, but it seems to work on all
versions, afaict.
Reference Issue #12725 .
2025-05-31 15:00:56 -04:00
Ryan C. Gordon
f61d956a04
cocoa: add explicit tracking areas to the window.
...
This makes sure we get reliable mouse enter/exit events from the system on
older macOS releases.
Newer releases don't have this problem--my assumption is that Cocoa has a
more aggressive default tracking area installed for some newer UI feature.
For 3.2.16, we'll use the explicit tracking area on older macOSes only, but
I'll remove that check in revision control for newer OSes and see what
happens.
Fixes #12725 .
2025-05-31 14:40:12 -04:00
Frank Praznik
58afb0d8ae
wayland: Update xkbcommon names and types
...
Use the proper types for xkb mod masks and layout indices, rename the mod masks to reflect that they are bitmasks and not indices, and use the 'layout' nomenclature instead of the deprecated 'group' nomenclature.
2025-05-31 13:40:58 -04:00
Frank Praznik
c764e8864b
wayland: Update xkbcommon to avoid using deprecated modifier names
...
xkbcommon 1.10.0 declared certain modifier names to be deprecated, and the current plan is to remove them in 1.12.0. Use the new recommended names and modifier mask retrieval function when building against version 1.10.0 and higher.
2025-05-31 13:40:58 -04:00
Michael Fitzmayer
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.
2025-05-31 14:07:49 +02:00
Ozkan Sezer
329b5f27d6
fix preprocessor directive for SDL_RESTRICT definition in C99 case.
2025-05-30 23:56:50 +03:00
Ozkan Sezer
0d58594e66
fix inverted __STDC_VERSION__ condition in SDL_RESTRICT definition.
2025-05-30 23:51:50 +03:00
Ryan C. Gordon
6a686185f7
SDL_begin_code.h: Actually define SDL_RESTRICT.
...
We wrote documentation for this but never actually filled in the code.
2025-05-30 15:59:40 -04:00
Caleb Heuer
51dfca813b
Pass text input rect to steam deck keyboard invocation
2025-05-30 09:54:33 -07:00
Anonymous Maarten
520d73ae57
include/SDL_gpu: fix bool members documentation indentation
2025-05-30 16:34:34 +02:00
Aubrey Hesselgren
a26e5f32e0
Gyro degrees per second is 2000 across all 8bitdo controllers ( #13147 )
2025-05-29 14:28:55 -07:00
Sam Lantinga
fc1c0618de
kmsdrm: fixed creating GBM surfaces on NVIDIA cards
2025-05-29 11:20:24 -07:00
DracoRooks
03a6d98aee
Update SDL_pixels.h
...
Added an opening bracket in line 520, in the comment block of SDL_PixelFormat. Simple addition to the readability of documentation.
2025-05-29 11:03:31 -07:00
Sam Lantinga
885e611f3c
Added macros to push/pop error messages while cleaning up
2025-05-29 10:53:46 -07:00
Sam Lantinga
61d105247e
Fixed typos
2025-05-29 10:53:30 -07:00
Sam Lantinga
7db0ac7380
Updated SDL_StretchSurface() documentation
...
Fixes https://github.com/libsdl-org/SDL/issues/13135
2025-05-29 09:09:04 -07:00
Everett Afton
ca988dbc2c
Bail out if Xrandr returns zero CRTCs in the X11 messagebox implementation
2025-05-29 11:32:50 -04:00
Everett Afton
c147ddf3e3
Do not use Xrandr if the extension is not queryable in the X11 messagebox implementation
2025-05-29 11:32:50 -04:00
Everett Afton
df07c09f55
Use visuals and colormapsin the X11 messagebox implementation
2025-05-29 11:32:50 -04:00
Sam Lantinga
737b9e117d
Removed obsolete documentation
2025-05-28 15:57:04 -07:00
Sam Lantinga
d2be547642
Removed spurious parentheses
2025-05-28 13:28:12 -07:00
Sam Lantinga
36936cbf37
Set the serial number to the Bluetooth MAC address for 8BitDo controllers
2025-05-28 12:18:27 -07:00
SDL Wiki Bot
f80e819c5b
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-28 13:35:21 +00:00
SDL Wiki Bot
b7082e7e18
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-27 17:31:04 +00:00
Ryan C. Gordon
3940c660be
begin_code: Added SDL_ALIGNED macro.
2025-05-27 13:30:04 -04:00
Sam Lantinga
aa870d511e
Disable SDL_HINT_JOYSTICK_RAWINPUT by default
...
Windows can get in a state when it stops reporting raw input events for game controllers until reboot.
The downside of this change is that we lose support for trigger rumble and are limited to 4 controllers again, but if that's important for your application you can use SDL_SetHint(SDL_HINT_JOYSTICK_RAWINPUT, true) to enable this functionality.
Fixes https://github.com/libsdl-org/SDL/issues/13047
2025-05-27 09:51:48 -07:00
Ethan Lee
db972604a8
gpu: Xbox buildfix
2025-05-27 12:41:27 -04:00
Sam Lantinga
8a2e2e75d1
Simplified loop logic
2025-05-27 08:47:32 -07:00
8BitDo
b4f7948410
Ensure that report 06 command reads normally
...
Ensure that report 06 command reads normally
2025-05-27 08:45:09 -07:00
Frank Praznik
e3d44cdd51
wayland: Use raw timestamps to calculate the elapsed repeat time on a key up event
...
Using processed timestamps can result in anomalies that cause excessive repeat events, and hard caps can cause issues.
In the key event handler, use the raw elapsed time to calculate any remaining repeat events to avoid the artifacts that can result from using processed timestamps.
The Wayland key repeat rate ranges from 0 to 1000 per second, so millisecond resolution doesn't lose any precision.
2025-05-27 10:59:03 -04:00
SDL Wiki Bot
b51273512b
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-26 20:22:23 +00:00
SDL Wiki Bot
988c0be934
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-26 20:13:49 +00:00
Sander Ledegen
9b025e3cab
PSP fullscreen is the only mode ( #13125 )
2025-05-26 10:31:48 -07:00
SDL Wiki Bot
08b6f6175a
Sync SDL3 wiki -> header
...
[ci skip]
2025-05-26 16:35:37 +00:00
Ryan C. Gordon
5e50d39b38
audio: Added SDL_PutAudioStreamDataNoCopy.
2025-05-26 12:34:37 -04:00
Ozkan Sezer
25db127450
SDL_video.c: remove two stray line continuation chars .
2025-05-26 01:41:47 +03:00
Christian Kündig
168d1a9253
emscripten: Proxy Emscripten_GetSystemTheme and EMSCRIPTENAUDIO_OpenDevice to the main thread.
2025-05-25 13:50:02 -07:00
mattbsage
f62572344f
Clean up INTERFACE_COMPILE_OPTIONS
...
The extra text causes Meson/Ninja builds to fail as headers are not found.
2025-05-24 19:13:25 -07:00
Frank Praznik
b70919ecd9
x11: Assume the window was mapped after showing
...
Not all window managers send a MapNotify or PropertyNotify event when the window is shown, so assume that it was mapped and set the flag accordingly.
2025-05-24 09:59:30 -04:00
Frank Praznik
0657ece55d
x11: Always send fullscreen dimensions except on XWayland
...
More non-compositing window managers than just openbox seem to need this, so always force sending the window position and dimensions when entering/leaving fullscreen. If they are wrong, they will be immediately overwritten by the correct dimensions from a subsequent ConfigureNotify event.
This is disabled on XWayland, as it seems to cause hitching on some compositors.
2025-05-24 09:59:30 -04:00
Sam Lantinga
1f6b5c681d
Set the initial axis values for HIDAPI and XInput controllers
...
Fixes https://github.com/libsdl-org/SDL/issues/13020
2025-05-23 12:09:39 -07:00