tag:github.com,2008:/libsdl-org/SDL/commits/main Recent Commits to SDL:main 2024-03-19T05:52:58Z tag:github.com,2008:Grit::Commit/b6c9a727403e98ccda29b6b7f5a8c91e243ec413 Add SDL_storage files to Xcode project 2024-03-19T05:52:58Z kanjitalk755 https://github.com/kanjitalk755 <pre style='white-space:pre-wrap;width:81ex'>Add SDL_storage files to Xcode project</pre> tag:github.com,2008:Grit::Commit/b2682da035fa6b3852e15a610fd92eb29f8b4d87 Sync SDL3 wiki -> header 2024-03-19T04:57:27Z SDLWikiBot https://github.com/SDLWikiBot <pre style='white-space:pre-wrap;width:81ex'>Sync SDL3 wiki -&gt; header</pre> tag:github.com,2008:Grit::Commit/24ec1c09b909a0b42ba9ff020cdae95322ad3342 Renamed SDL_PROP_IOSTREAM_STDIO_HANDLE_POINTER to SDL_PROP_IOSTREAM_S… 2024-03-19T04:56:11Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Renamed SDL_PROP_IOSTREAM_STDIO_HANDLE_POINTER to SDL_PROP_IOSTREAM_STDIO_FILE_POINTER</pre> tag:github.com,2008:Grit::Commit/d3a785e521d537f749fc587e045e7a98002ece7b Improve event processing latency when gamepad/sensor is open 2024-03-19T04:52:42Z cgutman https://github.com/cgutman <pre style='white-space:pre-wrap;width:81ex'>Improve event processing latency when gamepad/sensor is open By using the SDL_WaitEventTimeout_Device() path even when polling is required, we can still achieve sub-millisecond latency for non-gamepad/sensor events when a gamepad or sensor is in use by the application.</pre> tag:github.com,2008:Grit::Commit/1eb7b79986a147c4eaa4f7ab16851af0ce9e587b video: Prepend global video property with "SDL" 2024-03-19T01:52:39Z Kontrabant https://github.com/Kontrabant <pre style='white-space:pre-wrap;width:81ex'>video: Prepend global video property with &quot;SDL&quot;</pre> tag:github.com,2008:Grit::Commit/784311c20ee71d769b14f8d500da6c60e2d2b451 Fixed duplicate SDL_Version change 2024-03-18T20:59:03Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Fixed duplicate SDL_Version change</pre> tag:github.com,2008:Grit::Commit/009318c5a9d491749f2de23a3b607b8d17ee28db Fix warnings when building with -DSDL_LIBC=OFF on Linux 2024-03-18T20:29:08Z madebr https://github.com/madebr <pre style='white-space:pre-wrap;width:81ex'>Fix warnings when building with -DSDL_LIBC=OFF on Linux</pre> tag:github.com,2008:Grit::Commit/f59dbf6a1204552fdfeab7f3b156e5606ebb206a cmake: add -Wimplicit-fallthrough warning 2024-03-18T19:34:50Z madebr https://github.com/madebr <pre style='white-space:pre-wrap;width:81ex'>cmake: add -Wimplicit-fallthrough warning</pre> tag:github.com,2008:Grit::Commit/086a7a468738c915f48dab940482cfe0dec1b57a Fixed signed/unsigned comparison warning 2024-03-18T16:48:45Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Fixed signed/unsigned comparison warning</pre> tag:github.com,2008:Grit::Commit/491f18eea399c9d7bbfb19dfba3cd7fbca9631f6 Fixed uninitialized signal_id 2024-03-18T16:12:51Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Fixed uninitialized signal_id Also removed unnecessary SDL_OutOfMemory() calls Fixes https://github.com/libsdl-org/SDL/issues/9300</pre> tag:github.com,2008:Grit::Commit/90e2551c4ff02d9d206c6ea2c49bbda8345b834d Sort the SDL API symbols 2024-03-18T16:03:36Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Sort the SDL API symbols API renames are almost complete, let&#39;s prepare for a preview release</pre> tag:github.com,2008:Grit::Commit/0d0aaa2d75265e3d9873e3a160c7ce32b311c67d Sync SDL3 wiki -> header 2024-03-18T15:57:23Z SDLWikiBot https://github.com/SDLWikiBot <pre style='white-space:pre-wrap;width:81ex'>Sync SDL3 wiki -&gt; header</pre> tag:github.com,2008:Grit::Commit/92d01ef12a9a7692968b86f8113197c6ae12c06b You can pass NULL to SDL_GetPathInfo() and SDL_GetStoragePathInfo() t… 2024-03-18T15:56:24Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>You can pass NULL to SDL_GetPathInfo() and SDL_GetStoragePathInfo() to test for the existence of a file.</pre> tag:github.com,2008:Grit::Commit/ebb6582534df73c6188a501f79241d33f2a528d2 wayland: Handle the toplevel export property as a string 2024-03-18T15:41:02Z Kontrabant https://github.com/Kontrabant <pre style='white-space:pre-wrap;width:81ex'>wayland: Handle the toplevel export property as a string xdg-toplevel export handles are strings, so treat the property as one. Avoids the need to manually manage the string pointer.</pre> tag:github.com,2008:Grit::Commit/9072b994f7a2a5df830af018f92749914bf007a6 src/filesystem/unix/SDL_sysfilesystem.c add <stdio.h> inclusion 2024-03-18T12:55:40Z Sackzement https://github.com/Sackzement <pre style='white-space:pre-wrap;width:81ex'>src/filesystem/unix/SDL_sysfilesystem.c add &lt;stdio.h&gt; inclusion gets rid of some warnings</pre> tag:github.com,2008:Grit::Commit/6af979975f216c7a4920ec05146a5c53043f50fd Add missing break 2024-03-18T12:55:14Z meyraud705 https://github.com/meyraud705 <pre style='white-space:pre-wrap;width:81ex'>Add missing break</pre> tag:github.com,2008:Grit::Commit/fc26d5d3285d4a5f501c7416a61181e3402d4a50 Sync SDL3 wiki -> header 2024-03-18T04:28:30Z SDLWikiBot https://github.com/SDLWikiBot <pre style='white-space:pre-wrap;width:81ex'>Sync SDL3 wiki -&gt; header</pre> tag:github.com,2008:Grit::Commit/a1a01567563a05a9efd855e2ecb118d4b2341b35 Renamed SDL_SizeIO() SDL_GetIOSize() 2024-03-18T04:27:18Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Renamed SDL_SizeIO() SDL_GetIOSize()</pre> tag:github.com,2008:Grit::Commit/df0f5deddfd6ebb94a6a0ed828c809d5f5dcdb61 Added SDL_IOFromDynamicMem() 2024-03-18T04:27:18Z slouken https://github.com/slouken <pre style='white-space:pre-wrap;width:81ex'>Added SDL_IOFromDynamicMem()</pre> tag:github.com,2008:Grit::Commit/12245e4c756eb964ecdf4a528c36aab6f971baf5 PSP/Joystick: fix formatting 2024-03-17T20:23:51Z rofl0r https://github.com/rofl0r <pre style='white-space:pre-wrap;width:81ex'>PSP/Joystick: fix formatting (cherry picked from commit c17d2246fb0ed2fa5b16acbf1f2b3aa7e5ddd3cf)</pre>