summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* Drop root coordinates from _gdk_device_query_stateMatthias Clasen2020-03-121-5/+1
* device: Handle missing axisBenjamin Otte2020-03-051-0/+4
* Add missing documentation to GdkDeviceEmmanuele Bassi2020-02-261-0/+16
* gdk: Drop GdkDevice::input-mode and rename ::input-sourceMatthias Clasen2020-02-241-80/+7
* device: Add missing gettersMatthias Clasen2020-02-241-20/+30
* device: gdk_device_list_axes() => gdk_device_get_axis_names()Benjamin Otte2020-02-231-11/+19
* device: Inline function into return_if_fail()Benjamin Otte2020-02-221-6/+1
* Fix a doc typoLuca Bacci2020-01-281-1/+1
* gtk: rely on default marshallersChristian Hergert2019-05-301-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-1/+1
* Drop gdk_device_get_positionMatthias Clasen2019-05-291-19/+6
* docs: Remove references to gdk_device_grabMatthias Clasen2019-05-281-3/+3
* gdk: Remove remnants of client-side windowsMatthias Clasen2019-05-281-7/+3
* surface: Remove abs_x/abs_yMatthias Clasen2019-05-281-2/+2
* gdk: Stop using surface->childrenMatthias Clasen2019-05-281-7/+0
* Drop child surfacesMatthias Clasen2019-05-281-2/+2
* Remove gdk_device_grab/ungrab from public apiMatthias Clasen2019-03-291-59/+0
* Rename gdk_device_get_surface_at_position_doubleMatthias Clasen2019-03-261-4/+4
* Drop gdk_device_get_surface_at_positionMatthias Clasen2019-03-261-37/+0
* Rename gdk_device_get_position_doubleMatthias Clasen2019-03-261-4/+4
* Drop gdk_device_get_positionMatthias Clasen2019-03-261-26/+0
* Remove gdk_device_warpMatthias Clasen2019-03-241-28/+0
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-65/+65
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-12/+12
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-31/+31
* The big versioning cleanupMatthias Clasen2018-02-061-79/+1
* Document more structsMatthias Clasen2017-12-261-0/+7
* device: Make axis label a regular stringBenjamin Otte2017-12-141-12/+21
* Drop atom-related cast macrosMatthias Clasen2017-12-131-1/+1
* Drop the ::device-manager propertyMatthias Clasen2017-11-251-20/+0
* Don't mention GdkDeviceManager in docsMatthias Clasen2017-11-251-3/+3
* gdk: Use G_PARAM_SPEC_STATIC_STRINGS throughoutMatthias Clasen2017-11-171-4/+2
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-23/+8
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-2/+2
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-2/+1
* Stop passing root window to gdk_device_query_stateMatthias Clasen2017-08-111-1/+1
* Drop root windows from some internal apisMatthias Clasen2017-08-111-5/+2
* Revert "Remove gdk_device_grab/ungrab from the API"Matthias Clasen2016-10-251-5/+68
* Remove gdk_device_grab/ungrab from the APIMatthias Clasen2016-10-251-68/+5
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-12/+0
* gdk: Insist axis.min_value < axis.max_valueBenjamin Otte2016-10-161-15/+2
* gdk: Require passing screen size to translate_screen_coord()Benjamin Otte2016-10-161-2/+4
* gdk: Fix GdkDevice::tool-changed signal marshallerCarlos Garnacho2016-08-191-1/+1
* Minor doc cleanupMatthias Clasen2016-08-191-1/+1
* gdk: Add a private getter for GdkDevice::input-modeMatthias Clasen2016-04-301-0/+6
* gdkdevice: Expose tool as propertyMatthias Clasen2016-04-111-1/+15
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-091-148/+1
* GdkDeviceTool: Add GdkAxisFlags info to tablet toolsStephen Chandler Paul2016-04-061-1/+16
* GdkDeviceTool: Add GdkDeviceToolType to identify the physical tool typeStephen Chandler Paul2016-04-061-1/+36
* gdkdevice: Add GdkDevice::tool-changed signalCarlos Garnacho2016-04-061-0/+32