Commit History

Author SHA1 Message Date
  Petar Popovic f4cea5e019 Removed const qualifiers from SDL_CreateHashTable() parameter types 6 months ago
  Ryan C. Gordon d287feaddf render: Remove non-pointer args' const qualifiers on SDL_RenderTextureRotated. 6 months ago
  SDL Wiki Bot e3757f072b Sync SDL3 wiki -> header 6 months ago
  Ryan C. Gordon 8b4f5f09c1 dynapi: It's a Python script now, not a perl script. 6 months ago
  Ryan C. Gordon 35b002be82 audio: Clarified SDL_GetAudioStreamQueued docs. 6 months ago
  Sam Lantinga 47450425fd Allow iterating just the keys or values in a hashtable 6 months ago
  Sam Lantinga d5fe6dd627 Don't use const for non-pointer API parameters 6 months ago
  Ryan C. Gordon d2b2a752ce SDL_migration.cocci: A few fixes. 6 months ago
  Sam Lantinga 91b074beb7 Removed SDL_IPHONE_MAX_GFORCE 6 months ago
  SDL Wiki Bot 34033d5838 Sync SDL3 wiki -> header 6 months ago
  Sam Lantinga eced9f58a9 Added a userdata parameter for EGL attribute callbacks 6 months ago
  SDL Wiki Bot 798c9574d0 Sync SDL3 wiki -> header 6 months ago
  Sam Lantinga 89e68aa801 Added missing return value documentation for bsearch() 6 months ago
  Sam Lantinga 4fa92d233d Include stdbool.h when using Visual Studio 2017+ 6 months ago
  Frank Praznik 522321b7c9 test: Fix testcustomcursor on high-DPI displays 6 months ago
  Sam Lantinga 3b3c4a79b6 Don't close file descriptors already handled by AddFileDescriptorCloseActions() 6 months ago
  Anthony 5f5379dc99 Add `SDL_IsTV()` (#11004) 6 months ago
  SDL Wiki Bot 6bcf2f919a Sync SDL3 wiki -> header 6 months ago
  Ryan C. Gordon 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 6 months ago
  SDL Wiki Bot f351395c46 Sync SDL3 wiki -> header 6 months ago
  Sam Lantinga 3234a3b902 Simplified internal SDL_Surface structure 6 months ago
  Sam Lantinga 1f3a0d12e6 Made texture size and format public in the API 6 months ago
  Ryan C. Gordon 5136b30652 render: SDL_ConvertEventToRenderCoordinates() now handles pen events. 6 months ago
  Ryan C. Gordon b4fcd1f345 pen: Corrected some documentation. 6 months ago
  Sam Lantinga e3dbd74fe7 Improved documentation for SDL_Surface fields 6 months ago
  Ozkan Sezer 13c5d1092f hidapi: update hid_write() for windows from mainstream. 6 months ago
  cosmonaut 3eab599977 just force the barrier on UpdateTexture actually 6 months ago
  cosmonaut e17741a6cb Render GPU: Only cycle on update if entire texture is replaced 6 months ago
  Sam Lantinga 45ad763de5 Disable backface culling and use a constant rectangle winding order. 6 months ago
  cosmonaut fa14b53273 GPU Vulkan: Clear up some swapchain edge cases 6 months ago