Commit History

Author SHA1 Message Date
  Ryan C. Gordon dfee3f9e92 render: Replaced SDL_RenderFlush with SDL_FlushRenderer. 1 year ago
  Sam Lantinga 81fc7ded78 Removed the window shape API for SDL 3.0 1 year ago
  Sam Lantinga 1c64366b80 Added SDL_CreateRendererWithProperties() and SDL_CreateTextureWithProperties() 1 year ago
  Sam Lantinga 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 1 year ago
  Sam Lantinga 1c4723ac66 SDL_CreateWindowFrom() now takes a set of properties that describe the native window and options. 1 year ago
  Sam Lantinga bd269b0f41 Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty() 1 year ago
  Sam Lantinga 0907f345cb Added property types: pointer, string, number, float 1 year ago
  Christoph Reichenbach 7c80ac6df7 API for pressure-sensitive pens + XInput2/Wayland 1 year ago
  Sam Lantinga b374105975 Replaced SDL_GetTextureDXGIResource() with texture properties 1 year ago
  Sam Lantinga 2991b9f6ac SDL now represents gamepad buttons as positional elements with a separate label 1 year ago
  Sylvain 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 1 year ago
  Sam Lantinga 979214363f Added SDL_GetGlobalProperties() 1 year ago
  Sam Lantinga fd4a2cce9e SDL_syswm.h has been removed and replaced with window properties 1 year ago
  Sam Lantinga aea6e6de6f Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup() 1 year ago
  Sam Lantinga a1941fad6c Replaced SDL_RenderGetD3D11Device(), SDL_RenderGetD3D12Device(), and SDL_RenderGetD3D9Device() with renderer properties. 1 year ago
  Sam Lantinga 0cd4b7d3e3 Added display properties 1 year ago
  Ryan C. Gordon 2f92807087 vulkan: SDL_Vulkan_CreateSurface now accepts an app-provided allocator. 1 year ago
  Ozkan Sezer d2e005ee13 dynapi: remove duplicated SDL_LoadWAV entries 1 year ago
  Sam Lantinga 70c149c88f Automatically clean up memory associated with events 1 year ago
  Sam Lantinga f9d11807c0 Added SDL_RWprintf() and SDL_RWvprintf() to do formatted printing to an SDL_rwops stream 1 year ago
  Sam Lantinga 7e445da569 Added SDL_CleanupEvent() 1 year ago
  Sam Lantinga a6b85c81cc Fixed build 1 year ago
  Sam Lantinga f439ccfc1a Updated return values for SDL event functions 1 year ago
  ilyas-taouaou d0d8b28df1 Change SDL_Vulkan_GetInstanceExtensions 1 year ago
  Ryan C. Gordon 9c664b0062 main: Added _optional_ callback entry points. 1 year ago
  Ryan C. Gordon 899eb0d042 thread: Locking mutexes and rwlocks are now void functions. 1 year ago
  Anonymous Maarten c9ccf0670c Add unsupported functions to dynapi 1 year ago
  Sam Lantinga 4368f70ff9 Added properties to various SDL objects 1 year ago
  Sam Lantinga 973c8b3273 Added SDL properties API 1 year ago
  Sam Lantinga 2bd478ae65 Added SDL_GetTextureDXGIResource() to get the DXGI resource associated with a render texture. 1 year ago