Susko3
|
56feecc17d
Fix property cleanup callback not being called on error (#9663)
|
2 年 前 |
Sam Lantinga
|
33eaddc565
Cleaned up various type conversion issues
|
2 年 前 |
Sam Lantinga
|
8ce786d2b6
Property query functions don't set an error if they return the default value
|
2 年 前 |
Ozkan Sezer
|
168322f358
SDL_properties.c: mark CleanupFreeableProperty and CleanupSurface as SDLCALL
|
2 年 前 |
Sam Lantinga
|
bba2a5d360
Added SDL_SetFreeableProperty() for internal use
|
2 年 前 |
Sam Lantinga
|
f6b92c9b88
Re-added a simplified version of SDL_SetWindowShape()
|
2 年 前 |
Sam Lantinga
|
5d48f9a63a
Added SDL_CopyProperties()
|
2 年 前 |
Ozkan Sezer
|
f7ba340999
remove several instances of unnecessary emptry str "" after SDL_PRI???
|
2 年 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年 前 |
Sam Lantinga
|
6cfce101fb
Don't call the property cleanup function if setting the property fails
|
2 年 前 |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 年 前 |
Frank Praznik
|
861b1ebd12
properties: Use a mutex instead of an RWLock to guard the hash table
|
2 年 前 |
Sam Lantinga
|
6afae6681b
Allow casting properties of different types
|
2 年 前 |
Sam Lantinga
|
bd269b0f41
Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty()
|
2 年 前 |
Sam Lantinga
|
0907f345cb
Added property types: pointer, string, number, float
|
2 年 前 |
Mathieu Eyraud
|
dfb87e1099
Fix uninitialised variable 'properties'
|
2 年 前 |
Sam Lantinga
|
407a3cb4e0
Fixed infinite recursion initializing properties
|
2 年 前 |
Sam Lantinga
|
979214363f
Added SDL_GetGlobalProperties()
|
2 年 前 |
Sam Lantinga
|
aea6e6de6f
Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup()
|
2 年 前 |
Ryan C. Gordon
|
899eb0d042
thread: Locking mutexes and rwlocks are now void functions.
|
2 年 前 |
Sam Lantinga
|
48d80efb51
Fixed warning C4701: potentially uninitialized local variable 'props' used
|
2 年 前 |
Sam Lantinga
|
b79db0a6ea
Fixed potential wraparound issue with property IDs
|
2 年 前 |
Sam Lantinga
|
4368f70ff9
Added properties to various SDL objects
|
2 年 前 |
Sam Lantinga
|
973c8b3273
Added SDL properties API
|
2 年 前 |