1. 185d158 input: Remove --disable-xkbcommon by Derek Foreman · 8 years ago
  2. 7dbb0e1 Don't prepend protocol/ to include paths by Daniel Stone · 9 years ago
  3. df84dbe input: Update keyboard serial on press and release by Olivier Fourdan · 9 years ago
  4. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  5. cde1345 input: Add helpers for all keyboard/pointer/touch events by Quentin Glidic · 9 years ago
  6. d0be2bb input: Support non-rectangular pointer confine regions by Jonas Ådahl · 10 years ago
  7. d3414f2 Implement pointer locking and confinement by Jonas Ådahl · 9 years ago
  8. c02ac11 input: Split out pointer button sending from grab handler by Jonas Ådahl · 9 years ago
  9. f44942e input: Split out motion sending from default grab by Jonas Ådahl · 9 years ago
  10. 3eb4ddd weston-pointer: Add destroy signal by Jonas Ådahl · 9 years ago
  11. f7deb6a compositor: Pass both surface and seat in activation signal by Jonas Ådahl · 9 years ago
  12. 30d61d8 Implement the relative pointer protocol by Jonas Ådahl · 11 years ago
  13. 94e2e2d compositor: Keep track of what views were activated by clicking by Jonas Ådahl · 11 years ago
  14. ef8e1c3 input: Activate view no matter the keyboard focus by Jonas Ådahl · 9 years ago
  15. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  16. 24f917e input: Move weston_seat_set_keyboard_focus and document by Bryce Harrington · 9 years ago
  17. 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
  18. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/input.c]
  19. 0358af4 Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names by Giulio Camuffo · 9 years ago
  20. ed6014a input: Don't try to send axis_source when there are no resources by Jonas Ådahl · 9 years ago
  21. 90a6fc6 input: use doubles in the interfaces to notify of input events by Giulio Camuffo · 9 years ago
  22. aab1d36 input: Implement wl_seat.release by Quentin Glidic · 9 years ago
  23. 2c40d1d input: Fix crash when touchscreen generates out of screen coordinate by Bryce Harrington · 9 years ago
  24. 8efa31b input: Don't try to send pointer frames if no focus_client by Derek Foreman · 9 years ago
  25. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  26. 89b6a49 Add a weston_pointer_axis_event by Peter Hutterer · 9 years ago
  27. 3cc004a input: Add notify_touch_cancel() by Derek Foreman · 10 years ago
  28. 1909c10 compositor, input: Don't use MIN() macro for new resource versions by Derek Foreman · 10 years ago
  29. 2cbf293 input: Keep per client pointer resources in their own structs by Jonas Ådahl · 10 years ago
  30. 8283c34 input: Don't send wl_pointer.motion if position didn't change by Jonas Ådahl · 10 years ago
  31. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  32. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  33. d669714 input: add new client to resource_list instead of focus_resource_list by Chokshi, Mitul · 10 years ago
  34. 3f607d3 weston-input: Reformat weston_log line to add missing space between words by Chris Michael · 10 years ago
  35. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  36. 61ed7b6 input: pass the global touch coordinates to the touch grab by Giulio Camuffo · 10 years ago
  37. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  38. 30ce607 input: Check device counts in bind_seat() by Derek Foreman · 10 years ago
  39. 99a6a2d bindings: Make run binding functions take apropriate device instead of a seat by Derek Foreman · 10 years ago
  40. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  41. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  42. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  43. bc91e54 input: clean up update_keymap a little by Derek Foreman · 10 years ago
  44. 1b786ee input: minor clean up in weston_seat_repick() by Derek Foreman · 10 years ago
  45. 244e99e input: clean up notify_modifiers a little by Derek Foreman · 10 years ago
  46. 345c9f3 input: clean up seat_get_keyboard a little by Derek Foreman · 10 years ago
  47. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  48. 4e53c53 input: Don't recreate the cursor sprite when only the hotspot changes by Derek Foreman · 10 years ago
  49. b407024 input: Make setting the same pointer cursor state again a no-op by Jonas Ådahl · 10 years ago
  50. b6ddf6c input: store the grab serial of the keyboard by Giulio Camuffo · 10 years ago
  51. fd5ca51 input: Add comment explaining why pointer isn't freed when device is removed by Derek Foreman · 10 years ago
  52. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  53. a20ca81 input: send focus events to the focused client when running a key binding by Giulio Camuffo · 11 years ago
  54. d621df2 input: Use slightly less obscure logic in evdev_notify_keyboard_focus() by Derek Foreman · 11 years ago
  55. fde9490 input: don't run the key bindings on focus in by Giulio Camuffo · 11 years ago
  56. 86b5396 Revert "input: don't send to clients key events eaten by bindings" by Pekka Paalanen · 11 years ago
  57. c557ff7 input: use tmp var in pointer_unmap_sprite by Pekka Paalanen · 11 years ago
  58. 5c11fc6 input: don't send to clients key events eaten by bindings by Giulio Camuffo · 11 years ago
  59. de77e32 input: fix access to invalid resource by Giulio Camuffo · 11 years ago
  60. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  61. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  62. 16fe4dc input: Schedule pointer sprite repaint when cursor is set by Jonas Ådahl · 11 years ago
  63. 362656b touch-input: Don't dereference NULL pointer during full screen fade by Derek Foreman · 11 years ago
  64. 6ef444d compositor: add a way to change the keyboard locks by Giulio Camuffo · 11 years ago
  65. c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
  66. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  67. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  68. 0013a29 Use the named SINCE_VERSION defines for version checks by Jasper St. Pierre · 11 years ago
  69. d8c6aeb input: Send key-repeat by Jasper St. Pierre · 11 years ago
  70. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  71. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago
  72. a4ab542 Add a signal for when a seat updates its capabilities by Jason Ekstrand · 11 years ago
  73. db1fccb input: Send leave and enter pair when the surface moves under the cursor by Kristian Høgsberg · 11 years ago
  74. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  75. c896401 input: Run touch binding before calling touch grab by Kristian Høgsberg · 11 years ago
  76. c988362 input: Transform to surface coordinates outside resource for loop by Kristian Høgsberg · 11 years ago
  77. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 11 years ago
  78. 4d363cf input: Fix weston_seat_init_keyboard() error path by Ander Conselvan de Oliveira · 11 years ago
  79. 23900f7 input: Empty the current input region when configuring pointer surfaces by Ander Conselvan de Oliveira · 11 years ago
  80. 1afb238 input: Unlink saved kbd focus listener when releasing seat by Jonas Ådahl · 12 years ago
  81. a30e29a input: Ignore touch up events if num_tp is 0 by Kristian Høgsberg · 11 years ago
  82. 73d9395 input: Don't leak the initial keymap by Rui Matos · 12 years ago
  83. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  84. 65a07f8 input: make sure the devices get the resource destruction signal by Giulio Camuffo · 12 years ago
  85. 91fed54 input: Reset keyboard state when releasing last seat keyboard by Jonas Ådahl · 12 years ago
  86. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  87. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  88. 3e12e63 input: Reset pointer state when last pointer device was removed by Jonas Ådahl · 12 years ago
  89. cbfa7f7 input: Reset touch state when last touch device was removed by Jonas Ådahl · 12 years ago
  90. 9484b69 input: Keep track of number of touch points inside touch struct by Jonas Ådahl · 12 years ago
  91. ba34165 compositor: do not recompute size on pointer_set_cursor by Pekka Paalanen · 12 years ago
  92. ebd5fd4 input: Cancel pointer grabs when compositor loses kb focus by Kristian Høgsberg · 12 years ago
  93. 576fe2a input: set the focus to NULL when the focus's resource is destroyed by Giulio Camuffo · 12 years ago
  94. 42133d4 input: Fix a segfault in focus checking by Jason Ekstrand · 12 years ago
  95. aa7a476 input: Don't send leave events to destroyed views by Emilio Pozuelo Monfort · 12 years ago
  96. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  97. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  98. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  99. 412b024 zoom: use the new pointer motion signal to move the zoom frame. by Giulio Camuffo · 12 years ago
  100. 6fcb378 input: add a motion signal to weston_pointer by Giulio Camuffo · 12 years ago