summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-7/+7
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-3/+4
* gdk: Simplify codeBenjamin Otte2011-01-031-33/+13
* gdk: Get rid of GdkDisplayDeviceHooksBenjamin Otte2011-01-031-1/+33
* gdk: Move get_device_state out of the display hooksBenjamin Otte2011-01-031-4/+10
* API: gdk: Remove gdk_device_set_source()Benjamin Otte2010-12-271-17/+0
* API: gdk: Make gdk_display_get_window_at_device_position() a device APIBenjamin Otte2010-12-271-0/+39
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-0/+37
* Fix up GDK docsMatthias Clasen2010-12-251-0/+13
* docs: Add docs about how to get a GtkDeviceJavier Jardón2010-12-241-1/+4
* API: gdk: gdk_display_warp_device() => gdk_device_warp()Benjamin Otte2010-12-211-0/+34
* Remove gdk_windowing_{get_device_state,window_at_device_position}Matthias Clasen2010-12-211-0/+35
* Add a vfunc for _gdk_windowing_window_get_next_serialMatthias Clasen2010-12-211-1/+1