Sam Lantinga
|
885e611f3c
Added macros to push/pop error messages while cleaning up
|
il y a 10 mois |
Sam Lantinga
|
e50db698e2
Disable all camera drivers if SDL_CAMERA_DISABLED is defined
|
il y a 1 an |
Sam Lantinga
|
a792434a37
Added initial MJPG support using stb_image
|
il y a 1 an |
Sam Lantinga
|
cf41ccc6ce
Removed stb_image.h from SDL
|
il y a 1 an |
Sam Lantinga
|
84b0c13c44
Added support for Motion JPEG camera capture
|
il y a 1 an |
Sam Lantinga
|
cdde6dd7bb
Bumped deployment requirements for Apple platforms
|
il y a 1 an |
Anonymous Maarten
|
a78104a47f
Disable long long support in the headers with SDL_NOLONGLONG
|
il y a 1 an |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
il y a 1 an |
L zard
|
6cc9ce183d
SDL_internal: remove `#undef SDL_LEAN_AND_MEAN`
|
il y a 1 an |
L zard
|
8b6d3c88cf
Fix `#ifdef`s to have config flags either defined as 1 or undefined
|
il y a 1 an |
Evan Hemsley
|
119b4fa5f5
GPU: Remove D3D11 backend and allow D3D12 to ingest DXBC (#11456)
|
il y a 1 an |
Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
il y a 1 an |
Sam Lantinga
|
1f3a0d12e6
Made texture size and format public in the API
|
il y a 1 an |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
il y a 1 an |
Sam Lantinga
|
387774ab8a
Build config flags are either defined or undefined, never 0
|
il y a 1 an |
Sam Lantinga
|
f08ac438ed
Use stdbool for SDL_bool
|
il y a 1 an |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
il y a 1 an |
Anonymous Maarten
|
c298d2024a
Include SDL_build_config.h without a 'build_config/' prefix
|
il y a 1 an |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
il y a 1 an |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
il y a 1 an |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
il y a 1 an |
Sam Lantinga
|
fd9fe1bb7b
Renamed event memory to temporary memory, since it's not just used for events
|
il y a 1 an |
Sam Lantinga
|
bb96320cc4
Make sure we always copy the data returned using SDL_GetStringRule
|
il y a 1 an |
Sam Lantinga
|
bd041b4831
Make sure SDL subsystems are initialized before starting threads
|
il y a 1 an |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
il y a 1 an |
Sam Lantinga
|
b0e93e4e63
Prevent crashes if freed objects are passed to SDL API functions
|
il y a 1 an |
Ryan C. Gordon
|
2f2c3afb05
SDL_internal: tweaked comment.
|
il y a 1 an |
Ryan C. Gordon
|
48ebc829e4
thread: Fix build, if SDL is built without an external C runtime.
|
il y a 1 an |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
il y a 1 an |
Ryan C. Gordon
|
a5c892d2c3
stdlib: Improve Unicode support and consistency in string comparison functions.
|
il y a 2 ans |