summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdevice-xi2.c
Commit message (Expand)AuthorAgeFilesLines
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-1/+1
* x11: Add some ignore deprecation statementsCarlos Garnacho2015-12-161-0/+4
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-271-1/+1
* Don't use g_slist_next in the x11 backendMatthias Clasen2015-10-201-1/+1
* Revert "x11: Query pointer devices' scroll valuators on toplevel enter events"Carlos Garnacho2015-07-151-23/+16
* x11: Query pointer devices' scroll valuators on toplevel enter eventsCarlos Garnacho2015-07-011-16/+23
* x11: Avoid X error traps within server grabsCarlos Garnacho2015-07-011-30/+43
* x11: Fix compiler warningsMatthias Clasen2015-06-021-1/+1
* xi2: Don't set button mask 4 and 5Matthias Clasen2015-05-021-9/+3
* x11: Store last axes from deviceCarlos Garnacho2015-03-021-0/+28
* x11: Unset GdkX11DeviceXI2 scroll valuators on device changeCarlos Garnacho2013-11-221-0/+8
* gdk: Convert mouse position to doubles, add new gettersAlexander Larsson2013-07-031-24/+28
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-07-031-7/+14
* x11: make _gdk_device_query_state report the master's device stateLionel Landwerlin2013-05-191-0/+10
* x11: Simplify code for single-screen caseBenjamin Otte2013-04-061-44/+40
* gdk: clean up logic errorBenjamin Otte2012-03-091-13/+11
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-091-29/+22
* xi2: Normalize scroll deltasMatthias Clasen2012-03-041-2/+5
* x11: Simplify XI2 mods stateBastien Nocera2012-03-041-1/+1
* x11: Correct GroupSwitch maskBastien Nocera2012-03-041-10/+1
* Require XInput2.h in X11 backendJavier Jardón2012-03-021-18/+0
* devicemanager,xi2: Implement smooth scrollingCarlos Garnacho2012-03-011-0/+101
* xi2: Translate touch eventsMatthias Clasen2012-03-011-4/+30
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* xi2: Get the effective group state by ORing the XIGroupState valuesCarlos Garnacho2012-02-231-1/+1
* XI2: Push error traps around XIQueryDevice callsMatthias Clasen2011-11-301-2/+5
* gdk/x11: Add gdk_x11_device_get_id()Carlos Garnacho2011-07-151-0/+8
* GdkDevice: Remove duplicate private functionCarlos Garnacho2011-04-081-1/+1
* gdk: gdk_x11_device_xi2_get_state(): move stuff to local scopeMichael Natterer2011-02-271-7/+8
* Remove confusion over XI2 definesMatthias Clasen2011-02-111-2/+2
* x11: Make headers identical no matter if we run with or without XI2Benjamin Otte2011-02-121-2/+22
* XI2: translate group state back into core stateMatthias Clasen2011-02-041-0/+12
* Pass group state to _gdk_x11_device_xi2_translate_stateMatthias Clasen2011-02-041-3/+4
* Use free() to free XIButtonState.maskMatthias Clasen2011-01-291-4/+5
* Free button_state.mask after XIQueryPointer()Carlos Garnacho2011-01-231-1/+13
* Fix valgrind warning about uninitialized valueCarlos Garnacho2011-01-231-1/+1
* More include shuffling; keep X extension headers to ourselvesMatthias Clasen2010-12-211-0/+4
* Detangle includes for device subclassesMatthias Clasen2010-12-211-1/+12
* Rename x11-specific GdkDevice[Manager] implementationsMatthias Clasen2010-12-211-189/+157
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* x11: Use public API to access cursor's xcursorBenjamin Otte2010-12-211-5/+2
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-1/+1
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-4/+4
* Remove gdk_windowing_{get_device_state,window_at_device_position}Matthias Clasen2010-12-211-26/+132
* Make GdkDevice parallel-implementableMatthias Clasen2010-12-211-4/+14
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-4/+4
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-1/+2
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-0/+621