Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk: Pass hardware ID on gdk_device_tool_new() | Carlos Garnacho | 2016-08-23 | 1 | -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 GdkDeviceTool | Carlos Garnacho | 2016-08-23 | 1 | -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 value | Carlos Garnacho | 2016-08-19 | 1 | -1/+1 |
| | | | | | | This is a guint64, not just a guint. https://bugzilla.gnome.org/show_bug.cgi?id=770026 | ||||
* | Move GdkDeviceTool into its own files | Matthias Clasen | 2016-04-09 | 1 | -0/+173 |