summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-data-device.c
Commit message (Expand)AuthorAgeFilesLines
* clutter: Drop clutter_input_device_get_modifier_state() APICarlos Garnacho2020-11-271-1/+2
* clutter: Drop clutter_input_device_get_coords() methodCarlos Garnacho2020-11-271-1/+2
* wayland/data-device: Don't create and leak unused memory on dndSebastian Keller2020-06-081-1/+1
* wayland: Send clipboard offers to all data devices from the same clientCarlos Garnacho2020-05-131-6/+40
* wayland: Move the primary data device manager to its own fileCarlos Garnacho2020-04-171-194/+1
* wayland: Move primary data offers to their own fileCarlos Garnacho2020-04-171-83/+2
* wayland: Move MetaWaylandDataOffer to its own fileCarlos Garnacho2020-04-171-269/+21
* wayland: Move MetaWaylandDataSourcePrimary to its own fileCarlos Garnacho2020-04-171-85/+1
* wayland: Split MetaWaylandDataSource into a separate fileCarlos Garnacho2020-04-171-501/+18
* wayland: Rely on MetaSelection::owner-changed for .selection event emissionCarlos Garnacho2020-04-161-53/+0
* wayland: Do not cancel old data source when setting new selectionCarlos Garnacho2020-04-161-2/+0
* wayland: Shuffle wl_data_source.cancelled version checks on DnDCarlos Garnacho2020-04-161-5/+5
* wayland/data-device: Fix crash with offer from X11 clientOlivier Fourdan2020-02-231-10/+10
* wayland/data-device: Check resource version on cancelOlivier Fourdan2020-02-231-6/+5
* wayland: Handle dragging from/dropping to v1 data device usersCarlos Garnacho2020-02-011-2/+15
* wayland/data-device: Small style fixesRobert Mader2020-01-311-2/+2
* wayland/data-device: Guard against a potential crashRobert Mader2020-01-311-1/+2
* wayland/data-device: Cancel drag source when the drag finished unsuccessfullyRobert Mader2020-01-311-4/+26
* wayland: Implement dnd cancel on pressing Esc keyCarlos Garnacho2020-01-281-0/+13
* wayland: Do not check current offer on DnD button releaseCarlos Garnacho2020-01-271-3/+7
* xwayland: Set XDND source-side actions as per XDNDCarlos Garnacho2020-01-271-3/+3
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-4/+4
* wayland: Move "ownership" of the DnD selection source to the data deviceCarlos Garnacho2019-11-201-6/+20
* wayland: Do not cancel data source on offer destructionCarlos Garnacho2019-11-201-6/+2
* wayland: Avoid redundant cancel() callCarlos Garnacho2019-11-201-1/+0
* wayland: Drop unused wl_signal structsCarlos Garnacho2019-11-201-11/+0
* wayland: Check focus surface client in wl_data_device.set_selection()Carlos Garnacho2019-11-061-0/+5
* wayland: Clean up meta_wayland_data_device_set_primary()Carlos Garnacho2019-11-061-10/+7
* wayland: Flatten data source object hierarchyCarlos Garnacho2019-11-061-106/+91
* Replace ClutterPoint by graphene_point_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* wayland: Figure out better the right selection source for a wl_data_offerCarlos Garnacho2019-10-121-5/+5
* wayland: Set dummy selection source on .set_selection(null)Carlos Garnacho2019-10-111-12/+13
* wayland: Simplify MetaSelectionSourceWaylandCarlos Garnacho2019-10-111-38/+4
* wayland: Check resource before emitting cancelled eventCarlos Garnacho2019-10-111-2/+4
* wayland: Emit wl/primary offer after changing selectionCarlos Garnacho2019-10-111-24/+24
* wayland: Chain up to the right finalize on MetaWaylandDataSourceWaylandCarlos Garnacho2019-10-111-1/+1
* wayland: Drop field from MetaWaylandDataSourcePrimaryCarlos Garnacho2019-10-111-12/+10
* wayland: Plug MetaSelectionSourceWayland leaksCarlos Garnacho2019-10-111-0/+3
* wayland/data-device: Restore keyboard focus on drag endOlivier Fourdan2019-09-021-0/+1
* wayland/data-device: Do not unset focus on drag startOlivier Fourdan2019-09-021-5/+2
* shaped-texture: Implement ClutterContentGeorges Basile Stavracas Neto2019-08-231-1/+1
* wayland/data-device: Use correct selection type to get mime typesHans de Goede2019-08-141-1/+1
* wayland: Unset DnD selection on wl_data_offer destructionCarlos Garnacho2019-05-291-2/+6
* wayland: Reduce MetaXWaylandSelection to just DnDCarlos Garnacho2019-05-021-3/+3
* wayland: Integrate with MetaSelectionCarlos Garnacho2019-05-021-88/+317
* wayland: Move DND surface role into its own fileJonas Ådahl2019-01-221-0/+1
* wayland: Accept NULL primary data sourceCarlos Garnacho2019-01-181-2/+3
* wayland: Fix DnD actor set upCarlos Garnacho2018-12-011-4/+4
* Clean up include macros messJonas Ådahl2018-11-061-9/+10
* wayland/data-device: Focus out when focus surface destroyedJonas Ådahl2018-10-071-0/+18