Commit Verlauf

Autor SHA1 Nachricht Datum
  Sam Lantinga fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() vor 1 Jahr
  Sam Lantinga 48e213b4cd Fixed SDL_ShouldQuit() returning false during status transitions vor 1 Jahr
  Sam Lantinga 125e592844 Added SDL_ShouldInit() and SDL_ShouldQuit() vor 1 Jahr
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool vor 1 Jahr
  Sam Lantinga 8d223b3037 Renamed atomic functions to match SDL 3.0 naming convention vor 1 Jahr
  Ryan C. Gordon ac08dde1b2 windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. vor 1 Jahr
  Ryan C. Gordon 154452a726 winrt: Removed WinRT/Windows Phone/UWP support. vor 1 Jahr
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API vor 1 Jahr
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL vor 1 Jahr
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code vor 1 Jahr
  Sam Lantinga 4f55271571 Removed temporary memory from the API vor 1 Jahr
  Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule vor 1 Jahr
  Sam Lantinga ec3bb4c029 Removed the need for SDL_CreateTLS() vor 1 Jahr
  Sam Lantinga 5bf6bc4d7d Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty() vor 1 Jahr
  Sam Lantinga bd041b4831 Make sure SDL subsystems are initialized before starting threads vor 1 Jahr
  Sam Lantinga b517043936 Added TLS initialization and shutdown functions vor 1 Jahr
  Ryan C. Gordon 96f2ef77ab include: Make function pointer params into typedefs. vor 1 Jahr
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. vor 1 Jahr
  Ryan C. Gordon b83bb035e6 thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties. vor 1 Jahr
  Ryan C. Gordon 0ec716819e thread: Reworked SDL_CreateThread to be consistent across platforms. vor 1 Jahr
  Sam Lantinga 6f2621438a Renamed DECLSPEC to SDL_DECLSPEC vor 1 Jahr
  Ozkan Sezer e909c0360f remove most of SDL_OutOfMemory() calls where SDL is the allocator. vor 2 Jahren
  Sam Lantinga 9920e062d5 Removed SDL_HINT_THREAD_STACK_SIZE vor 2 Jahren
  Sam Lantinga df4b855af5 Updated SDL_TLSID to use the same type as other IDs in SDL vor 2 Jahren
  Sam Lantinga fc0c774976 Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() vor 2 Jahren
  Sam Lantinga a2665f54c8 Updated the atomic API for SDL 3.0 naming conventions vor 2 Jahren
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 vor 2 Jahren
  Sam Lantinga 72b7acfe8a Don't create a TLS error buffer if we're just clearing the error vor 2 Jahren
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. vor 2 Jahren
  meyraud705 8708ba7393 Don't leak if realloc fails vor 2 Jahren