summaryrefslogtreecommitdiff
path: root/src/data-device.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22data-device: Update current action even if source version is oldJonas Ådahl1-10/+12
2016-02-01data-device: Check harder for selection/non-wayland sourcesCarlos Garnacho1-2/+6
2016-01-19data-device: Implement compositor-chosen actionsCarlos Garnacho1-0/+76
2016-01-19data-device: Implement DnD actionsCarlos Garnacho1-4/+178
2016-01-19data-device: Implement DnD progress notificationCarlos Garnacho1-16/+109
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-0/+12
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-1/+1
2016-01-13compositor: create_data_source(): Fix potential crash on OOMcpaul@redhat.com1-2/+8
2015-11-20input: Make pointer grab motion callbacks take an event structJonas Ådahl1-2/+2
2015-11-02input: Pass axis events through pointer grab interfacesJonas Ådahl1-0/+7
2015-08-06input: add a weston_pointer_clear_focus() helper functionDerek Foreman1-2/+1
2015-08-06input: pass the global touch coordinates to the touch grabGiulio Camuffo1-1/+1
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-18/+23
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-01data-device: send the selection to all the wl_data_device resources of a clientGiulio Camuffo1-8/+11
2015-05-01data-device: add a function to send the selection to a clientGiulio Camuffo1-22/+32
2014-12-08compositor: add weston_surface_set_label_func()Pekka Paalanen1-0/+19
2014-11-04data_device : change version while initializing data_device_manager interface...kabeer khan1-5/+13
2014-10-08compositor: send error for surface role resetsPekka Paalanen1-5/+6
2014-07-23compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo1-3/+3
2014-07-05Use pixman_region32_clear instead of our own empty_regionJason Ekstrand1-9/+2
2014-06-25data-device: Clean up the logic in start_dragJason Ekstrand1-14/+17
2014-04-21libinput: Forward frame events to clientsJonas Ådahl1-0/+6
2013-12-03data-device: Fix surface configure function typeJonas Ådahl1-8/+9
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand1-1/+1
2013-11-25src/data_device.c: add dnd support for touch screenXiong Zhang1-65/+281
2013-11-15input: let the pointer motion handlers move the pointerGiulio Camuffo1-1/+4
2013-10-28Add cancel function to grab interfacesJonas Ådahl1-0/+13
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-36/+54
2013-09-21input: Emit events on all resources for a clientNeil Roberts1-12/+13
2013-09-11input: Initialize data source to NULLKristian Høgsberg1-1/+1
2013-09-11compositor: Return 0 on successKristian Høgsberg1-0/+2
2013-09-04compositor: Split dnd setup up into weston_seat_start_drag()Kristian Høgsberg1-29/+41
2013-08-20data-device: Only bail out if we failed to allocate offerKristian Høgsberg1-3/+4
2013-08-16Add more missing config.h includesDaniel Stone1-0/+2
2013-08-12input: For serial generation get the display from the compositorRob Bradford1-2/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-08-06compositor: Check wl_resource_create() return valueKristian Høgsberg1-4/+13
2013-08-06data-device.c: Handle failure to allocate offer in weston_drag_set_focusKristian Høgsberg1-0/+2
2013-08-06data-device.c: Handle OOM in weston_data_source_send_offer()Kristian Høgsberg1-0/+5
2013-07-25Rename wl_data_offer to weston_data_offerKristian Høgsberg1-6/+6
2013-07-25Rename wl_data_source to weston_data_sourceKristian Høgsberg1-15/+18
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-3/+3
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-15/+21
2013-06-25data-device: Remove redundant and confusing assignmentKristian Høgsberg1-1/+1
2013-06-25data-device: Don't leak wl_data_source in destructorKristian Høgsberg1-1/+1
2013-06-25compositor: Fix remaining double free()sKristian Høgsberg1-1/+0
2013-06-20data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand1-55/+45
2013-06-14output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand1-3/+3