summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdevice-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Don't ignore wl_keyboard.leave if surface is goneJonas Ådahl2015-10-121-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
* wayland: Stop key repeat when a seat goes awayMatthias Clasen2015-08-311-0/+1
* wayland: Trivial refactorMatthias Clasen2015-08-311-10/+12
* wayland: Implement touchpad gesture eventsCarlos Garnacho2015-08-121-0/+245
* wayland: print correct coordinates during DnDMichael Catanzaro2015-07-061-6/+7
* wayland: Set the master device on the drop-side GdkDragContextCarlos Garnacho2015-06-261-2/+2
* wayland: Split handling of clipboard/DnD data offersCarlos Garnacho2015-06-261-8/+11
* wayland: Ensure device grabs generate crossing/focus eventsCarlos Garnacho2015-06-241-1/+93
* wayland: Update grab serial when ungrabbing keyboardsCarlos Garnacho2015-06-241-5/+5
* wayland: Move DnD grab breaking function into gdkdevice-wayland.cCarlos Garnacho2015-06-021-6/+55
* wayland: Split keyboard/button modifiers internallyCarlos Garnacho2015-06-021-12/+13
* wayland: Don't send bogus values for cursor surface buffer/scaleAlexander Larsson2015-04-301-4/+7
* wayland: Create internal GdkWindow to be set as the DnD sourceCarlos Garnacho2015-04-181-2/+29
* wayland: Support scaling of theme based cursorsJonas Ådahl2015-03-161-1/+87
* wayland: Add debug spewMatthias Clasen2015-02-281-17/+33
* wayland: Formatting fixesMatthias Clasen2015-02-281-83/+78
* wayland: Emit GDK_OWNER_CHANGE events around wl_data_offer changesCarlos Garnacho2014-10-291-0/+38
* wayland: Don't use the default displayJasper St. Pierre2014-10-271-5/+8
* Wayland: Fix various compiler warningsMatthias Clasen2014-09-051-0/+2
* wayland: Store and use the current grab cursor, if anyCarlos Garnacho2014-09-011-2/+33
* wayland: Keep the last cursor on leave, try to restore it on enterCarlos Garnacho2014-09-011-5/+5
* wayland: Implement drag sourcesCarlos Garnacho2014-09-011-1/+18
* wayland: Implement the dropping part of DnDCarlos Garnacho2014-09-011-1/+57
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-011-373/+2
* wayland: Implement drag/source side of selectionsCarlos Garnacho2014-09-011-0/+26
* wayland: Fix x/y coordinate arguments on wl_data_device eventsCarlos Garnacho2014-08-261-4/+4
* wayland: ensure gdk_device_manager_get_client_pointer() returns a master pointerCarlos Garnacho2014-08-261-2/+3
* wayland: Add internal API to unset a touch implicit grabCarlos Garnacho2014-08-261-0/+14
* wayland: Update the display serial on touch down/up eventsCarlos Garnacho2014-08-261-0/+8
* wayland: Improve implicit grab serial retrievalCarlos Garnacho2014-08-261-2/+44
* wayland: Store per-touch touch_down serialCarlos Garnacho2014-08-261-0/+2
* wayland: rename internal touch management functionsCarlos Garnacho2014-08-261-11/+11
* wayland: Add defines to convert between event sequences and touch slotsCarlos Garnacho2014-08-221-1/+4
* Include config.h firstMatthias Clasen2014-08-211-2/+2
* Use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE, _XOPEN_SOURCE etc.Simon McVittie2014-08-211-1/+0
* gdkdevice-wayland: Fix compile warningsJasper St. Pierre2014-07-261-2/+2
* wayland-device: Upgrade to v4 of seatJasper St. Pierre2014-07-251-9/+42
* wayland-device: Upgrade to v3 of seatJasper St. Pierre2014-07-251-3/+3
* wayland-device: Handle v2 of seatJasper St. Pierre2014-07-251-0/+9
* wayland-device: Refactor a bitJasper St. Pierre2014-07-251-20/+26
* wayland-device: ReindentJasper St. Pierre2014-07-251-38/+41
* wayland: Add some dumb support for the TARGETS selectionJasper St. Pierre2014-07-031-7/+10
* wayland: don't change the cursor if there is no pointerEmilio Pozuelo Monfort2014-06-281-0/+4
* wayland: Ensure the touch sequence pointer value is non-nullSjoerd Simons2014-06-121-1/+1
* wayland: Use event->key.time for setting key event timeKristian Høgsberg2014-05-271-1/+1
* wayland: Fix c&p typo in touch capabilities handling.Carlos Garnacho2014-05-061-1/+1