summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.h
Commit message (Collapse)AuthorAgeFilesLines
* Minimize the amount of inclusions in public headersEmmanuele Bassi2023-05-091-3/+0
| | | | | | Public headers should mainly include gdktypes.h, which already include the symbol visibility and versioning macros; we can also modify gdktypes.h to include the enumerations.
* Drop the gdk/gdkversionmacros.h headerMatthias Clasen2023-05-091-1/+1
| | | | | It was just added to avoid touching too many files. Touching them now.
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* gdk: Split enums from typesBenjamin Otte2021-10-261-1/+2
| | | | | | Add gdkenums.h for enums and keep gdktypes.h for types. Makes both files easier to read.
* docs: Rework the gdk docsMatthias Clasen2021-03-111-5/+0
| | | | Convert links, make things more concise.
* docs: Annotate GdkDeviceToolEmmanuele Bassi2020-12-011-0/+5
|
* gdk: Clean up gdkdevice.hMatthias Clasen2020-08-131-5/+5
| | | | | This header looked just too disorderly. Same for gdkdevicetool.h.
* gdk: Add gdk_device_tool_get_axes()Carlos Garnacho2020-07-281-0/+3
| | | | | Axes are actually a per-tool property, we just adapt devices to the current tool.
* Use a single compilation symbolEmmanuele Bassi2019-11-271-1/+1
| | | | | | | | | | | | We use a compilation symbol in our build to allow the inclusion of specific headers while building GTK, to avoid the need to include only the global header. Each namespace has its own compilation symbol because we used to have different libraries, and strict symbol visibility between libraries; now that we have a single library, and we can use private symbols across namespaces while building GTK, we should have a single compilation symbol, and simplify the build rules.
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
| | | | | 4.0 will represent a clean epoch. We don't want to have lots of noise in the docs about 2.x or 3.x.
* The big versioning cleanupMatthias Clasen2018-02-061-4/+4
| | | | | | | 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: Add a getter for the hardware id of a GdkDeviceToolCarlos Garnacho2016-08-231-0/+3
| | | | | | | 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/+75