summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-3/+2
* Hide GdkDevice structMatthias Clasen2010-12-211-218/+117
* Make GdkDevice parallel-implementableMatthias Clasen2010-12-211-14/+35
* gdk: return 0, not NULL from gdk_device_get_n_axes()Michael Natterer2010-12-211-1/+1
* Strengthen checks in functions taking a GdkDeviceCarlos Garnacho2010-12-201-7/+18
* Remove *_set_extension_events() and old API to query devices.Carlos Garnacho2010-12-171-5/+0
* Remove debug messages from GdkDeviceCarlos Garnacho2010-12-151-10/+0
* gdk: Don't use NULL for integersBenjamin Otte2010-12-151-1/+1
* xi2: Improve device hierarchy handlingCarlos Garnacho2010-12-151-0/+102
* Emit GdkDevice::changed when the slave device being used changesCarlos Garnacho2010-12-151-0/+28
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-7/+3
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-3/+3
* gdk: remove GdkDeviceKey and GdkDeviceAxis from the public APIMichael Natterer2010-11-241-0/+8
* gdk: gdk_device_get_n_keys() is now Since: 2.24Michael Natterer2010-11-241-1/+1
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-68/+76
* gdk: change signature of gdk_device_get_history() back to what it used to beMichael Natterer2010-10-191-2/+2
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-0/+2
* gdk: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-1/+2
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-4/+4
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-181-1/+1
* Add annotationsMatthias Clasen2010-09-171-1/+2
* Miscellaneous property string fixesPhilip Withnall2010-08-291-5/+5
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-0/+1399