summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdevice-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-8/+0
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-051-2/+0
* gdk: fix a format string warningTimm Bäder2018-02-041-1/+1
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-2/+1
* wayland: Add support for BTN_STYLUS3Jason Gerecke2018-01-301-0/+6
* Make gdk logging per-displayMatthias Clasen2018-01-141-59/+90
* wayland: Set display on keymapsMatthias Clasen2018-01-121-1/+1
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-6/+1
* gdk: Figure out the GdkSeat of an event from the GdkDeviceCarlos Garnacho2017-12-141-13/+0
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-8/+8
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-26/+26
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-3/+1
* gdk: Add GDK_SEAT_CAPABILITY_TABLET_PADCarlos Garnacho2017-12-071-0/+11
* gdk: Add gdk_seat_get_master_pointers()Carlos Garnacho2017-12-071-0/+27
* gdk: Documentation improvementsMatthias Clasen2017-12-041-1/+1
* wayland: Add primary clipboard subclassBenjamin Otte2017-12-031-63/+2
* wayland: Implement reading the clipboardBenjamin Otte2017-12-031-30/+8
* wayland: Add skeleton for a GdkClipboardWaylandBenjamin Otte2017-12-031-0/+19
* gdk: Get rid of owner change eventsBenjamin Otte2017-12-031-19/+6
* gdk/wayland: Emit GdkSeat::device-added/removedCarlos Garnacho2017-11-271-0/+27
* wayland: Drop GdkWaylandDeviceManagerMatthias Clasen2017-11-251-149/+8
* wayland: Stop deriving from GdkDeviceManagerMatthias Clasen2017-11-251-40/+19
* Drop the GdkDeviceManager::display propertyMatthias Clasen2017-11-251-24/+19
* Drop the get_client_pointer vfuncMatthias Clasen2017-11-251-18/+0
* Drop the list_devices vfuncMatthias Clasen2017-11-251-19/+0
* wayland: Stop emitting devicemanager signalsMatthias Clasen2017-11-251-34/+0
* wayland: Fix initial cursorBenjamin Otte2017-11-151-6/+13
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-13/+13
* gdkwindow: Remove event_mask arguments from constructorsBenjamin Otte2017-11-131-1/+1
* wayland: Drop the root windowMatthias Clasen2017-11-061-2/+5
* wayland: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-1/+1
* wayland: Fix animated cursorsMatthias Clasen2017-11-051-0/+1
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-1/+1
* wayland: Redo cursor handlingBenjamin Otte2017-11-041-17/+10
* Stop providing the owner in GdkEventOwnerChangeMatthias Clasen2017-11-011-1/+0
* wayland: Some cursor cleanupsMatthias Clasen2017-11-011-4/+1
* wayland: No more screenMatthias Clasen2017-11-011-3/+1
* Drop gdk_get_default_root_windowMatthias Clasen2017-10-311-1/+1
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-1/+0
* gdk: Stop using gdk_event_set_screenMatthias Clasen2017-10-301-14/+8
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+6
* gdk/wayland: Drop emission of emulated scroll eventsCarlos Garnacho2017-09-191-8/+9
* Allow passing a NULL window to gdk_device_query_stateMatthias Clasen2017-08-111-0/+3
* Drop root windows from some internal apisMatthias Clasen2017-08-111-7/+0
* wayland: add shortcut inhibitor supportOlivier Fourdan2017-08-021-1/+14
* wayland: Clear tablet tool cursor on proximity outCarlos Garnacho2017-07-261-0/+1
* wayland: Observe GDK_SEAT_CAPABILITY_TABLET_STYLUS on gdk_seat_get_slaves()Carlos Garnacho2017-07-261-0/+13
* wayland: Implement support for tablet wheel scrollingJason Gerecke2017-07-201-1/+29
* wayland: Make function to create scroll event more genericCarlos Garnacho2017-07-201-10/+19
* wayland: Get implicit grab serial information from tablet devicesJason Gerecke2017-07-201-1/+26