summaryrefslogtreecommitdiff
path: root/src/data-device.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-14Use wl_resource_get_user_data for weston_surface resourcesJason Ekstrand1-3/+3
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-4/+5
2013-05-08input: Move surface picking into the pointer grab focus callbackKristian Høgsberg1-8/+22
2013-05-08input: Get rid of grab focus conceptKristian Høgsberg1-5/+9
2013-05-08data-device: Verify that the client has an implicit grab when starting a dragKristian Høgsberg1-2/+4
2013-05-08data-device: Eliminate two small helper functionsKristian Høgsberg1-42/+26
2013-05-08data-device: Rename generic weston_drag 'surface' field to 'icon'Kristian Høgsberg1-24/+24
2013-05-08data-device: Move all drag-related fields out of weston_seatKristian Høgsberg1-86/+98
2013-05-08input: Move sprite fields into weston_pointer from weston_seatKristian Høgsberg1-2/+3
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-3/+3
2013-05-07data-device: Update drag icon position from configure and motion handlersKristian Høgsberg1-34/+18
2013-05-07data-device: Map drag icon in configure handlerKristian Høgsberg1-24/+14
2013-05-07data-device: Setup and release drag surface and beginning and end of dragKristian Høgsberg1-37/+4
2013-05-07data-device: Fix dnd regression from weston_seat rewriteKristian Høgsberg1-5/+5
2013-05-07data-device: Don't emit a signal for drag icon changesKristian Høgsberg1-2/+2
2013-05-07input: Move drag handling to data-device.cKristian Høgsberg1-0/+134
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-21/+24