summaryrefslogtreecommitdiff
path: root/src/data-device.c
Commit message (Expand)AuthorAgeFilesLines
* data-device: Update current action even if source version is oldJonas Ådahl2016-04-221-10/+12
* data-device: Check harder for selection/non-wayland sourcesCarlos Garnacho2016-02-011-2/+6
* data-device: Implement compositor-chosen actionsCarlos Garnacho2016-01-191-0/+76
* data-device: Implement DnD actionsCarlos Garnacho2016-01-191-4/+178
* data-device: Implement DnD progress notificationCarlos Garnacho2016-01-191-16/+109
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-0/+12
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-1/+1
* compositor: create_data_source(): Fix potential crash on OOMcpaul@redhat.com2016-01-131-2/+8
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-2/+2
* input: Pass axis events through pointer grab interfacesJonas Ådahl2015-11-021-0/+7
* input: add a weston_pointer_clear_focus() helper functionDerek Foreman2015-08-061-2/+1
* input: pass the global touch coordinates to the touch grabGiulio Camuffo2015-08-061-1/+1
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-18/+23
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* data-device: send the selection to all the wl_data_device resources of a clientGiulio Camuffo2015-05-011-8/+11
* data-device: add a function to send the selection to a clientGiulio Camuffo2015-05-011-22/+32
* compositor: add weston_surface_set_label_func()Pekka Paalanen2014-12-081-0/+19
* data_device : change version while initializing data_device_manager interface...kabeer khan2014-11-041-5/+13
* compositor: send error for surface role resetsPekka Paalanen2014-10-081-5/+6
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-3/+3
* Use pixman_region32_clear instead of our own empty_regionJason Ekstrand2014-07-051-9/+2
* data-device: Clean up the logic in start_dragJason Ekstrand2014-06-251-14/+17
* libinput: Forward frame events to clientsJonas Ådahl2014-04-211-0/+6
* data-device: Fix surface configure function typeJonas Ådahl2013-12-031-8/+9
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-1/+1
* src/data_device.c: add dnd support for touch screenXiong Zhang2013-11-251-65/+281
* input: let the pointer motion handlers move the pointerGiulio Camuffo2013-11-151-1/+4
* Add cancel function to grab interfacesJonas Ådahl2013-10-281-0/+13
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-36/+54
* input: Emit events on all resources for a clientNeil Roberts2013-09-211-12/+13
* input: Initialize data source to NULLKristian Høgsberg2013-09-111-1/+1
* compositor: Return 0 on successKristian Høgsberg2013-09-111-0/+2
* compositor: Split dnd setup up into weston_seat_start_drag()Kristian Høgsberg2013-09-041-29/+41
* data-device: Only bail out if we failed to allocate offerKristian Høgsberg2013-08-201-3/+4
* Add more missing config.h includesDaniel Stone2013-08-161-0/+2
* input: For serial generation get the display from the compositorRob Bradford2013-08-121-2/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-2/+1
* compositor: Check wl_resource_create() return valueKristian Høgsberg2013-08-061-4/+13
* data-device.c: Handle failure to allocate offer in weston_drag_set_focusKristian Høgsberg2013-08-061-0/+2
* data-device.c: Handle OOM in weston_data_source_send_offer()Kristian Høgsberg2013-08-061-0/+5
* Rename wl_data_offer to weston_data_offerKristian Høgsberg2013-07-251-6/+6
* Rename wl_data_source to weston_data_sourceKristian Høgsberg2013-07-251-15/+18
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-3/+3
* Use wl_resource_create() for creating resourcesJason Ekstrand2013-07-031-15/+21
* data-device: Remove redundant and confusing assignmentKristian Høgsberg2013-06-251-1/+1
* data-device: Don't leak wl_data_source in destructorKristian Høgsberg2013-06-251-1/+1
* compositor: Fix remaining double free()sKristian Høgsberg2013-06-251-1/+0
* data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand2013-06-201-55/+45
* output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand2013-06-141-3/+3