1. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  2. d669714 input: add new client to resource_list instead of focus_resource_list by Chokshi, Mitul · 10 years ago
  3. 3f607d3 weston-input: Reformat weston_log line to add missing space between words by Chris Michael · 10 years ago
  4. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  5. 61ed7b6 input: pass the global touch coordinates to the touch grab by Giulio Camuffo · 10 years ago
  6. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  7. 30ce607 input: Check device counts in bind_seat() by Derek Foreman · 10 years ago
  8. 99a6a2d bindings: Make run binding functions take apropriate device instead of a seat by Derek Foreman · 10 years ago
  9. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  10. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  11. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  12. bc91e54 input: clean up update_keymap a little by Derek Foreman · 10 years ago
  13. 1b786ee input: minor clean up in weston_seat_repick() by Derek Foreman · 10 years ago
  14. 244e99e input: clean up notify_modifiers a little by Derek Foreman · 10 years ago
  15. 345c9f3 input: clean up seat_get_keyboard a little by Derek Foreman · 10 years ago
  16. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  17. 4e53c53 input: Don't recreate the cursor sprite when only the hotspot changes by Derek Foreman · 10 years ago
  18. b407024 input: Make setting the same pointer cursor state again a no-op by Jonas Ådahl · 10 years ago
  19. b6ddf6c input: store the grab serial of the keyboard by Giulio Camuffo · 10 years ago
  20. fd5ca51 input: Add comment explaining why pointer isn't freed when device is removed by Derek Foreman · 11 years ago
  21. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  22. a20ca81 input: send focus events to the focused client when running a key binding by Giulio Camuffo · 11 years ago
  23. d621df2 input: Use slightly less obscure logic in evdev_notify_keyboard_focus() by Derek Foreman · 11 years ago
  24. fde9490 input: don't run the key bindings on focus in by Giulio Camuffo · 11 years ago
  25. 86b5396 Revert "input: don't send to clients key events eaten by bindings" by Pekka Paalanen · 11 years ago
  26. c557ff7 input: use tmp var in pointer_unmap_sprite by Pekka Paalanen · 11 years ago
  27. 5c11fc6 input: don't send to clients key events eaten by bindings by Giulio Camuffo · 11 years ago
  28. de77e32 input: fix access to invalid resource by Giulio Camuffo · 11 years ago
  29. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  30. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  31. 16fe4dc input: Schedule pointer sprite repaint when cursor is set by Jonas Ådahl · 11 years ago
  32. 362656b touch-input: Don't dereference NULL pointer during full screen fade by Derek Foreman · 11 years ago
  33. 6ef444d compositor: add a way to change the keyboard locks by Giulio Camuffo · 11 years ago
  34. c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
  35. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  36. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  37. 0013a29 Use the named SINCE_VERSION defines for version checks by Jasper St. Pierre · 11 years ago
  38. d8c6aeb input: Send key-repeat by Jasper St. Pierre · 11 years ago
  39. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  40. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago
  41. a4ab542 Add a signal for when a seat updates its capabilities by Jason Ekstrand · 11 years ago
  42. db1fccb input: Send leave and enter pair when the surface moves under the cursor by Kristian Høgsberg · 11 years ago
  43. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  44. c896401 input: Run touch binding before calling touch grab by Kristian Høgsberg · 11 years ago
  45. c988362 input: Transform to surface coordinates outside resource for loop by Kristian Høgsberg · 11 years ago
  46. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 12 years ago
  47. 4d363cf input: Fix weston_seat_init_keyboard() error path by Ander Conselvan de Oliveira · 12 years ago
  48. 23900f7 input: Empty the current input region when configuring pointer surfaces by Ander Conselvan de Oliveira · 12 years ago
  49. 1afb238 input: Unlink saved kbd focus listener when releasing seat by Jonas Ådahl · 12 years ago
  50. a30e29a input: Ignore touch up events if num_tp is 0 by Kristian Høgsberg · 12 years ago
  51. 73d9395 input: Don't leak the initial keymap by Rui Matos · 12 years ago
  52. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  53. 65a07f8 input: make sure the devices get the resource destruction signal by Giulio Camuffo · 12 years ago
  54. 91fed54 input: Reset keyboard state when releasing last seat keyboard by Jonas Ådahl · 12 years ago
  55. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  56. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  57. 3e12e63 input: Reset pointer state when last pointer device was removed by Jonas Ådahl · 12 years ago
  58. cbfa7f7 input: Reset touch state when last touch device was removed by Jonas Ådahl · 12 years ago
  59. 9484b69 input: Keep track of number of touch points inside touch struct by Jonas Ådahl · 12 years ago
  60. ba34165 compositor: do not recompute size on pointer_set_cursor by Pekka Paalanen · 12 years ago
  61. ebd5fd4 input: Cancel pointer grabs when compositor loses kb focus by Kristian Høgsberg · 12 years ago
  62. 576fe2a input: set the focus to NULL when the focus's resource is destroyed by Giulio Camuffo · 12 years ago
  63. 42133d4 input: Fix a segfault in focus checking by Jason Ekstrand · 12 years ago
  64. aa7a476 input: Don't send leave events to destroyed views by Emilio Pozuelo Monfort · 12 years ago
  65. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  66. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  67. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  68. 412b024 zoom: use the new pointer motion signal to move the zoom frame. by Giulio Camuffo · 12 years ago
  69. 6fcb378 input: add a motion signal to weston_pointer by Giulio Camuffo · 12 years ago
  70. b27901c input.c: Rename default grab functions to be consistent by Kristian Høgsberg · 12 years ago
  71. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  72. b180188 input: Remove unused variable by Jonas Ådahl · 12 years ago
  73. c3244d7 input: Properly handle setting touch focus to NULL by Kristian Høgsberg · 12 years ago
  74. 65196bc input: Add core API to update the keymap by Rui Matos · 12 years ago
  75. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  76. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  77. 3042ffe udev-seat: Repick seat after a new device was added by Jonas Ådahl · 12 years ago
  78. a493274 input: Unmap pointer sprite when no more pointer devices are connected by Jonas Ådahl · 12 years ago
  79. 630bae8 input: Unset focus of seat device when releasing last reference by Jonas Ådahl · 12 years ago
  80. d6e1c34 evdev: Reference count input device's seat capabilities by Jonas Ådahl · 12 years ago
  81. 306fe08 Only update the touch grab position for the first finger by Neil Roberts · 12 years ago
  82. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  83. cb406f1 input: Don't send modifiers if client doesn't have a pointer resource by Kristian Høgsberg · 12 years ago
  84. 0481054 input: check that the new focus surface has a valid resource by Giulio Camuffo · 12 years ago
  85. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  86. fda2652 input: Fix trailing whitspaces and indent. by Stefan Schmidt · 12 years ago
  87. 6e737f5 input: Use new wl_resource_for_each for sending updated seat caps by Rob Bradford · 12 years ago
  88. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  89. 69e25fc compositor: Implement release request for input interfaces by Kristian Høgsberg · 12 years ago
  90. 8e7a8bd Add more missing config.h includes by Daniel Stone · 12 years ago
  91. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  92. f1407ff input: Store touch position and time when we start an implicit touch grab by Rusty Lynch · 12 years ago
  93. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  94. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  95. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  96. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  97. aaadc77 input: Remove wl_seat global when a seat is destroyed by Kristian Høgsberg · 12 years ago
  98. 708b8af input: check if the resource is valid in seat_get_pointer by Giulio Camuffo · 12 years ago
  99. da751b8 input: Don't cache pointer grab interface between calls to focus and motion by Kristian Høgsberg · 12 years ago
  100. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago