Commit History

Author SHA1 Message Date
  Sam Lantinga d6981da5a4 Added SDL_GetSandbox() 1 year ago
  Ryan C. Gordon 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 1 year ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 1 year ago
  Sam Lantinga f827c1322c Renamed SDL_Del* to SDL_Remove* 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 year ago
  Sam Lantinga 037541a0e0 Check standard error code return values as < 0 instead of == -1 1 year ago
  Sam Lantinga 0da346f129 Added SDL_HINT_HIDAPI_LIBUSB, SDL_HINT_HIDAPI_LIBUSB_WHITELIST, and SDL_HINT_HIDAPI_UDEV 1 year ago
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions 1 year ago
  Ryan C. Gordon ad090d2444 include: A ton of little documentation tweaks, fixes, and improvements. 1 year ago
  Ozkan Sezer 07a0c0e402 SDL_hidapi.c: adjust for new SDL_PLATFORM_WINDOWS meaning. 2 years ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga fc0c774976 Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Ozkan Sezer 2f806c89b5 initial import of hidapi netbsd uhid native backend from mainstream 2 years ago
  Sam Lantinga f622f21e6f Fixed build 2 years ago
  Sam Lantinga 5774c9638c Prefer hidraw over libusb when libusb whitelisting is not enabled 2 years ago
  Sam Lantinga 3e1ae0c867 Clearified the libusb whitelist default logic 2 years ago
  Ozkan Sezer f464eb2c54 SDL_hidapi.c: change 'use_libusb_whitelist_default' into a macro. 2 years ago
  Ethan Lee f0f15e365d hidapi: Use a whitelist for libusb when other backends are available 2 years ago
  Sam Lantinga d032492aab Fixed detecting Bluetooth Steam Controllers on Windows 2 years ago
  Sam Lantinga 6e7769cde1 Fixed detecting Bluetooth Steam Controllers 2 years ago
  Sam Lantinga fa41ece65f Allow other applications to open controllers on macOS 2 years ago
  Ozkan Sezer e27c10a5b1 hidapi/libusb: don't try to dlsym libusb_wrap_sys_device 2 years ago
  Sam Lantinga 4f58445f03 Ignore both the mouse and keyboard endpoints of Steam Controllers when enumerating game controllers 2 years ago
  Sam Lantinga 0ffeca8a1c Added SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS to control whether SDL_hid_enumerate() enumerates all HID devices or only controllers. 2 years ago
  Sam Lantinga bc28790817 Make sure hidapi error handling is thread-safe 2 years ago
  Sam Lantinga d51f84a2e1 Revert "Fixed double-free during multi-threaded hidapi access" 2 years ago
  Sam Lantinga 2b386b6c80 Fixed double-free during multi-threaded hidapi access 2 years ago