Commit Graph

  • 92b3969ea3 Fixed parameter documentation mismatch Sam Lantinga 2023-05-24 15:52:55 -0700
  • 22f22472a0 Create wrapper headers for platform specific hidapi modules Sam Lantinga 2023-05-25 07:51:16 -0700
  • 2a08bf6118 Use the bus in the HIDAPI joystick guid now that it's available Sam Lantinga 2023-05-24 15:20:54 -0700
  • af45ae7296 Update the SDL HIDAPI API to match upstream hidapi 0.14.0 Sam Lantinga 2023-05-24 15:16:49 -0700
  • 003a9b9666 Added interface_class, interface_subclass, and interface_protocol to USB device info Sam Lantinga 2023-05-24 14:24:04 -0700
  • 55ed69fc9a Fixed building SDL_hidapi.c with new hidapi Sam Lantinga 2023-05-24 10:03:22 -0700
  • 651d9c4a6e Fixed compiling hidapi in SDL build environment Sam Lantinga 2023-05-24 10:03:52 -0700
  • 2004304348 Directly include hidapi.h bundled with the hidapi source code Sam Lantinga 2023-05-24 08:16:07 -0700
  • 3b7b8f3c09 Updated hidapi to 0.14.0 release Sam Lantinga 2023-05-24 07:28:55 -0700
  • 6b8b9af88a Disable HIDAPI libusb support on FreeBSD in CI Sam Lantinga 2023-05-25 15:58:32 -0700
  • b252ecec6d Fixed crash if trying to dump a packet larger than USB_PACKET_LENGTH Sam Lantinga 2023-05-25 09:53:40 -0700
  • 2bf6a7c6af Fixed build warning on Xcode 14.3 Sam Lantinga 2023-05-24 18:37:42 -0700
  • b0d52f11f4 Added udev_device_get_syspath() to udev context Sam Lantinga 2023-05-24 10:39:43 -0700
  • c9d8a04945 Added SDL_swprintf() and SDL_vswprintf() Sam Lantinga 2023-05-24 09:41:22 -0700
  • 6c28546828 Added SDL_wcstol() Sam Lantinga 2023-05-24 08:14:47 -0700
  • 7602a3181e Allow declarations after statements Sam Lantinga 2023-05-24 14:53:34 -0700
  • 1bb7fdc084 tests: build tests with C90 standard Anonymous Maarten 2023-05-25 01:15:12 +0200
  • 35292d7dba pulseaudio: Redesigned to use pa_threaded_mainloop. Ryan C. Gordon 2023-05-24 13:36:52 -0400
  • 81fe505c31 audio: remove is_in_audio_device_thread() Ryan C. Gordon 2023-05-24 13:34:28 -0400
  • 89027e5334 Don't export hidapi functions from SDL Sam Lantinga 2023-05-25 22:37:16 -0700
  • e6be657148 Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate() Sam Lantinga 2023-05-24 22:37:38 -0700
  • d5a28b5ba7 hidapi/linux: fixed crash if uevent info isn't available Sam Lantinga 2023-05-25 17:13:41 -0700
  • 869e2aa254 hidapi/linux: retry hid_send_feature_report() if the ioctl() fails with EPIPE (e.g. the device stalled) Sam Lantinga 2023-05-25 17:11:18 -0700
  • 045645e158 hidapi/linux: fixed doubled and missing report ID for BLE devices Sam Lantinga 2023-05-25 17:03:29 -0700
  • 727512faef hidapi/windows: fixed PS4 controllers over Bluetooth on Windows 7 Sam Lantinga 2023-05-25 15:51:48 -0700
  • eb5ec1dc02 hidapi/windows: do not wait in GetOverlappedResult() in hid_read_timeout() Sam Lantinga 2023-05-25 15:35:30 -0700
  • 6417f090f4 hidapi/windows: fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close Sam Lantinga 2023-05-25 15:26:50 -0700
  • 44753e390e hidapi/windows: avoid enumerating devices that may hang when queried Sam Lantinga 2023-05-25 15:03:15 -0700
  • 3c3141de4e hidapi/windows: allow building on Windows, using the SDL C runtime Sam Lantinga 2023-05-25 20:28:31 -0700
  • 80ac619d61 hidapi/libusb: allow building on Windows, using the SDL C runtime Sam Lantinga 2023-05-25 12:43:09 -0700
  • 3dcfc389e8 hidapi/mac: Only enumerate IOHIDDevices that are likely to be joysticks Sam Lantinga 2023-05-25 08:47:51 -0700
  • 56b0d767f7 hidapi/mac: fixed crash on macOS when AirPods are connected Sam Lantinga 2023-05-25 08:53:45 -0700
  • a38e723248 hidapi/libusb: added quirks for the Sony PS3 controller Sam Lantinga 2023-05-24 22:10:09 -0700
  • b9eb0cd1a8 hidapi/libusb: enable support for Xbox 360 and Xbox One controllers Sam Lantinga 2023-05-24 21:48:20 -0700
  • 9137bf08da hidapi/libusb: maintain in-memory cache of vendor/product strings Sam Lantinga 2023-05-24 22:30:08 -0700
  • 1d62bf0f70 hidapi/libusb: use LIBUSB_CALL for the read_callback function Sam Lantinga 2023-05-24 21:53:26 -0700
  • e9bad08802 hidapi/libusb: use the same logic to get the config descriptor in hid_open_path() as in hid_enumerate() Sam Lantinga 2023-05-24 21:45:15 -0700
  • c14ebe7c62 Added iOS/tvOS hidapi 0.14.0 support Sam Lantinga 2023-05-24 18:36:04 -0700
  • a729ba66d2 Added Android hidapi 0.14.0 support Sam Lantinga 2023-05-24 18:08:34 -0700
  • 1ddd0f9a7a Fixed parameter documentation mismatch Sam Lantinga 2023-05-24 15:52:55 -0700
  • 2cc8cd8b7b Create wrapper headers for platform specific hidapi modules Sam Lantinga 2023-05-25 07:51:16 -0700
  • 89f1ebf7d9 Use the bus in the HIDAPI joystick guid now that it's available Sam Lantinga 2023-05-24 15:20:54 -0700
  • da29eb9d81 Update the SDL HIDAPI API to match upstream hidapi 0.14.0 Sam Lantinga 2023-05-24 15:16:49 -0700
  • 9e5be34c46 Added interface_class, interface_subclass, and interface_protocol to USB device info Sam Lantinga 2023-05-24 14:24:04 -0700
  • e0218ebeee Fixed building SDL_hidapi.c with new hidapi Sam Lantinga 2023-05-24 10:03:22 -0700
  • be97686cb5 Fixed compiling hidapi in SDL build environment Sam Lantinga 2023-05-24 10:03:52 -0700
  • d838e8ec42 Directly include hidapi.h bundled with the hidapi source code Sam Lantinga 2023-05-24 08:16:07 -0700
  • 8aafbbe655 Updated hidapi to 0.14.0 release Sam Lantinga 2023-05-24 07:28:55 -0700
  • 0bce0fa6e5 Disable HIDAPI libusb support on FreeBSD in CI Sam Lantinga 2023-05-25 15:58:32 -0700
  • ff94d6d8d0 Fixed crash if trying to dump a packet larger than USB_PACKET_LENGTH Sam Lantinga 2023-05-25 09:53:40 -0700
  • a535cc62a0
    video: Only specify some GL context attributes if not the explicit default. Ryan C. Gordon 2023-05-25 10:04:44 -0400
  • d4bc393efe
    video: Only specify some GL context attributes if not the explicit default. Ryan C. Gordon 2023-05-25 10:04:44 -0400
  • 6a3e1d8bab cmake: allow #include "SDL2/SDL.h.h" when using SDL2 as subproject Anonymous Maarten 2023-05-25 15:56:35 +0200
  • 2378ed1a01 Fixed build warning on Xcode 14.3 Sam Lantinga 2023-05-24 18:37:42 -0700
  • 7bbbfb0003 Added udev_device_get_syspath() to udev context Sam Lantinga 2023-05-24 10:39:43 -0700
  • 0d87bb79c0 Added SDL_swprintf() and SDL_vswprintf() Sam Lantinga 2023-05-24 09:41:22 -0700
  • a216ec4540 Added SDL_wcstol() Sam Lantinga 2023-05-24 08:14:47 -0700
  • 28011e57b9 Allow declarations after statements Sam Lantinga 2023-05-24 14:53:34 -0700
  • a6bb00f399 x11: Use XResources font DPI as a fallback for X11 content scale David Edmundson 2023-05-24 09:59:55 +0100
  • 433037144a x11: Use XResources font DPI as a fallback for X11 content scale David Edmundson 2023-05-24 09:59:55 +0100
  • baaaf7b66a
    pulseaudio: Redesigned to use pa_threaded_mainloop. Ryan C. Gordon 2023-05-24 13:36:52 -0400
  • 6ddf6904ae
    audio: remove is_in_audio_device_thread() Ryan C. Gordon 2023-05-24 13:34:28 -0400
  • 63b8af3558 Disable unused local typedefs warning Sam Lantinga 2023-05-23 17:23:30 -0700
  • 65180804c4 Disable unused local typedefs warning Sam Lantinga 2023-05-23 17:23:30 -0700
  • a9c988b2a9 Fixed building on 32-bit Linux Sam Lantinga 2023-05-23 14:36:25 -0700
  • 06d5989157 Fixed crash if video isn't initialized in SDL_CreatePopupWindow() Sam Lantinga 2023-05-23 13:41:34 -0700
  • e92e4d8b50 Save waitable timers in thread local storage instead of continuously allocating and freeing them Sam Lantinga 2023-05-23 11:32:40 -0700
  • ddbdd73258 Updated source to match SDL function prototype style Sam Lantinga 2023-05-23 11:29:41 -0700
  • 3f1fd5abff Updated source to match SDL function prototype style Sam Lantinga 2023-05-23 10:59:03 -0700
  • 737aa881fa Updated source to match SDL function prototype style Sam Lantinga 2023-05-23 09:37:07 -0700
  • a828f5897e testevdev: Add some driving sim controllers from Proton issue reports Simon McVittie 2023-04-11 18:16:24 +0100
  • c88b1d1ca0 testevdev: Add the ability to mark a device entry as unimplemented Simon McVittie 2023-04-11 18:12:59 +0100
  • 22e6319fed testevdev: Add data for some game controllers submitted to steam-devices Simon McVittie 2023-04-11 16:45:48 +0100
  • da3fefc65c x11: Adds support for generic clipboard data in X11 Linus Probert 2023-05-10 10:31:14 +0200
  • 92f72682e7 Document the Android SDK versions checked in Java code Sam Lantinga 2023-05-23 08:44:49 -0700
  • b48b1ce500 Document the Android SDK versions checked in Java code Sam Lantinga 2023-05-23 08:44:49 -0700
  • 891c89eeb8 Fix unused variable warnings Frank Praznik 2023-05-23 11:15:48 -0400
  • e2b8d96529 wayland: Validate surfaces and window data before sending touch events Frank Praznik 2023-05-23 10:25:36 -0400
  • ebe3f5369d wayland: Validate surfaces and window data before sending touch events Frank Praznik 2023-05-23 10:25:36 -0400
  • 78a92b4f9d Fixed duplicate Joy-Con controllers on macOS Sam Lantinga 2023-05-22 13:54:15 -0700
  • 61ef4efdfa Fixed duplicate Joy-Con controllers on macOS Sam Lantinga 2023-05-22 13:54:15 -0700
  • 7b2b99a996 Fixed handling the Saitek P3600, which doesn't use the Xbox 360 controller protocol Sam Lantinga 2023-05-22 12:41:03 -0700
  • cf0abf9911 Fixed handling the Saitek P3600, which doesn't use the Xbox 360 controller protocol Sam Lantinga 2023-05-22 12:41:03 -0700
  • b6d051e226 Fixed reporting backspace key if there is no text in the edit buffer (thanks @312937!) Sam Lantinga 2023-05-22 11:54:46 -0700
  • 0ad0347acb Use numeric codes for Android versions, to avoid SDK dependencies Sam Lantinga 2023-05-22 11:51:09 -0700
  • c971795954 Fixed reporting backspace key if there is no text in the edit buffer (thanks @312937!) Sam Lantinga 2023-05-22 11:54:46 -0700
  • 3f6b2d1a61 Use numeric codes for Android versions, to avoid SDK dependencies Sam Lantinga 2023-05-22 11:51:09 -0700
  • 1cadf4bab9 wayland: Validate surfaces and window data before sending touch events Frank Praznik 2023-05-22 12:34:40 -0400
  • 4dd9f61bfd Don't map the top keyboard row to numbers when using the one-handed DVORAK layouts (thanks @tormol!) Sam Lantinga 2023-05-22 11:30:42 -0700
  • a2f4783e75 Don't map the top keyboard row to numbers when using the one-handed DVORAK layouts (thanks @tormol!) Sam Lantinga 2023-05-22 11:30:42 -0700
  • fd0cfed502 wayland: Validate surfaces and window data before sending touch events Frank Praznik 2023-05-22 12:34:40 -0400
  • 2001a891c4 Fix Xbox link error from IsRectEmpty Caleb Cornett 2023-05-20 13:09:46 -0400
  • 376a3cd100 Fix Xbox link error from IsRectEmpty Caleb Cornett 2023-05-20 13:09:46 -0400
  • 2d6696f8d5 Fix Xbox link error from IsRectEmpty Caleb Cornett 2023-05-20 13:09:46 -0400
  • d7a56b93d5 Revert "Popups don't accept first focus clicks" Sam Lantinga 2023-05-21 08:18:46 -0700
  • e1a28bc16f Popups don't accept first focus clicks Sam Lantinga 2023-05-21 08:17:06 -0700
  • 1ee9a437f9 Stop beep when running iOS apps on ARM-based Macs M. P. Halpin 2022-12-31 20:45:35 -0800
  • bbf38bbbc3 Stop beep when running iOS apps on ARM-based Macs M. P. Halpin 2022-12-31 20:45:35 -0800
  • a6a222095e Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active Sam Lantinga 2023-05-20 11:14:34 -0700
  • 69644346ac Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active Sam Lantinga 2023-05-20 11:09:36 -0700