提交历史

作者 SHA1 备注 提交日期
  atfrase 0b8e796e2c added hueristic to differentiate digital vs analog 'hat' input axes and expose the latter as regular axes; added automatic deadzones to hat outputs, in case analog axes are still mapped to digital hats; updated automatic gamepad control mapping to more completely follow the spec 3 年之前
  Michael Fitzmayer fbd230bb6c Add support for the Nokia N-Gage (#5597) 3 年之前
  emily 3fcc2cb500 x11: get x1/x2 button state in GetGlobalMouseState 3 年之前
  Susko3 f25a78eede Enable `SDL_TEXTEDITING_EXT` events in `checkkeys` test 3 年之前
  Susko3 6150245d65 Add new verbosity level for logging of `SDL_SysWMEvent`s 3 年之前
  Daniel Brookman d1a3981bf8 Fix crash when reading background events for MFi controllers on macOS 3 年之前
  Jan200101 bb0b6dd42e Fixed using WGI without XInput 3 年之前
  Sam Lantinga 5394238cdc Don't include the internal header for a file intended for use by applications 3 年之前
  Sam Lantinga 41b9198515 Fixed Xcode warning about Framework include style 3 年之前
  Sam Lantinga 829f6b3d7d These headers are system headers, not local headers 3 年之前
  Sam Lantinga 0687128c96 Reduce CPU usage in testgamecontroller 3 年之前
  Eddy Jansson 9e5cbf034a Disallow non-positive allocation. 3 年之前
  Sam Lantinga f81419702e Document that SDL_MAX_LOG_MESSAGE is no longer meaningful 3 年之前
  Eddy Jansson 6c2928b4be Switch uses of MIN() to SDL_min() 3 年之前
  Eddy Jansson ca26df3404 assert: Allow messages of any length. 3 年之前
  Eddy Jansson 888899244c log: Allow log messages of any length. 3 年之前
  Eddy Jansson 645db217a0 log: Use malloc for long messages. 3 年之前
  Eddy Jansson 73448fe245 assert: Remove use of alloca() 3 年之前
  Eddy Jansson 97774cdf72 Move in va_copy() define block from stdlib. 3 年之前
  Sam Lantinga 7e636b03cc Removed log message length limitation for Apple platforms 3 年之前
  Kelly Gravelyn 1aa9754d96 Add missing backslashes in README-linux.md command 3 年之前
  Carl Friess 2ccb0dfd16 Check for macOS 10.16 to support apps built with older macOS SDKs 3 年之前
  Sam Lantinga a0cdc1fc30 Added declaration of SDL_LogInit() and SDL_LogQuit() 3 年之前
  Ryan C. Gordon 29694869b1 audio: Revert one of the resampler optimizations. 3 年之前
  Eddy Jansson 5c1f5a7306 test: Correct invalid enum length. 3 年之前
  Ryan C. Gordon 0f45a4e303 log: Don't try to SDL_free the static array. :) 3 年之前
  Ryan C. Gordon 31e83cd14c log: Fixed build (sorry!) 3 年之前
  Ryan C. Gordon fde9a7086e log: Make the message buffer static. 3 年之前
  Ryan C. Gordon c4141bc11c log: Wrap the call to the logging implementation in a mutex. 3 年之前
  Ryan C. Gordon 2a42952281 log: Don't stack-allocate the message buffer. 3 年之前