Ryan C. Gordon
|
810656962c
stdlib: Export some Unicode functions to other SDL internals.
|
1 year ago |
Ryan C. Gordon
|
9192485746
filesystem: SDL_EnumerateDirectory should return -1 or 0.
|
1 year ago |
Sam Lantinga
|
a8ed32c5f7
Re-enable cursor clipping when clicking into a window when relative mouse mode is enabled
|
1 year ago |
Frank Praznik
|
2d9aff6433
wayland: Always use the whole buffer surface for the damage region
|
1 year ago |
Sam Lantinga
|
c7787a9191
The hint environment variables don't have the word "HINT" in them
|
1 year ago |
Anonymous Maarten
|
2f26c58504
cmake: fix typo in cmake/sdlplatform.cmake
|
1 year ago |
Clownacy
|
65e7c8e265
Fix default Windows window icon not suiting the DPI.
|
1 year ago |
Anonymous Maarten
|
143b070074
cpuinfo: fix -Wmissing-prototypes warning
|
1 year ago |
Ryan C. Gordon
|
58529c1827
stdlib: SDL_utf8strlen and SDL_utf8strnlen now use SDL_StepUTF8 internally.
|
1 year ago |
Sam Lantinga
|
17d4f8d699
Updated to version 3.1.1 for the preview release
|
1 year ago |
Brian Collins
|
560daa07f2
Workaround a macOS cursor-related bug.
|
1 year ago |
Sam Lantinga
|
a82ed82bc7
SDL_QueryTexture() fills in a pointer to SDL_PixelFormatEnum
|
1 year ago |
Sam Lantinga
|
aea44cff6b
Fixed warning C4702: unreachable code
|
1 year ago |
Sam Lantinga
|
85b7f131b0
Fixed warning C4701: potentially uninitialized local variable 'percent' used
|
1 year ago |
Sam Lantinga
|
c10a3df552
Only add the UniformTypeIdentifiers framework if we're building the dialog subsystem
|
1 year ago |
SDL Wiki Bot
|
18c8af6e48
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
8847b35244
Separate joystick power state into battery status and percentage
|
1 year ago |
Sam Lantinga
|
5e624c2083
Moved display and window event renaming to the correct header section
|
1 year ago |
Anonymous Maarten
|
63cb541797
cmake: set SYSTEM property in SDL3Config.cmake for compatibility with older CMake versions
|
1 year ago |
Susko3
|
5f763083fc
Use SDL_EventType and fix event name in comment
|
1 year ago |
Susko3
|
c40e9cc634
Sort includes
|
1 year ago |
Anonymous Maarten
|
4eb0f10dda
cmake: install SDL headers with SYSTEM property disabled
|
1 year ago |
Anonymous Maarten
|
fb8ac1ab7d
ci: verify SDL build system does not include installed SDL headers
|
1 year ago |
Anonymous Maarten
|
19b01c39b0
ci: don't fix pspsdk toolchain anymore
|
1 year ago |
Frank Praznik
|
a00ac61514
time: Fix UWP build
|
1 year ago |
danginsburg
|
650ba8f3ec
Vulkan Renderer - closes #9385. When the vertex buffer size is exceeded, make sure to wait for outstanding work before resizing it. This fixes validation errors/crash found with using Imgui SDL3 renderer on Vulkan.
|
1 year ago |
Sean Ridenour
|
3448273be1
Weakly link UniformTypeIdentifiers.framework
|
1 year ago |
Sean Ridenour
|
feebb9fcf8
Fix file selection dialog boxes not working on macOS 11.0+
|
1 year ago |
Frank Praznik
|
c0bfd8bafd
time: Only call GetSystemTimePreciseAsFileTime if available
|
1 year ago |
Susko3
|
c96bc8b1a2
Add missing includes for SDL_MouseID
|
1 year ago |