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