Commit History

Author SHA1 Message Date
  Cameron Gutman 574db63c8e evdev: Batch mouse axis updates until SYN_REPORT 3 years ago
  Sam Lantinga 120c76c84b Updated copyright for 2022 3 years ago
  Cameron Gutman 2d673e5b56 evdev: Add support for REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES 3 years ago
  Sam Lantinga 373216ae5b Added support for touchpads in the Linux evdev code (thanks Francisco!) 3 years ago
  Sam Lantinga bf97c5a22f Make sure SDL file descriptors don't leak into child processes 3 years ago
  Sam Lantinga 2f72535c62 Fixed joysticks generating SDL mouse events 4 years ago
  Sam Lantinga 9130f7c377 Updated copyright for 2021 4 years ago
  Sam Lantinga cb36189692 Fixed bug 5235 - All internal sources should include SDL_assert.h 4 years ago
  Simon McVittie 8db3171b98 udev: Factor out SDL_EVDEV_GuessDeviceClass 4 years ago
  Sam Lantinga a8780c6a28 Updated copyright date for 2020 5 years ago
  Sam Lantinga 2bfcf5cd96 Added Linux controller mapping for the Xbox One Elite Series 2 controller in Bluetooth mode 5 years ago
  Alex Szpakowski 109cbd6e8b Fix touch-related compile errors on Linux. 6 years ago
  Alex Szpakowski d5ec735a33 Add a windowID field to SDL_TouchFingerEvent (bug #4331). 6 years ago
  Sam Lantinga 67bb882e13 Fixed bug 4707 - SDL_SetRelativeMouseMode fails on Vivante 6 years ago
  Sam Lantinga d01150abc2 Fixed bug 4665 - Add support for single touch evdev devices 6 years ago
  Sam Lantinga 23569362dc Use SDL sized types 6 years ago
  Sam Lantinga 3e3294645f Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types 6 years ago
  Sylvain Becker ab03892ddf Bug 4576: track both FingerId and TrackId 6 years ago
  Sylvain Becker 6bc2d9de1f Bug 4576: remove touch/mouse duplication for linux/EVDEV 6 years ago
  Ryan C. Gordon 861a21f98b evdev: don't debug log on a BTN_TOUCH from a non-touch device. 6 years ago
  Ryan C. Gordon 2755a505a3 evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!). 6 years ago
  Sam Lantinga 5e13087b0f Updated copyright for 2019 6 years ago
  Alex Szpakowski 5029d50ea8 Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 6 years ago
  Ozkan Sezer b6aaefc791 SDL_evdev.c: undefine _THIS before redefining it. 7 years ago
  Sam Lantinga e3cc5b2c6b Updated copyright for 2018 7 years ago
  Philipp Wiesemann 22c221f3b0 linux: Changed internal functions to be static. 8 years ago
  Philipp Wiesemann 90ed3daa3e Changed messages about not recognized keys to include discourse link. 8 years ago
  Sam Lantinga e0a40fb6a9 Implemented full evdev keyboard text support 8 years ago
  Sam Lantinga 49292705a9 Fixed bug 3545 - SDL_EVDEV_do_text_input() may be too eager to find error cases 8 years ago
  Sam Lantinga 7b66295e05 Removed console check, let the kernel decide whether muting is appropriate on this terminal. 8 years ago