Kyle Sylvestre
|
58d351fe98
check SDL_PLATFORM_WINDOWS instead of SDL_VIDEO_DRIVER_WINDOWS when using SDL_HelperWindow
|
před 8 měsíci |
Sam Lantinga
|
110a832f5c
Save and restore error messages when rolling back after failed init
|
před 1 rokem |
Sam Lantinga
|
7570ab106d
tray: improved error checking
|
před 1 rokem |
Ryan C. Gordon
|
4d63a2b882
io: Renamed src/file to src/io
|
před 1 rokem |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
před 1 rokem |
Ryan C. Gordon
|
f45ce45603
ngage: Remove Nokia N-Gage support.
|
před 1 rokem |
Sam Lantinga
|
23828b62d4
Added SDL_IsMainThread() and SDL_RunOnMainThread()
|
před 1 rokem |
Ryan C. Gordon
|
e79ce2a200
asyncio: Added async i/o APIs.
|
před 1 rokem |
Sam Lantinga
|
1d23d2c3c2
Renamed SDL_SANDBOX_UNKNOWN to SDL_SANDBOX_UNKNOWN_CONTAINER
|
před 1 rokem |
Sam Lantinga
|
d6981da5a4
Added SDL_GetSandbox()
|
před 1 rokem |
Caleb Cornett
|
9af5ffcfbe
Improve support for private platforms (#11220)
|
před 1 rokem |
Ryan C. Gordon
|
cba77834f2
init: Log '<unspecified>' not '(null)' if the app name isn't set.
|
před 1 rokem |
Simon McVittie
|
fb8244d6d9
init: Also log the SDL revision here
|
před 1 rokem |
Simon McVittie
|
c24f7d2453
Log app ID as SYSTEM/INFO during initialization
|
před 1 rokem |
Sam Lantinga
|
06bd214af6
Fixed warnings building on Android
|
před 1 rokem |
Anthony
|
5f5379dc99
Add `SDL_IsTV()` (#11004)
|
před 1 rokem |
Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
před 1 rokem |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
před 1 rokem |
Sam Lantinga
|
807b8a9d4d
Allow initializing hints and properties from any thread
|
před 1 rokem |
Sam Lantinga
|
f3e419596b
Removed SDL_INIT_TIMER
|
před 1 rokem |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
před 1 rokem |
Sam Lantinga
|
5b5b1a8926
Fixed cleaning up dependent subsystems if initialization fails
|
před 1 rokem |
Sam Lantinga
|
97d40b9218
Removed SDL_CleanupEnvironment()
|
před 1 rokem |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
před 1 rokem |
Ryan C. Gordon
|
ac08dde1b2
windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`.
|
před 1 rokem |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
před 1 rokem |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
před 1 rokem |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
před 1 rokem |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
před 1 rokem |
Ryan C. Gordon
|
074dd8c35f
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
před 1 rokem |