summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-data-device.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Ensure drag surface offset changes update the DnD actorCarlos Garnacho2014-10-061-0/+26
* wayland: Use a MetaDnDActor for the DnD icon surfaceCarlos Garnacho2014-10-061-3/+45
* wayland: Store whether the wl_data_source has a target selectedCarlos Garnacho2014-10-061-2/+9
* wayland: Keep track of the origin surface and drag point on DnDCarlos Garnacho2014-10-061-4/+44
* data-device: Store the current drag grabCarlos Garnacho2014-10-061-4/+7
* wayland: Simplify global version managementJasper St. Pierre2014-08-041-3/+1
* wayland: Simplify slave version managementJasper St. Pierre2014-08-041-15/+6
* data-device: Put the DataDevice implementation in its own structJasper St. Pierre2014-07-101-43/+53
* data-device: Use a better variable name than "resource"Jasper St. Pierre2014-07-101-7/+7
* data-device: Don't look up the same client twice in two different waysJasper St. Pierre2014-07-101-4/+5
* data-device: Start a cleanupJasper St. Pierre2014-07-101-12/+11
* wayland: Move DataOffer / DataSource into data-device internalsJasper St. Pierre2014-07-101-0/+13
* wayland: Have a consistent _init pattern for subcomponentsJasper St. Pierre2014-04-221-12/+10
* data-device: Clean up slightlyJasper St. Pierre2014-04-201-9/+10
* data-device: Don't poke into MetaWaylandKeyboardJasper St. Pierre2014-04-161-19/+13
* wayland-pointer: Drop unused arg from focus grab interface methodRui Matos2014-03-171-3/+2
* wayland: Remove needless indirectionJasper St. Pierre2014-03-111-30/+5
* wayland: Make set_selection privateJasper St. Pierre2014-03-111-1/+1
* wayland: Fix destroying data sourcesJasper St. Pierre2014-03-111-1/+1
* wayland: Use g_slice_new0Jasper St. Pierre2014-03-111-14/+6
* wayland: Pull in a fix for a FIXME from WestonJasper St. Pierre2014-03-111-2/+6
* wayland: Fix drag grabsJasper St. Pierre2014-03-111-0/+1
* wayland: remove some wl_signal usageGiovanni Campagna2013-09-161-4/+0
* wayland: heavily refactor pointer grabsGiovanni Campagna2013-09-161-74/+103
* wayland: use symbolic constants for interface versionGiovanni Campagna2013-09-101-5/+10
* wayland: fix deprecation warningsGiovanni Campagna2013-09-101-21/+19
* wayland: split headers and distribute structure definitionsGiovanni Campagna2013-09-031-0/+1
* wayland: Add basic input supportNeil Roberts2013-08-101-0/+548