Commit History

Author SHA1 Message Date
  SDL Wiki Bot d529407ce7 Sync SDL3 wiki -> header 6 months ago
  Sam Lantinga fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() 6 months ago
  SDL Wiki Bot 026d3c2306 Sync SDL3 wiki -> header 7 months ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
  Maia 0da2bd49c8 Remove unused includes. This only removes includes that aren't used at all, not even in comments. 7 months ago
  Ryan C. Gordon ac08dde1b2 windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 7 months ago
  Ryan C. Gordon 154452a726 winrt: Removed WinRT/Windows Phone/UWP support. 7 months ago
  SDL Wiki Bot 85bbc6028a Sync SDL3 wiki -> header 7 months ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 8 months ago
  Sam Lantinga d7b027a241 Namespace the object creation properties 8 months ago
  Sam Lantinga 4f55271571 Removed temporary memory from the API 8 months ago
  Sam Lantinga 5e513ecc7f Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready. 8 months ago
  SDL Wiki Bot 975457cfb6 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga 71a60d4c0e Updated documentation for functions that return temporary memory 9 months ago
  Sam Lantinga 637e9700dd Standardize placement of '*' in function declarations 9 months ago
  Sam Lantinga 2816745f48 Allow passing a pointer to SDL_FreeEventMemory() 9 months ago
  Sam Lantinga d73c7311d5 Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later. 9 months ago
  SDL Wiki Bot d65a8146b9 Sync SDL3 wiki -> header 9 months ago
  Sam Lantinga ec3bb4c029 Removed the need for SDL_CreateTLS() 9 months ago
  Ryan C. Gordon 51902d4ac5 Updated headers with latest wikiheaders tweaks. 10 months ago
  SDL Wiki Bot f003461a0b Sync SDL3 wiki -> header 10 months ago
  Ryan C. Gordon 96f2ef77ab include: Make function pointer params into typedefs. 10 months ago
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 10 months ago
  Ryan C. Gordon a4ccace9c5 include: Fix warnings from gendynapi.py. 11 months ago
  Sam Lantinga 89caa88b73 Get the definition for SDL_PropertiesID in SDL_thread.h 11 months ago
  SDL Wiki Bot be5d4e5857 Sync SDL3 wiki -> header 11 months ago
  Ryan C. Gordon f2e3437311 include: Fixed headers to not break with wikiheaders. This is a hack for now. 11 months ago
  SDL Wiki Bot b7bb220e60 Sync SDL3 wiki -> header 11 months ago
  Ryan C. Gordon b2ca8fe458 thread: Simplified docs, moved some technical details to a non-wiki comment. 11 months ago
  Ryan C. Gordon b83bb035e6 thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties. 11 months ago