Sam Lantinga
|
237086c917
Fixed Xcode 14.2 warnings
|
2 years ago |
Sam Lantinga
|
dc280c17a0
Moved SDL_intrin.h back into the public headers for application use
|
2 years ago |
Sam Lantinga
|
9f721d492a
Catch SDL_opengles2.h in rename_headers.py
|
2 years ago |
Sam Lantinga
|
69b94145d3
Updated documentation for SDL_migration.cocci
|
2 years ago |
Anonymous Maarten
|
c4b471bd13
Ensure training new line in cocci files
|
2 years ago |
Anonymous Maarten
|
ecc48b882d
migration: change 2nd arg of SDL_CreateRenderer to NULL if it was -1
|
2 years ago |
Sylvain Becker
|
5066fcde69
Add SDL_migration.cocci for SDL2 to 3 migration (#7042)
|
2 years ago |
Elad Lahav
|
413af2f5f1
Addressed comments
|
2 years ago |
Elad Lahav
|
38b35a3414
Allow the use of posix_spawn() instead of vfork/execlp()
|
2 years ago |
Sam Lantinga
|
56522034db
Fixed building with Visual Studio 2010
|
2 years ago |
Narr the Reg
|
9fa55d9cab
hidapi: switch: Add user calibration support
|
2 years ago |
Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
2 years ago |
Anonymous Maarten
|
9597c482fa
ci: add haiku to ci matrix
|
2 years ago |
Anonymous Maarten
|
a486d0e2b2
ci: rename *.yaml -> *.yaml
|
2 years ago |
Anonymous Maarten
|
049e6ff408
cmake: haiku uses CXX code, so enable it in C-only project
|
2 years ago |
Anonymous Maarten
|
837416ef85
cmake: command-line option ‘-Wdeclaration-after-statement’ is valid for C/ObjC but not for C++
|
2 years ago |
Anonymous Maarten
|
aa7fdd6624
haiku: remove unused variable in SDL_BApp.h
|
2 years ago |
Anonymous Maarten
|
0ab99ffb2a
cmake: add SDL_TESTS_TIMEOUT_MULTIPLIER to account for slower machines
|
2 years ago |
Anonymous Maarten
|
f85ef6fc3c
haiku: fix use of SDL_ConvertSurfaceFormat
|
2 years ago |
Sam Lantinga
|
5ed00d34aa
Document that condition variable mutexes can't be locked recursively.
|
2 years ago |
Sam Lantinga
|
e9b86eebf3
Functions which return function pointers now return SDL_FunctionPointer instead of void*
|
2 years ago |
Sylvain
|
7275b2b352
SDL_GetTicks64: entry added in SDL_ENABLE_OLD_NAMES
|
2 years ago |
Sam Lantinga
|
5feebcdce0
SDL_AddHintCallback() now returns a standard int result instead of void
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sam Lantinga
|
78ccadd5a2
Speed up processing of update-copyright.sh
|
2 years ago |
Sam Lantinga
|
504bce5187
Set SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS for the virtual joystick test
|
2 years ago |
Sam Lantinga
|
c663e6d568
Revert "Always allow controller events for virtual joysticks regardless of focus state"
|
2 years ago |
Sam Lantinga
|
dbd4b88abc
Generally removed generally
|
2 years ago |
Sam Lantinga
|
40833d2526
Documented thread starvation issue raised in https://github.com/libsdl-org/SDL/pull/7023
|
2 years ago |
Sam Lantinga
|
59308cb3e9
SDL_platform_defines.h is already included in SDL_platform.h
|
2 years ago |