summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdevicemanager-xi2.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of GdkSurfaceImplMatthias Clasen2019-04-281-2/+2
* x11: Stop using child surface apiMatthias Clasen2019-04-281-22/+2
* x11: make the tool lookup dependent on the hw id as wellPeter Hutterer2018-12-181-1/+1
* x11: don't add unknown tools to our listPeter Hutterer2018-12-181-2/+5
* x11: get the tool type from the wacom driver propertiesPeter Hutterer2018-12-181-2/+81
* gdk: Remove key_event->string and key_event->lengthBenjamin Otte2018-07-301-2/+0
* Avoid a g_object_get pathTimm Bäder2018-07-171-2/+1
* Merge branch 'detect-synaptics-touchpads-v2' into 'master'Carlos Garnacho2018-03-201-3/+20
|\
| * x11/xi2: Report touchpads as TOUCHPAD, not MOUSEDaniel van Vugt2018-03-191-3/+20
* | GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-49/+49
* | GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-14/+14
* | GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-22/+22
|/
* Remove gdk_window_add_filterMatthias Clasen2018-02-071-0/+1
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-051-3/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-9/+9
* x11: Add necessary NULL checkBenjamin Otte2017-12-161-1/+2
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-1/+1
* x11: Get rid of default Atom convertersBenjamin Otte2017-12-141-1/+1
* Drop gdk_atom_nameMatthias Clasen2017-12-131-1/+1
* gdk: Figure out the GdkSeat of an event from the GdkDeviceCarlos Garnacho2017-12-141-8/+0
* gdk: Fold GdkEventPrivate fields into event structsCarlos Garnacho2017-12-141-18/+12
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-21/+21
* x11: Constify XEvent usageBenjamin Otte2017-12-131-6/+6
* x11: Stop deriving from GdkDeviceManagerMatthias Clasen2017-11-251-20/+14
* Drop the GdkDeviceManager::display propertyMatthias Clasen2017-11-251-9/+10
* Drop the get_client_pointer vfuncMatthias Clasen2017-11-251-3/+0
* Drop the list_devices vfuncMatthias Clasen2017-11-251-23/+0
* x11: Stop emitting devicemanager signalsMatthias Clasen2017-11-251-10/+0
* gdk: Use G_PARAM_SPEC_STATIC_STRINGS throughoutMatthias Clasen2017-11-171-3/+6
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-1/+1
* x11: Reduce uses of the root windowMatthias Clasen2017-11-091-1/+1
* x11: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-1/+1
* Port to gdk_display_get_root_windowMatthias Clasen2017-10-311-3/+1
* gdk: Stop using gdk_event_set_screenMatthias Clasen2017-10-301-29/+2
* Fix buildBenjamin Otte2017-10-241-1/+1
* Add default return values to switch statementsBenjamin Otte2017-10-241-0/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+1
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-1/+0
* gdk/x11: Avoid delivering emulated scroll eventsCarlos Garnacho2017-09-191-20/+11
* gdk/x11: Drop motion/button events emulated from touchCarlos Garnacho2017-09-191-10/+9
* gdk/x11: Extract GdkDeviceTool tool ID from "Wacom Serial IDs" propertyCarlos Garnacho2017-08-171-12/+18
* x11: Assign GDK_SOURCE_TABLET_PAD when necessaryJason Gerecke2017-06-301-0/+2
* GdkX11DeviceManager: Fix debugging outputTimm Bäder2017-03-191-1/+1
* x11: Fix a trap mixupMatthias Clasen2016-08-291-1/+4
* gdk: Pass hardware ID on gdk_device_tool_new()Carlos Garnacho2016-08-231-1/+1
* x11: Mark trackpoints as GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-0/+3
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-6/+6
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+1
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-091-0/+1
* x11: Use XInternAtom directly on poking device hardware IDsCarlos Garnacho2016-04-061-3/+7