Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
7 months ago |
Anonymous Maarten
|
ff1e252413
testautomation: remove SDLTest_TestCaseFp casts
|
7 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 months ago |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
9 months ago |
Susko3
|
56feecc17d
Fix property cleanup callback not being called on error (#9663)
|
11 months ago |
Sam Lantinga
|
b8fe96fa81
Fixed build warning
|
1 year ago |
Sam Lantinga
|
5d48f9a63a
Added SDL_CopyProperties()
|
1 year ago |
Ozkan Sezer
|
f7ba340999
remove several instances of unnecessary emptry str "" after SDL_PRI???
|
1 year ago |
Sam Lantinga
|
6afae6681b
Allow casting properties of different types
|
1 year ago |
Sam Lantinga
|
bd269b0f41
Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty()
|
1 year ago |
Sam Lantinga
|
0907f345cb
Added property types: pointer, string, number, float
|
1 year ago |
Sam Lantinga
|
aea6e6de6f
Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup()
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sam Lantinga
|
973c8b3273
Added SDL properties API
|
1 year ago |