SDL Wiki Bot
f64e9a52dc
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-07 04:33:05 +00:00
SDL Wiki Bot
d25cdc0fef
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-07 00:20:38 +00:00
Sam Lantinga
08de6656fc
Document the pixel layout of YUV format surfaces
...
Fixes https://github.com/libsdl-org/SDL/issues/10530
2024-12-06 16:14:05 -08:00
SDL Wiki Bot
2ac62d8c67
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-06 22:17:01 +00:00
SDL Wiki Bot
7278399366
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-06 22:15:20 +00:00
expikr
d0f1910918
add SDL_RenderTextureAffine
2024-12-06 14:14:47 -08:00
SDL Wiki Bot
2c4fc2e549
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-06 21:46:49 +00:00
Evan Hemsley
fa5f84fb6e
GPU: Add SetGPUAllowedFramesInFlight ( #11599 )
2024-12-06 11:56:20 -08:00
SDL Wiki Bot
c49f4ceeb2
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-06 00:49:29 +00:00
Sam Lantinga
23828b62d4
Added SDL_IsMainThread() and SDL_RunOnMainThread()
2024-12-05 13:53:51 -08:00
Sam Lantinga
bc4185c685
Document that video and input functions should be called on the main thread.
...
This is a hard requirement on Apple platforms and while most other platforms don't have a concept of main thread, all video and input functions should be called on the same thread.
2024-12-05 13:53:51 -08:00
SDL Wiki Bot
9f8157f42c
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-05 08:29:19 +00:00
Ryan C. Gordon
951ca96dc9
asyncio: Added more category documentation.
2024-12-04 23:08:36 -05:00
SDL Wiki Bot
a74693c9a5
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-04 23:10:49 +00:00
Semphris
a4852f3a10
SDL_ShowFileDialogWithProperties with more options
2024-12-04 15:10:15 -08:00
SDL Wiki Bot
2ad5836d02
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-04 00:12:42 +00:00
SDL Wiki Bot
31d09909b6
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-03 23:04:47 +00:00
Ryan C. Gordon
46f43c2e6e
asyncio: Remove SDL_AsyncIOTask
from the public API.
2024-12-03 17:32:20 -05:00
Ryan C. Gordon
3ca629ceb5
asyncio: Allow file closes to request a flush/fsyncdata.
2024-12-03 17:32:20 -05:00
Ryan C. Gordon
e79ce2a200
asyncio: Added async i/o APIs.
2024-12-03 17:32:20 -05:00
Eduard Gushchin
7293c18314
Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function
2024-12-03 11:32:04 -08:00
Eduard Gushchin
401187eb6c
Removed extra sa in SDL_ConvertSurfaceAndColorspace
2024-12-03 09:38:56 -08:00
Nicolas Allemand
b7a31ead08
added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h
2024-12-03 09:06:40 -08:00
Eduard Gushchin
9fb8661684
Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function
2024-12-03 08:41:30 -08:00
SDL Wiki Bot
068d9cc7d6
Sync SDL3 wiki -> header
...
[ci skip]
2024-12-02 00:37:15 +00:00
Ryan C. Gordon
2f59a1ce44
SDL_audio.h: Fixed a documentation typo (thanks, @JBetz!).
2024-12-01 19:36:03 -05:00
SDL Wiki Bot
3a1d76d298
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-29 22:32:15 +00:00
Ryan C. Gordon
ce573b01f8
audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback.
...
Fixes #11529 .
2024-11-29 17:31:37 -05:00
Ryan C. Gordon
bf9fa38920
SDL_audio.h: Fixed two typos.
2024-11-28 00:12:03 -05:00
Ryan C. Gordon
f5ad66ef4b
audio: Allow channel maps to specify -1 to mute a channel.
...
Fixes #11373 .
2024-11-28 00:00:30 -05:00
SDL Wiki Bot
3303e9843f
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-28 04:42:44 +00:00
Ryan C. Gordon
f852038384
filesystem: Added SDL_GetCurrentDirectory().
...
Fixes #11531 .
2024-11-27 23:42:11 -05:00
SDL Wiki Bot
c0f1fe8e7f
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-28 04:36:33 +00:00
SDL Wiki Bot
b8bbd29ce9
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-27 06:11:04 +00:00
SDL Wiki Bot
03d15c031b
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-25 22:44:00 +00:00
expikr
d55e6dfc5e
hint for which system cursor to use as default
...
Co-Authored-By: Sam Lantinga <slouken@libsdl.org>
2024-11-25 13:08:37 -08:00
SDL Wiki Bot
3c13bae64f
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-25 19:07:53 +00:00
SDL Wiki Bot
e9fdcf6c60
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-25 17:20:21 +00:00
SDL Wiki Bot
e14d939ead
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-24 17:41:07 +00:00
SDL Wiki Bot
b02285d495
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-22 20:53:04 +00:00
Maia
97ddc9adf2
Fix outdated references to SDL symbols in docs. Fixes #11503
2024-11-22 15:52:31 -05:00
Ryan C. Gordon
615c935d11
events: Added SDL_RenderEvent.
...
Fixes #11465 .
2024-11-22 15:01:09 -05:00
SDL Wiki Bot
e94ba6e700
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-22 03:38:20 +00:00
SDL Wiki Bot
631c30527b
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-22 03:22:50 +00:00
Ryan C. Gordon
2e70944c44
gpu: Added an initial FAQ to the category documentation.
...
Fixes #11478 .
2024-11-21 19:57:14 -05:00
Eduard Gushchin
a4006e654e
Fixed typo in the name of the SDL_GetAppMetadataProperty function in the description of the SDL_SetAppMetadataProperty function
2024-11-21 05:53:06 -08:00
SDL Wiki Bot
fef001cb48
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-21 04:53:43 +00:00
Ryan C. Gordon
e770b4e266
dialog: Clean up filter param documentation.
...
The apostrophe was incorrect, but the type is auto linked in the wiki anyhow,
so don't write it out ourselves.
2024-11-20 23:52:49 -05:00
SDL Wiki Bot
795ceae520
Sync SDL3 wiki -> header
...
[ci skip]
2024-11-21 04:50:57 +00:00
Ryan C. Gordon
ecae3789ab
SDL_dialog.h: Remove verbose docs on callback param from several functions.
...
In the wiki, one can click on SDL_DialogFileCallback for these details, or
grep for the symbol in the headers to find the information.
Fixes #11504 .
2024-11-20 23:46:26 -05:00