Sam Lantinga
|
276566235c
Removed SDL_ClearHints() from the public API
|
2 年之前 |
Ryan C. Gordon
|
cb10c80aaf
camera: Reworked to operate with a driver interface, like other subsystems.
|
2 年之前 |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 年之前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 年之前 |
Sam Lantinga
|
c540c77756
Removed SDL_INIT_EVERYTHING
|
2 年之前 |
Sam Lantinga
|
52d6587084
Removed SDL_EVENTS_DISABLED
|
2 年之前 |
Sam Lantinga
|
0d7df16812
Timers are a required platform feature
|
2 年之前 |
Semphris
|
2348e8b6a2
Add hint to make SDL handle dbus_shutdown()
|
2 年之前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年之前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 年之前 |
Sam Lantinga
|
407a3cb4e0
Fixed infinite recursion initializing properties
|
2 年之前 |
Ivan Mogilko
|
7f65ed6461
Handle subsystem dependencies recursively
|
2 年之前 |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 年之前 |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
2 年之前 |
Ryan C. Gordon
|
797b70877d
audio: Remove stub header SDL_audio_c.h.
|
2 年之前 |
Sam Lantinga
|
973c8b3273
Added SDL properties API
|
2 年之前 |
Ozkan Sezer
|
77446e2029
Unaligned stacks on i686-w64-mingw32 may lead to crashes
|
2 年之前 |
Alexander Richards
|
ec5088cb99
src/SDL.c: add managarm support
|
2 年之前 |
Sam Lantinga
|
cb73bed6eb
SDL API renaming: SDL TLS functions
|
2 年之前 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 年之前 |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 年之前 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 年之前 |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 年之前 |
Linus Probert
|
3bd737d44c
Add error returns to void functions that can fail/set errors.
|
3 年之前 |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
3 年之前 |
Sam Lantinga
|
bd1115fa33
Make sure subsystems are noted as initialized during initialization
|
3 年之前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 年之前 |
Anonymous Maarten
|
f53d797cca
cmake: generate git hash using GetRevisionDescription CMake module
|
3 年之前 |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 年之前 |
Sam Lantinga
|
ad8a6d2b05
Split SDL gamepad internal functions into SDL_gamepad_c.h
|
3 年之前 |