提交历史

作者 SHA1 备注 提交日期
  Sam Lantinga b2f6c4c1bd Fixed bus error when converting 16-bit to float for non-integral-multiple sample rates 8 年之前
  Ryan C. Gordon 366c77a9f0 audio: fixed one more incorrectly-hardcoded value in the resamplers. 8 年之前
  Alex Szpakowski eda74fda96 tvOS: Expose remote swipe gestures as arrow key presses (thanks oviano!) 8 年之前
  Alex Szpakowski 787a54c84b iOS bug #3377: work around bugs in some third party iOS libraries (e.g. Google admob) where they assume the optional UIApplicationDelegate ?window? property always exists and will crash if it doesn?t. 8 年之前
  Ryan C. Gordon f956df23bb audio: fixed arbitrary upsampling (thanks, Sylvain!). 8 年之前
  Philipp Wiesemann b515b34dbb Fixed hotplug with more than one device in testjoystick program. 8 年之前
  Philipp Wiesemann 0a3f9d0cfb Fixed warning about unused variable in controllermap program. 8 年之前
  Sam Lantinga 0c5e7a1067 Fixed handling joysticks that send multiple events for a single control, e.g. both a button and axis event for a trigger. 8 年之前
  Sam Lantinga b4ea63ec2c Fixed crash if there are multiple joysticks closed during the joystick update loop 8 年之前
  Ryan C. Gordon f50a04009c windows: add whitespace to fix macro preprocessing issue (thanks, Sven!). 8 年之前
  Sam Lantinga 85d8a79f65 Fixed updated return value for SDL_GL_SwapWindow() 8 年之前
  Sam Lantinga e81bf12b85 Fixed edid parsing code for older gcc compilers 8 年之前
  Sam Lantinga 8414c3d4ae Fixed ABI, don't change the return type of SDL_GL_SwapWindow() 8 年之前
  Sam Lantinga 6211668e9f Fixed creating a renderer on the dummy driver on Mac OS X 8 年之前
  Sam Lantinga cb5a0b0f6a Fixed crash when creating a dummy window on Mac OS X 8 年之前
  David Ludwig d6bcec8f6a WinRT: build fixes 8 年之前
  Sam Lantinga 454d9cb96d PP_OK isn't available in the NaCl build environment on buildbot. It's defined as 0 8 年之前
  Sam Lantinga 97d05b0da8 Fixed a bunch of SwapWindow calls that needed their return value updated 8 年之前
  Sam Lantinga 7a39681ea5 Fixed X11 OpenGL ES build 8 年之前
  Sam Lantinga fed8cbcdb6 Fixed build for EGL platforms 8 年之前
  Sam Lantinga b936a4c360 Added support for the XiaoMi Game Controller 8 年之前
  Sam Lantinga 70aa2a5717 Only print out the controller mappings if we're not going to test a controller 8 年之前
  Sam Lantinga 524bf3c282 Fixed bug 3513 - SDL_GL_SwapWindow does not return error status 8 年之前
  Sam Lantinga 3b18c796ed Fixed bug 3512 - Memory leak of SDL_Joystick axes_zero array 8 年之前
  Sam Lantinga a525017139 Protect the game controller API the same way the joystick API is protected from multi-threaded access 8 年之前
  Sam Lantinga 1b08f0c179 Added the guide button for the NVIDIA Shield Controller 8 年之前
  Sam Lantinga 91491824ae Removed unneeded warning when running from Visual Studio 8 年之前
  Sam Lantinga acabb5d5fd Added support for XBox One controllers on Mac OS X, using the driver at: https://github.com/360Controller/360Controller/releases 8 年之前
  Ryan C. Gordon 09ed5cc0d8 xcode: Make sure SDL_dataqueue sources are included in all targets. 8 年之前
  Ryan C. Gordon 6cb2f5bbbc xcode: updated macOS and iOS project files with SDL_dataqueue sources. 8 年之前