1. a30e29a input: Ignore touch up events if num_tp is 0 by Kristian Høgsberg · 12 years ago
  2. 73d9395 input: Don't leak the initial keymap by Rui Matos · 12 years ago
  3. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  4. 65a07f8 input: make sure the devices get the resource destruction signal by Giulio Camuffo · 12 years ago
  5. 91fed54 input: Reset keyboard state when releasing last seat keyboard by Jonas Ådahl · 12 years ago
  6. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  7. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  8. 3e12e63 input: Reset pointer state when last pointer device was removed by Jonas Ådahl · 12 years ago
  9. cbfa7f7 input: Reset touch state when last touch device was removed by Jonas Ådahl · 12 years ago
  10. 9484b69 input: Keep track of number of touch points inside touch struct by Jonas Ådahl · 12 years ago
  11. ba34165 compositor: do not recompute size on pointer_set_cursor by Pekka Paalanen · 12 years ago
  12. ebd5fd4 input: Cancel pointer grabs when compositor loses kb focus by Kristian Høgsberg · 12 years ago
  13. 576fe2a input: set the focus to NULL when the focus's resource is destroyed by Giulio Camuffo · 12 years ago
  14. 42133d4 input: Fix a segfault in focus checking by Jason Ekstrand · 12 years ago
  15. aa7a476 input: Don't send leave events to destroyed views by Emilio Pozuelo Monfort · 12 years ago
  16. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  17. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  18. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  19. 412b024 zoom: use the new pointer motion signal to move the zoom frame. by Giulio Camuffo · 12 years ago
  20. 6fcb378 input: add a motion signal to weston_pointer by Giulio Camuffo · 12 years ago
  21. b27901c input.c: Rename default grab functions to be consistent by Kristian Høgsberg · 12 years ago
  22. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  23. b180188 input: Remove unused variable by Jonas Ådahl · 12 years ago
  24. c3244d7 input: Properly handle setting touch focus to NULL by Kristian Høgsberg · 12 years ago
  25. 65196bc input: Add core API to update the keymap by Rui Matos · 12 years ago
  26. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  27. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  28. 3042ffe udev-seat: Repick seat after a new device was added by Jonas Ådahl · 12 years ago
  29. a493274 input: Unmap pointer sprite when no more pointer devices are connected by Jonas Ådahl · 12 years ago
  30. 630bae8 input: Unset focus of seat device when releasing last reference by Jonas Ådahl · 12 years ago
  31. d6e1c34 evdev: Reference count input device's seat capabilities by Jonas Ådahl · 12 years ago
  32. 306fe08 Only update the touch grab position for the first finger by Neil Roberts · 12 years ago
  33. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  34. cb406f1 input: Don't send modifiers if client doesn't have a pointer resource by Kristian Høgsberg · 12 years ago
  35. 0481054 input: check that the new focus surface has a valid resource by Giulio Camuffo · 12 years ago
  36. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  37. fda2652 input: Fix trailing whitspaces and indent. by Stefan Schmidt · 12 years ago
  38. 6e737f5 input: Use new wl_resource_for_each for sending updated seat caps by Rob Bradford · 12 years ago
  39. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  40. 69e25fc compositor: Implement release request for input interfaces by Kristian Høgsberg · 12 years ago
  41. 8e7a8bd Add more missing config.h includes by Daniel Stone · 12 years ago
  42. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  43. f1407ff input: Store touch position and time when we start an implicit touch grab by Rusty Lynch · 12 years ago
  44. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  45. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  46. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  47. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  48. aaadc77 input: Remove wl_seat global when a seat is destroyed by Kristian Høgsberg · 12 years ago
  49. 708b8af input: check if the resource is valid in seat_get_pointer by Giulio Camuffo · 12 years ago
  50. da751b8 input: Don't cache pointer grab interface between calls to focus and motion by Kristian Høgsberg · 12 years ago
  51. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  52. 382ff46 build: Make libxkbcommon build-time optional in the compositor by Rob Bradford · 12 years ago
  53. 01a9273 input: Add support for making libxkbcommon optional by Matt Roper · 12 years ago
  54. 66bd9f5 compositor-drm: Enable seat constraining when configured in weston.ini by Rob Bradford · 12 years ago
  55. 806d8c0 input: Add weston_pointer_clamp function to ensure pointer visible by Rob Bradford · 12 years ago
  56. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  57. 1fd4b01 input: check if the focus surface has a valid resource by Giulio Camuffo · 12 years ago
  58. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  59. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  60. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  61. e445ae6 input: Send the seat name if the client advertises verson 2 of wl_seat by Rob Bradford · 12 years ago
  62. 9af5f9e input: Add a seat name parameter to weston_seat_init by Rob Bradford · 12 years ago
  63. bcd18d9 input: Fix possible crash in clip_pointer_motion by Alexander Larsson · 12 years ago
  64. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  65. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  66. e122b7b input: Remove 'current' and related fields from weston_pointer by Kristian Høgsberg · 12 years ago
  67. 195b869 input: Move sprite fields into weston_pointer from weston_seat by Kristian Høgsberg · 12 years ago
  68. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  69. a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
  70. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  71. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  72. 624d8f2 data-device: Don't emit a signal for drag icon changes by Kristian Høgsberg · 12 years ago
  73. 7848bb6 input: Move drag handling to data-device.c by Kristian Høgsberg · 12 years ago
  74. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  75. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  76. 4a2a274 input: Fold wl_seat init/release into weston_seat init/release by Kristian Høgsberg · 12 years ago
  77. e329f36 input: Rename wl_touch to weston_touch by Kristian Høgsberg · 12 years ago
  78. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  79. a71e8b2 input: Rename weston_device_repick() to weston_seat_repick() by Kristian Høgsberg · 12 years ago
  80. 80fb82d input: Drop find_resource_for_client() by Kristian Høgsberg · 12 years ago
  81. b5e2610 move input code from compositor.c into input.c by Kristian Høgsberg · 12 years ago
  82. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  83. 2158a88 Import input structs and helper functions from wayland by Kristian Høgsberg · 12 years ago