summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-data-device.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/data-device: Clear data source when cancelling drag with ESCmsizanoen12023-04-151-1/+3
* compositor: Setup and use ownership chainsJonas Ådahl2022-12-171-1/+4
* wayland: Setup and use ownership chainsJonas Ådahl2022-12-171-12/+53
* wayland/data-device: Clean up coding style a bitJonas Ådahl2022-09-191-26/+46
* wayland: Ensure to unlink destroy listeners after destructionCarlos Garnacho2022-08-231-2/+6
* dnd: Notify about events during compositor grab from event filterJonas Dreßler2022-03-021-1/+1
* wayland: Close pipe file descriptors after useCarlos Garnacho2021-05-251-0/+2
* wayland/data-device: Clear existing data device resource from listRobert Mader2021-04-301-0/+10
* wayland: Cancel selection data sources that are set while unfocusedCarlos Garnacho2021-03-231-1/+5
* src: Stop using GSliceRobert Mader2021-02-221-2/+2
* wayland: Avoid automatically decoupling source/offer after grabCarlos Garnacho2021-02-091-5/+1
* wayland: Manually detach source/offer on failure pathsCarlos Garnacho2021-02-091-0/+2
* 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