提交歷史

作者 SHA1 備註 提交日期
  Sam Lantinga 710ae62a79 Remember XInput controllers that we've already seen, so when the raw device list changes we don't assign the old device to the new XInput userid. 8 年之前
  Sam Lantinga da30992d47 Fixed bug 3577 - Can't set minimal size (message box appears instead) if maximal size wasn't declared (i.e. unlimited) 8 年之前
  Sam Lantinga 3f83fce7c1 Fixed whitespace 8 年之前
  Sam Lantinga be28d7c88c Added support for the Saitek Pro Flight X-56 Rhino 8 年之前
  Sam Lantinga 6717a3d38d Added support for the HOTAS Warthog throttle 8 年之前
  Sam Lantinga a156b0d994 Added the HOTAS Warthog as a flight stick 8 年之前
  Sam Lantinga 800a72eb17 Switch stderr output to SDL_Log() so it shows up on Windows and mobile devices 8 年之前
  Philipp Wiesemann 4e3fa7b9d4 Fixed compiler warning about comma at end of enum. 8 年之前
  Sam Lantinga 52e9c42df9 Fixed Windows build 8 年之前
  Sam Lantinga 869b7fe314 Fixed bug 3550 - No mouse move messages send while over the titlebar and windows edges 8 年之前
  R?mi Verschelde c3eea703ee Use a stronger X font definition for X11_MessageBox on UTF-8 8 年之前
  Sam Lantinga 13433c4a61 Fixed bug 3569 - GL_UpdateViewport leaves PROJECTION matrix selected 8 年之前
  Sam Lantinga 0090a33805 Return an error if trying to set a window minimum size larger than the maximum size, or vice versa 8 年之前
  Sam Lantinga d02473682e Sorted controller entries 8 年之前
  Jessica Stokes aa90b730b8 Add a mapping for Xbox Wireless Controllers running old firmware 8 年之前
  Ryan C. Gordon 8fa9b57f75 windows: first shot at naming threads with SetThreadDescription(). 8 年之前
  Sam Lantinga 95ab9dc73c Added Thrustmaster Wheel FFB entry to the list of wheels 8 年之前
  Sam Lantinga 3c90a52aa7 Added an API to get the type of a connected joystick 8 年之前
  Misty De Meo ae5e9a319b Add gamecontrollerdb mapping for Xbox One S on Mac 8 年之前
  Misty De Meo ca89d9b593 Darwin: fix detection of Xbox One S controller 8 年之前
  Sam Lantinga ede5c73484 Generalized the audio resampling hint for other resampling methods in the future 8 年之前
  Ryan C. Gordon 47e2f4e950 audio: libsamplerate can't resample in-place; make space for a copy if needed. 8 年之前
  Ryan C. Gordon 1b3327edd0 configure: report libsamplerate support status. 8 年之前
  Ryan C. Gordon c7f9dcb6fc audio: Offer a hint for libsamplerate quality/speed tradeoff. 8 年之前
  Ryan C. Gordon 5ea0c893cd CMake: fixed logic error in setting -mfpmath=387. 8 年之前
  Ryan C. Gordon 36cb05a8f8 configure.in: Check for sse3 too when setting -mfpmath=387. 8 年之前
  Ryan C. Gordon 1da3a33773 audio: Fix static analysis concerns about a dead assignment. 8 年之前
  Ryan C. Gordon 073ff7dea3 Added a note about aligning SDL_AudioCVT data. 8 年之前
  Ryan C. Gordon 8f627c1cd8 audio: Make sure SDL_AudioStream's work buffer is 16-byte aligned, for SIMD. 8 年之前
  Ryan C. Gordon 17dcee20c1 audio: Streams now resample in-place. Removed second allocated buffer. 8 年之前