Commit History

Author SHA1 Message Date
  Sam Lantinga bd041b4831 Make sure SDL subsystems are initialized before starting threads 1 year ago
  Sam Lantinga b517043936 Added TLS initialization and shutdown functions 1 year ago
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface 1 year ago
  Sam Lantinga 9d47daef0a Do a final pass freeing temporary memory when we quit. 1 year ago
  Sam Lantinga ab3c8552c2 Clean up renderers at shutdown 1 year ago
  Sam Lantinga ce65f84fd8 Fixed Android warnings 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
  Sam Lantinga 156ca356b5 Free any temporary environment memory at SDL_Quit() 1 year ago
  Sam Lantinga 661f2fc1fc Removed the SDL_Version structure, moved SDL version to SDL.h 1 year ago
  Frank Praznik 1f43c88220 time: Use a function instead of properties to retrieve the system date and time locale info 1 year ago
  Sam Lantinga afe7c7a644 Changed SDL_ClearError() to always return 0. 1 year ago
  Anonymous Maarten 1aa9ef7213 cpuinfo: reset cpu features on SDL_Quit 2 years ago
  Sam Lantinga c33e4c998d Clear the subsystem ref count when shutting down subsystems in the main quit 2 years ago
  Frank Praznik a6fbf0488c Add time and realtime clock functions 2 years ago
  Sam Lantinga 276566235c Removed SDL_ClearHints() from the public API 2 years ago
  Ryan C. Gordon cb10c80aaf camera: Reworked to operate with a driver interface, like other subsystems. 2 years ago
  Sam Lantinga cacac6cc34 Updated structure and field names for consistency 2 years ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga c540c77756 Removed SDL_INIT_EVERYTHING 2 years ago
  Sam Lantinga 52d6587084 Removed SDL_EVENTS_DISABLED 2 years ago
  Sam Lantinga 0d7df16812 Timers are a required platform feature 2 years ago
  Semphris 2348e8b6a2 Add hint to make SDL handle dbus_shutdown() 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga 407a3cb4e0 Fixed infinite recursion initializing properties 2 years ago
  Ivan Mogilko 7f65ed6461 Handle subsystem dependencies recursively 2 years ago
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 years ago
  Sam Lantinga 38afd48daf Added a single source of SDL object IDs 2 years ago
  Ryan C. Gordon 797b70877d audio: Remove stub header SDL_audio_c.h. 2 years ago