Historia zmian

Autor SHA1 Wiadomość Data
  Sam Lantinga f4b61fff30 Implemented VT switching for KMSDRM on Linux 2 lat temu
  Sam Lantinga ce9e1bd324 Don't mute the console input if we can't read the keyboard 2 lat temu
  Ozkan Sezer 1e50823a14 fixed linux build. 2 lat temu
  Sam Lantinga 95d17f9d2c Minor cleanup 2 lat temu
  Andre Barata 47fd07bde6 Added support for absolute mice with evdev 2 lat temu
  Sam Lantinga f010411492 Rename SDL_strtokr() to SDL_strtok_r() 2 lat temu
  Simon McVittie 10fc3b3db7 evdev: Use time64-friendly accessors for struct input_event 2 lat temu
  Simon McVittie fa0ca3d41e linux: Distinguish between "device with keys" and a full keyboard 2 lat temu
  Sylvain df314ba93e Remove _THIS in src/core: EVDEV UDEV 2 lat temu
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 lat temu
  Sam Lantinga c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 lat temu
  Sylvain b44d3699b1 Fixed most small problems reported by cppcheck for src/core PR #7307 (from @kevin2kevin2) 3 lat temu
  Sylvain Becker cb6b8b0132 Simplify flags testing (#7220) 3 lat temu
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 lat temu
  Sam Lantinga cefbeb582f Mouse coordinates are floating point 3 lat temu
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 lat temu
  Sam Lantinga 75f1eb9216 Don't assume evdev events and SDL_GetTicks() use the same time source 3 lat temu
  Sam Lantinga 73f4aeee6a Pass the event timestamp for joystick events 3 lat temu
  Sam Lantinga 0a3262e819 Pass the OS event timestamp for keyboard, mouse, and touch events where possible 3 lat temu
  Pierre Wendling 3c501b963d Clang-Tidy fixes (#6725) 3 lat temu
  Sylvain 778b8926b4 Small format changed (using clang-format 15.0.2-1) 3 lat temu
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 3 lat temu
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 3 lat temu
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 3 lat temu
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 lat temu
  Sam Lantinga e9014ee769 Fixed evdev using standard C functions instead of SDL functions 3 lat temu
  Sam Lantinga 99f2a50394 X11 scancode mapping cleanup 3 lat temu
  Adam Butcher 8f5932dc2e evdev: Support user-provided devices via SDL_EVDEV_DEVICES in non-udev mode. 3 lat temu
  Cameron Gutman a10c57dfe4 evdev: Report touchpad events with the correct device type 3 lat temu
  Cameron Gutman 9a33c62e13 evdev: Use SDL_bool for boolean types 3 lat temu