1. c97af92 Properly dispose event sources and event loops by Jonas Ådahl · 13 years ago
  2. db4ecc6 evdev: reuse code for device removal by Tiago Vignatti · 13 years ago
  3. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  4. 29d9556 evdev: fix input lag when processing input from output repaint by Ander Conselvan de Oliveira · 13 years ago
  5. 23fdeed evdev: use mtdev for multitouch devices by Tiago Vignatti · 13 years ago
  6. 7ea1086 compositor: Move input devices to their own event loop by Kristian Høgsberg · 13 years ago
  7. bcecca4 Revert "weston: Drop priviledges early, and seteuid when needed" by Kristian Høgsberg · 14 years ago
  8. fc6ccb8 weston: Drop priviledges early, and seteuid when needed by Benjamin Franzke · 14 years ago
  9. a12d611 evdev: fix uninitialised pointer value by Tiago Vignatti · 14 years ago
  10. 23a47a8 evdev: Drop noisy debug messages on vt swtich by Kristian Høgsberg · 14 years ago
  11. 643eac5 evdev: Correct warning on missing input device by Olivier Le Thanh Duong · 14 years ago
  12. b07876d evdev: warn about missing input devices by Pekka Paalanen · 14 years ago
  13. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (95%) from compositor/evdev.c]
  14. 558949b clients: Add simple-touch client for testing touch events. by Kristian Høgsberg · 14 years ago
  15. 3937354 evdev: Store positions for all touch points in the evdev device by Kristian Høgsberg · 14 years ago
  16. 22c6bce evdev: Add ABS_MT_* support for direct touch devices by Tiago Vignatti · 14 years ago
  17. ce03ec3 evdev: new header file for the driver by Tiago Vignatti · 14 years ago
  18. 6e2d5f1 compositor-drm: remove/add evdev devices when vt switches by Tiago Vignatti · 14 years ago
  19. c349e1d compositor-drm: destroy evdev driver properly when finishing compositor by Tiago Vignatti · 14 years ago
  20. 0db1d5f evdev: use a separate function for adding devices by Tiago Vignatti · 14 years ago
  21. 12c05b7 evdev: run flush_motion only when needed by Tiago Vignatti · 14 years ago
  22. 1c2bcb1 evdev: send old valuator inside event frame when the other is missing by Tiago Vignatti · 14 years ago
  23. 865f9b8 evdev: Silence warning by Kristian Høgsberg · 14 years ago
  24. a887312 compositor: The compositor is now jiust a regular global object by Kristian Høgsberg · 14 years ago
  25. db0fa54 Simplify evdev_flush_motion() a tiny bit by Kristian Høgsberg · 14 years ago
  26. f547bd3 evdev: fetch absolute coordinates inside flush_motion only by Tiago Vignatti · 14 years ago
  27. 5c900ce evdev: remove useless field from device structure by Tiago Vignatti · 14 years ago
  28. 80885e1 evdev: reset accumulator inside evdev_flush_motion by Tiago Vignatti · 14 years ago
  29. a52b2e4 evdev: use a separate structure to denote accumulated motion events by Tiago Vignatti · 14 years ago
  30. a157fc1 evdev: use a separate struct for abs information by Tiago Vignatti · 14 years ago
  31. 8b56880 evdev: Reset accumulate values when we flush motion events by Kristian Høgsberg · 14 years ago
  32. 52e158d evdev: fix order of events being sent to the compositor by Tiago Vignatti · 14 years ago
  33. 8755ff9 evdev: remove signed value checks by Tiago Vignatti · 14 years ago
  34. ac9cfd3 evdev: Simplify error path for device creation by Tiago Vignatti · 14 years ago
  35. d9f7d1f evdev: Delete unused fields from evdev_input_device by Tiago Vignatti · 14 years ago
  36. ac2dc6a evdev: Add hotplug support by Tiago Vignatti · 14 years ago
  37. e7b5b41 evdev: Associate touchscreen devices with output up front by Kristian Høgsberg · 14 years ago
  38. d904359 evdev: treat BTN_TOUCH as BTN_LEFT by Tiago Vignatti · 14 years ago
  39. bbc2e03 evdev: use last output from compositor to get the screen geometries by Tiago Vignatti · 14 years ago
  40. 8be003b evdev: organize the code for processing events by Tiago Vignatti · 14 years ago
  41. c0827fd evdev: opt out accelerometer type of devices by Tiago Vignatti · 14 years ago
  42. d9c8250 evdev: use a separate function for configuring devices by Tiago Vignatti · 14 years ago
  43. 63900ec Relative movement with a touchpad and other misc fixes for events by Matt Peterson · 14 years ago
  44. 1d26603 evdev: Only add event devices by Kristian Høgsberg · 14 years ago
  45. 86ec8e8 compositor: Use systemd seats for input devices as well by Kristian Høgsberg · 14 years ago
  46. b186847 Update return types of event handler functions by Kristian Høgsberg · 14 years ago
  47. 96c8be9 Some kind of support for touchscreen by Kristian Høgsberg · 15 years ago
  48. 43db401 Split out evdev handling to its own file by Kristian Høgsberg · 15 years ago