Commit History

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