1. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  2. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  3. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  4. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/data-device.c]
  5. 8b6c9fc data-device: Update current action even if source version is old by Jonas Ådahl · 9 years ago
  6. 4061e2b data-device: Check harder for selection/non-wayland sources by Carlos Garnacho · 9 years ago
  7. b288988 data-device: Implement compositor-chosen actions by Carlos Garnacho · 9 years ago
  8. 9c93179 data-device: Implement DnD actions by Carlos Garnacho · 9 years ago
  9. 78d4bf9 data-device: Implement DnD progress notification by Carlos Garnacho · 9 years ago
  10. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  11. 89b6a49 Add a weston_pointer_axis_event by Peter Hutterer · 9 years ago
  12. c9f8f8a compositor: create_data_source(): Fix potential crash on OOM by cpaul@redhat.com · 9 years ago
  13. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  14. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  15. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  16. 61ed7b6 input: pass the global touch coordinates to the touch grab by Giulio Camuffo · 10 years ago
  17. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  18. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  19. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  20. d46bb01 data-device: send the selection to all the wl_data_device resources of a client by Giulio Camuffo · 10 years ago
  21. dddf9e6 data-device: add a function to send the selection to a client by Giulio Camuffo · 10 years ago
  22. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  23. 3a510d8 data_device : change version while initializing data_device_manager interface and data_device interface by kabeer khan · 11 years ago
  24. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  25. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  26. ef54008 Use pixman_region32_clear instead of our own empty_region by Jason Ekstrand · 11 years ago
  27. 8202d72 data-device: Clean up the logic in start_drag by Jason Ekstrand · 11 years ago
  28. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago
  29. 767d891 data-device: Fix surface configure function type by Jonas Ådahl · 12 years ago
  30. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  31. fd51e7b src/data_device.c: add dnd support for touch screen by Xiong Zhang · 12 years ago
  32. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  33. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  34. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  35. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  36. 1702d4c input: Initialize data source to NULL by Kristian Høgsberg · 12 years ago
  37. 0abad07 compositor: Return 0 on success by Kristian Høgsberg · 12 years ago
  38. 85de9c2 compositor: Split dnd setup up into weston_seat_start_drag() by Kristian Høgsberg · 12 years ago
  39. a34e2f2 data-device: Only bail out if we failed to allocate offer by Kristian Høgsberg · 12 years ago
  40. 8e7a8bd Add more missing config.h includes by Daniel Stone · 12 years ago
  41. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  42. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  43. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  44. b10b44b data-device.c: Handle failure to allocate offer in weston_drag_set_focus by Kristian Høgsberg · 12 years ago
  45. 3c30f0f data-device.c: Handle OOM in weston_data_source_send_offer() by Kristian Høgsberg · 12 years ago
  46. 5e76a49 Rename wl_data_offer to weston_data_offer by Kristian Høgsberg · 12 years ago
  47. 7ff3bdb Rename wl_data_source to weston_data_source by Kristian Høgsberg · 12 years ago
  48. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  49. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  50. e2173b5 data-device: Remove redundant and confusing assignment by Kristian Høgsberg · 12 years ago
  51. 489b279 data-device: Don't leak wl_data_source in destructor by Kristian Høgsberg · 12 years ago
  52. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  53. 8a4a9eb data-device: Change resources in wl_data_offer and wl_data_source to pointers. by Jason Ekstrand · 12 years ago
  54. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  55. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  56. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  57. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  58. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  59. dba2586 data-device: Verify that the client has an implicit grab when starting a drag by Kristian Høgsberg · 12 years ago
  60. 5a9fb35 data-device: Eliminate two small helper functions by Kristian Høgsberg · 12 years ago
  61. c43aad1 data-device: Rename generic weston_drag 'surface' field to 'icon' by Kristian Høgsberg · 12 years ago
  62. 054c50a data-device: Move all drag-related fields out of weston_seat by Kristian Høgsberg · 12 years ago
  63. 195b869 input: Move sprite fields into weston_pointer from weston_seat by Kristian Høgsberg · 12 years ago
  64. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  65. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  66. 415f30c data-device: Map drag icon in configure handler by Kristian Høgsberg · 12 years ago
  67. 5f95557 data-device: Setup and release drag surface and beginning and end of drag by Kristian Høgsberg · 12 years ago
  68. 40e44ab data-device: Fix dnd regression from weston_seat rewrite by Kristian Høgsberg · 12 years ago
  69. 624d8f2 data-device: Don't emit a signal for drag icon changes by Kristian Høgsberg · 12 years ago
  70. 7848bb6 input: Move drag handling to data-device.c by Kristian Høgsberg · 12 years ago
  71. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  72. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  73. 2158a88 Import input structs and helper functions from wayland by Kristian Høgsberg · 12 years ago
  74. dade649 Move wl_data_device implementation to wayland-server by Kristian Høgsberg · 14 years ago
  75. 9ddb826 Use new grab api by Kristian Høgsberg · 14 years ago
  76. a33d0c3 data-device: Use a listener list to decouple the x11 selection bridge by Kristian Høgsberg · 14 years ago
  77. db9bf1e data-device: Fix a few bugs in the commit to drop ref-counting by Kristian Høgsberg · 14 years ago
  78. 82d9ee9 data-device: Handle source going away instead of ref-counting it by Kristian Høgsberg · 14 years ago
  79. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (83%) from compositor/data-device.c]
  80. 33f8670 x11: Bridge Wayland selections to X11 CLIPBOARD selection by Kristian Høgsberg · 14 years ago
  81. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  82. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago