summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* gdk: Document event compression betterMartin Renold2013-11-161-0/+4
* docs: Minor grammatical corrections.Murray Cumming2013-07-291-5/+5
* gdk: Convert mouse position to doubles, add new gettersAlexander Larsson2013-07-031-32/+99
* GdkDevice: Fix an inverted assertionMatthias Clasen2012-06-201-1/+1
* Add _gdk_device_get_axis_infoAlexander Larsson2012-04-031-0/+23
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-091-10/+10
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GdkDevice: Remove duplicate private functionCarlos Garnacho2011-04-081-10/+0
* Remove support for GDK_NATIVE_WINDOWSAlexander Larsson2011-03-081-4/+1
* Give the GDK docs some loveMatthias Clasen2011-02-091-2/+2
* Do not modify associated device for non-master devices on disposeCarlos Garnacho2011-01-241-1/+3
* Add extra checks for GdkDevice functions that might fail on slave devices.Carlos Garnacho2011-01-241-2/+20
* [gi] Added missing (allow-none) annotation to gdk_device_grabSebastian Pölsterl2011-01-211-1/+1