summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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