1. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  2. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  3. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  4. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  5. 1702d4c input: Initialize data source to NULL by Kristian Høgsberg · 12 years ago
  6. 0abad07 compositor: Return 0 on success by Kristian Høgsberg · 12 years ago
  7. 85de9c2 compositor: Split dnd setup up into weston_seat_start_drag() by Kristian Høgsberg · 12 years ago
  8. a34e2f2 data-device: Only bail out if we failed to allocate offer by Kristian Høgsberg · 12 years ago
  9. 8e7a8bd Add more missing config.h includes by Daniel Stone · 12 years ago
  10. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  11. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  12. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  13. b10b44b data-device.c: Handle failure to allocate offer in weston_drag_set_focus by Kristian Høgsberg · 12 years ago
  14. 3c30f0f data-device.c: Handle OOM in weston_data_source_send_offer() by Kristian Høgsberg · 12 years ago
  15. 5e76a49 Rename wl_data_offer to weston_data_offer by Kristian Høgsberg · 12 years ago
  16. 7ff3bdb Rename wl_data_source to weston_data_source by Kristian Høgsberg · 12 years ago
  17. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  18. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  19. e2173b5 data-device: Remove redundant and confusing assignment by Kristian Høgsberg · 12 years ago
  20. 489b279 data-device: Don't leak wl_data_source in destructor by Kristian Høgsberg · 12 years ago
  21. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  22. 8a4a9eb data-device: Change resources in wl_data_offer and wl_data_source to pointers. by Jason Ekstrand · 12 years ago
  23. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  24. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  25. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  26. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  27. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  28. dba2586 data-device: Verify that the client has an implicit grab when starting a drag by Kristian Høgsberg · 12 years ago
  29. 5a9fb35 data-device: Eliminate two small helper functions by Kristian Høgsberg · 12 years ago
  30. c43aad1 data-device: Rename generic weston_drag 'surface' field to 'icon' by Kristian Høgsberg · 12 years ago
  31. 054c50a data-device: Move all drag-related fields out of weston_seat by Kristian Høgsberg · 12 years ago
  32. 195b869 input: Move sprite fields into weston_pointer from weston_seat by Kristian Høgsberg · 12 years ago
  33. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  34. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  35. 415f30c data-device: Map drag icon in configure handler by Kristian Høgsberg · 12 years ago
  36. 5f95557 data-device: Setup and release drag surface and beginning and end of drag by Kristian Høgsberg · 12 years ago
  37. 40e44ab data-device: Fix dnd regression from weston_seat rewrite by Kristian Høgsberg · 12 years ago
  38. 624d8f2 data-device: Don't emit a signal for drag icon changes by Kristian Høgsberg · 12 years ago
  39. 7848bb6 input: Move drag handling to data-device.c by Kristian Høgsberg · 12 years ago
  40. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  41. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  42. 2158a88 Import input structs and helper functions from wayland by Kristian Høgsberg · 12 years ago
  43. dade649 Move wl_data_device implementation to wayland-server by Kristian Høgsberg · 14 years ago
  44. 9ddb826 Use new grab api by Kristian Høgsberg · 14 years ago
  45. a33d0c3 data-device: Use a listener list to decouple the x11 selection bridge by Kristian Høgsberg · 14 years ago
  46. db9bf1e data-device: Fix a few bugs in the commit to drop ref-counting by Kristian Høgsberg · 14 years ago
  47. 82d9ee9 data-device: Handle source going away instead of ref-counting it by Kristian Høgsberg · 14 years ago
  48. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (83%) from compositor/data-device.c]
  49. 33f8670 x11: Bridge Wayland selections to X11 CLIPBOARD selection by Kristian Høgsberg · 14 years ago
  50. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  51. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago