Ryan C. Gordon
|
f556027e15
hints: Remove SDL_HINT_DEBUG_LOGGING.
|
2 days ago |
Sam Lantinga
|
33c849d030
Always enable object validation when checking is explicitly enabled
|
1 week ago |
Sam Lantinga
|
f66e4d0a43
Enable full object validation by default
|
1 week ago |
Sam Lantinga
|
c25a0b046a
Make SDL_ObjectValid() inline for performance (thanks @mechakotik!)
|
3 weeks ago |
Sam Lantinga
|
ee1c90a358
Improved handling of function parameter validation
|
3 weeks ago |
Ryan C. Gordon
|
07ef532681
hints: Renamed SDL_HINT_LOG_BACKENDS to SDL_DEBUG_LOGGING.
|
2 months ago |
Ryan C. Gordon
|
10004ab0ea
hints: Added SDL_HINT_LOG_BACKENDS.
|
3 months ago |
Sam Lantinga
|
82b245d13a
Added support for the HORI Taiko No Tatsujin Drum Controller
|
6 months ago |
Sam Lantinga
|
281f0fae1c
Include the VID/PID of generic keyboard/mouse devices on Windows
|
7 months ago |
Sam Lantinga
|
1ddba3ad55
Replace "8BitDo Tech Ltd" with "8BitDo" in the manufacturer string
|
7 months ago |
Sam Lantinga
|
5d776c070a
Refactored SDL_CreateJoystickName() into a general SDL_CreateDeviceName()
|
7 months ago |
Ryan C. Gordon
|
84a236c92e
hashtable: Redesign the hashtable API.
|
8 months ago |
nightmareci
|
718034f5fa
Remove newlines from log messages
|
8 months ago |
Sam Lantinga
|
7570ab106d
tray: improved error checking
|
8 months ago |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
9 months ago |
Sam Lantinga
|
eb1be89e70
Cleaned up thread state handling and added thread object validation
|
9 months ago |
Sam Lantinga
|
61511c48a4
SDL_HashTable is now optionally thread-safe
|
10 months ago |
Ozkan Sezer
|
4612db21a3
SDL_utils.c: restrict gethostname() usage to non-windows
|
1 year ago |
Caleb Cornett
|
9af5ffcfbe
Improve support for private platforms (#11220)
|
1 year ago |
Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
1 year ago |
Sam Lantinga
|
125e592844
Added SDL_ShouldInit() and SDL_ShouldQuit()
|
1 year ago |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 year ago |
Sam Lantinga
|
9275c533ca
Added thread-safe initialization/cleanup support
|
1 year ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 year ago |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 year ago |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 year ago |
Sam Lantinga
|
9da58e9fb7
Fixed storing a key in the persistent string hashtable that's about to be freed
|
1 year ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
1 year ago |
Sam Lantinga
|
71d2662a39
Fixed warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
1 year ago |
Frank Praznik
|
6a74ade73d
Make SDL_URIToLocal available to multiple platforms
|
1 year ago |