summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.c
Commit message (Collapse)AuthorAgeFilesLines
* Document gdk_device_tool_get_axesMatthias Clasen2020-07-281-0/+8
|
* gdk: Add gdk_device_tool_get_axes()Carlos Garnacho2020-07-281-0/+8
| | | | | Axes are actually a per-tool property, we just adapt devices to the current tool.
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* gdk: Use G_PARAM_SPEC_STATIC_STRINGS throughoutMatthias Clasen2017-11-171-3/+6
| | | | This avoids some string copies at startup.
* gdk: Pass hardware ID on gdk_device_tool_new()Carlos Garnacho2016-08-231-0/+2
| | | | | | And implement this on wayland, where this information is already obtained. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* gdk: Add a getter for the hardware id of a GdkDeviceToolCarlos Garnacho2016-08-231-0/+39
| | | | | | | Although scarcely used, this information may be useful to retrieve from the windowing systems that offer this information. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* gdk: Fix gdk_device_tool_get_serial() return valueCarlos Garnacho2016-08-191-1/+1
| | | | | | This is a guint64, not just a guint. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-091-0/+173