summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdevice-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Ignore NoSymbol keysDaniel Stone2016-05-051-0/+2
* gdk/dnd: Don't use default display when getting cursorJonas Ådahl2016-05-051-1/+2
* wayland: avoid jitter in keyboard repeatChristian Hergert2016-05-051-2/+16
* wayland: fix up/down mix up in discrete eventsOlivier Fourdan2016-05-031-2/+2
* wayland: Ignore NoSymbol keysDaniel Stone2016-04-271-0/+3
* wayland: Perform seat grab focus checks on native windowsCarlos Garnacho2016-04-271-7/+7
* wayland: Improve checks when flushing scroll eventsCarlos Garnacho2016-04-191-18/+23
* wayland: Do not check the pointer focus when receiving wl_pointer.frameCarlos Garnacho2016-04-191-3/+0
* wayland: Avoid NULL slave devices in GdkSeat::get_slavesCarlos Garnacho2016-04-011-3/+3
* wayland: Rename internal functions with misleading namingCarlos Garnacho2016-03-211-31/+31
* wayland: Replace all remaining uses of GdkWaylandDeviceDataCarlos Garnacho2016-03-211-347/+348
* wayland: Remove GdkWaylandDeviceData pointer in GdkWaylandDeviceCarlos Garnacho2016-03-211-220/+227
* Document gdk_wayland_seat_get_wl_seatMatthias Clasen2016-03-201-0/+10
* wayland: Clean up key repeat timeoutMatthias Clasen2016-03-041-0/+2
* wayland: synchronize key repeat with serverRay Strode2016-03-021-1/+36
* wayland: handle key up events earlier in deliver_key_eventRay Strode2016-03-021-3/+3
* wayland: make deliver_key_event return voidRay Strode2016-03-021-27/+18
* wayland: Survive without primary selectionMatthias Clasen2016-02-261-5/+8
* wayland: Implement the (so far internal) primary selection protocolCarlos Garnacho2016-02-261-1/+61
* wayland: Make the function to get the last serial a seat oneCarlos Garnacho2016-02-261-5/+7
* wayland: Set weak reference on the current grab windowCarlos Garnacho2016-01-191-9/+24
* wayland: Unset button modifiers on pointer enterCarlos Garnacho2016-01-191-0/+2
* wayland: Implement DnD actions as per wl_data_device v3Carlos Garnacho2016-01-191-61/+8
* wayland: Add internal gdk_wayland_seat_set_global_cursor()Carlos Garnacho2016-01-191-2/+17
* wayland: add gdk_event_is_scroll_stop_event()Peter Hutterer2016-01-181-2/+19
* wayland: add support for wl_pointer frame/axis_source/axis_discrete/axis_stopPeter Hutterer2016-01-181-42/+247
* wayland: Fix an endless loopRui Matos2016-01-151-3/+5
* Remove stray semicolonTimm Bäder2016-01-121-1/+1
* wayland: Force the grab cursor while a grab is activeCarlos Garnacho2016-01-081-7/+15
* wayland: Don't trigger grab on missing capabilitiesCarlos Garnacho2015-12-211-3/+6
* wayland: Improve creation of windowing surface rolesCarlos Garnacho2015-12-151-14/+3
* wayland: Emit cancelled on touchpoint used on window dragging/movingCarlos Garnacho2015-12-151-3/+16
* wayland: Unset "pointer emulating" touch on wl_touch.cancelCarlos Garnacho2015-12-151-5/+14
* wayland: Make gdk_wayland_device_get_focus() work on touchCarlos Garnacho2015-12-151-5/+10
* wayland: Add GdkSeat implementationCarlos Garnacho2015-12-151-42/+325
* wayland: Use pointer gestures protocol from wayland-protocolsJonas Ådahl2015-11-261-54/+54
* wayland: Do not store the grab cursor separatelyCarlos Garnacho2015-11-241-19/+3
* wayland: Set a null cursor surface when cursor buffer is nullJonas Ådahl2015-11-201-4/+15
* wayland: Ensure we have a drop-side GdkDragContext without pointerCarlos Garnacho2015-11-201-4/+7
* wayland: Implement GdkDevice::window_at_position for touchCarlos Garnacho2015-11-191-6/+35
* wayland: Disallow setting the cursor on the touch master pointerCarlos Garnacho2015-11-191-0/+3
* wayland: Ensure we get the master pointer on GdkDeviceManager::get_client_poi...Carlos Garnacho2015-11-191-11/+6
* wayland: Separate touch pointer emulation into its own master pointerCarlos Garnacho2015-11-191-2/+72
* wayland: Move additional pointer buttons after the old 4-7 scrolling onesCarlos Garnacho2015-11-171-5/+13
* wayland: Set a more believable crossing detail on pointer enter/leaveCarlos Garnacho2015-10-131-2/+2
* wayland: Don't ignore wl_keyboard.leave if surface is goneJonas Ådahl2015-10-071-6/+5
* wayland: Avoid running stale cursor animation timeoutsCarlos Garnacho2015-09-161-12/+23
* wayland: Don't broadcast selection owner changesJonas Ådahl2015-09-021-17/+22
* Fix the buildMatthias Clasen2015-08-311-0/+2
* wayland: Stop key repeat on focus outMatthias Clasen2015-08-311-0/+2