data-device: add a function to send the selection to a client
[platform/upstream/weston.git] / src / data-device.c
2015-05-01 Giulio Camuffodata-device: add a function to send the selection to...
2014-12-08 Pekka Paalanencompositor: add weston_surface_set_label_func()
2014-11-04 kabeer khandata_device : change version while initializing data_de...
2014-10-08 Pekka Paalanencompositor: send error for surface role resets
2014-07-23 Giulio Camuffocompositor: keep track of the weston_layer a weston_vie...
2014-07-05 Jason EkstrandUse pixman_region32_clear instead of our own empty_region
2014-06-25 Jason Ekstranddata-device: Clean up the logic in start_drag
2014-04-21 Jonas Ådahllibinput: Forward frame events to clients
2013-12-03 Jonas Ådahldata-device: Fix surface configure function type
2013-12-03 Jason EkstrandRemove the weston_view.geometry.width/height fields
2013-11-26 Xiong Zhangsrc/data_device.c: add dnd support for touch screen
2013-11-16 Giulio Camuffoinput: let the pointer motion handlers move the pointer
2013-10-28 Jonas ÅdahlAdd cancel function to grab interfaces
2013-10-22 Jason EkstrandSplit the geometry information from weston_surface...
2013-09-22 Neil Robertsinput: Emit events on all resources for a client
2013-09-11 Kristian Høgsberginput: Initialize data source to NULL
2013-09-11 Kristian Høgsbergcompositor: Return 0 on success
2013-09-05 Kristian Høgsbergcompositor: Split dnd setup up into weston_seat_start_d...
2013-08-20 Kristian Høgsbergdata-device: Only bail out if we failed to allocate...
2013-08-16 Daniel StoneAdd more missing config.h includes
2013-08-12 Rob Bradfordinput: For serial generation get the display from the...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-06 Kristian Høgsbergcompositor: Check wl_resource_create() return value
2013-08-06 Kristian Høgsbergdata-device.c: Handle failure to allocate offer in...
2013-08-06 Kristian Høgsbergdata-device.c: Handle OOM in weston_data_source_send_of...
2013-07-25 Kristian HøgsbergRename wl_data_offer to weston_data_offer
2013-07-25 Kristian HøgsbergRename wl_data_source to weston_data_source
2013-07-09 Kristian HøgsbergConvert to wl_global_create/destroy()
2013-07-03 Jason EkstrandUse wl_resource_create() for creating resources
2013-06-25 Kristian Høgsbergdata-device: Remove redundant and confusing assignment
2013-06-25 Kristian Høgsbergdata-device: Don't leak wl_data_source in destructor
2013-06-25 Kristian Høgsbergcompositor: Fix remaining double free()s
2013-06-21 Jason Ekstranddata-device: Change resources in wl_data_offer and...
2013-06-14 Jason Ekstrandoutput: Use wl_resource_get accessors for weston_output...
2013-06-14 Jason EkstrandUse wl_resource_get_user_data for weston_surface resources
2013-06-12 Jason EkstrandChange weston_surface.resource to a wl_resource pointer.
2013-05-09 Kristian Høgsberginput: Move surface picking into the pointer grab focus...
2013-05-09 Kristian Høgsberginput: Get rid of grab focus concept
2013-05-08 Kristian Høgsbergdata-device: Verify that the client has an implicit...
2013-05-08 Kristian Høgsbergdata-device: Eliminate two small helper functions
2013-05-08 Kristian Høgsbergdata-device: Rename generic weston_drag 'surface' field...
2013-05-08 Kristian Høgsbergdata-device: Move all drag-related fields out of weston...
2013-05-08 Kristian Høgsberginput: Move sprite fields into weston_pointer from...
2013-05-08 Kristian Høgsbergcompositor: Adapt to wl_surface going away
2013-05-08 Kristian Høgsbergdata-device: Update drag icon position from configure...
2013-05-08 Kristian Høgsbergdata-device: Map drag icon in configure handler
2013-05-08 Kristian Høgsbergdata-device: Setup and release drag surface and beginni...
2013-05-08 Kristian Høgsbergdata-device: Fix dnd regression from weston_seat rewrite
2013-05-08 Kristian Høgsbergdata-device: Don't emit a signal for drag icon changes
2013-05-07 Kristian Høgsberginput: Move drag handling to data-device.c
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-05-07 Kristian Høgsberginput: Rename wl_pointer to weston_pointer
2013-05-07 Kristian HøgsbergImport input structs and helper functions from wayland
2012-01-06 Kristian HøgsbergMove wl_data_device implementation to wayland-server
2012-01-05 Kristian HøgsbergUse new grab api
2012-01-04 Kristian Høgsbergdata-device: Use a listener list to decouple the x11...
2012-01-04 Kristian Høgsbergdata-device: Fix a few bugs in the commit to drop ref...
2012-01-03 Kristian Høgsbergdata-device: Handle source going away instead of ref...
2012-01-03 Kristian HøgsbergMerge remote-tracking branch 'pq/compositor-dtors-v1'
2012-01-03 Kristian HøgsbergRename wayland-compositor to weston