Commit History

Author SHA1 Message Date
  SDL Wiki Bot c8ebbb3e92 Sync SDL3 wiki -> header 2 months ago
  Xen b3ba1c159e Update SDL_clipboard.h 2 months ago
  Ryan C. Gordon 7a5604cf0c Sync SDL3 wiki -> headers. 8 months ago
  Sam Lantinga c0e5901c42 Reverted accidentally committed work in progress 9 months ago
  Sam Lantinga f2074d7af3 Updated copyright for 2025 9 months ago
  SDL Wiki Bot 3fa0537565 Sync SDL3 wiki -> header 10 months ago
  Ryan C. Gordon 79316ca36e Heavy work on improving category documentation. 10 months ago
  Sam Lantinga bc4185c685 Document that video and input functions should be called on the main thread. 10 months ago
  Ryan C. Gordon 10e52e1899 docs: Added more '\threadsafety` tags. 11 months ago
  Ryan C. Gordon 1c1706a00b fnsince: update `\since` policy for documentation. 11 months ago
  SDL Wiki Bot 63ef5a2369 Sync SDL3 wiki -> header 11 months ago
  Petar Popovic fd530d029f Fixed typo in SDL_clipboard.h 11 months ago
  Sam Lantinga 3f446d8fb5 Minor cleanup 1 year ago
  SDL Wiki Bot 0e5a49542d Sync SDL3 wiki -> header 1 year ago
  David Fort f32e96f5e2 clipboard: add SDL_ClipboardMimeTypes 1 year ago
  SDL Wiki Bot 026d3c2306 Sync SDL3 wiki -> header 1 year ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 1 year ago
  SDL Wiki Bot 85bbc6028a Sync SDL3 wiki -> header 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga b5ad74998b Removed SDL_DECLSPEC_FREE 1 year ago
  SDL Wiki Bot 0f2fc2fbaa Sync SDL3 wiki -> header 1 year ago
  Sam Lantinga 4f55271571 Removed temporary memory from the API 1 year ago
  Sam Lantinga 5e513ecc7f Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready. 1 year ago
  SDL Wiki Bot 975457cfb6 Sync SDL3 wiki -> header 1 year ago
  Sam Lantinga 71a60d4c0e Updated documentation for functions that return temporary memory 1 year ago
  Sam Lantinga c4eac60000 SDL_GetClipboardData() follows the SDL_GetStringRule 1 year ago
  Sam Lantinga 637e9700dd Standardize placement of '*' in function declarations 1 year ago
  Sam Lantinga d73c7311d5 Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later. 1 year ago
  Ryan C. Gordon d40b89dff6 clipboard: SDL_GetPrimarySelectionText() now follows the SDL_GetStringRule. 1 year ago
  Ryan C. Gordon 158fc459f1 clipboard: SDL_GetClipboardText() now follows the SDL_GetStringRule. 1 year ago