コミット履歴

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