summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdkdevice: Add GdkDeviceTool to identify device toolsCarlos Garnacho2016-04-061-0/+98
* device: Add gdk_device_get_axes(), and ::axes propertyCarlos Garnacho2016-04-061-0/+39
* device: Add a num-touches propertyMatthias Clasen2016-02-251-0/+25
* gdk: Deprecate GdkDeviceManager and gdk_device_grab/ungrab()Carlos Garnacho2015-12-151-0/+4
* GdkDevice: Add GdkSeat property and getterCarlos Garnacho2015-12-151-0/+55
* device: Fix disposeCarlos Garnacho2015-11-241-7/+10
* GdkDevice: Do not free construct-only properties data on dispose()Carlos Garnacho2015-11-031-15/+21
* device: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-94/+96
* device: Add property/getters for vendor/product identifiersCarlos Garnacho2015-01-191-1/+113
* docs: Add a missing wordMatthias Clasen2014-11-281-1/+1
* Add another multi-device invariantMatthias Clasen2014-10-281-0/+3
* Don't return GDK_GRAB_SUCCESS on failureMatthias Clasen2014-10-281-2/+2
* GdkDevice: Avoid unnecessary criticalMatthias Clasen2014-10-051-1/+1
* Remove redundant checks for NULLMarek Kasik2014-10-021-4/+2
* gdk: Explain the relation between device type and modeCarlos Garnacho2014-07-211-0/+4
* GdkDevice: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* gdk: assorted introspection and documentation fixesEvan Nemerson2014-05-191-7/+10
* gdk: add many missing (nullable) return value annotationsEvan Nemerson2014-05-111-7/+10
* Add a Since annotation to gdk_device_get_last_event_windowMatthias Clasen2014-03-121-0/+2
* Use GDK's current window tracking when synthesizing events in GTK+Owen W. Taylor2014-03-121-0/+27
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-6/+6
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2