summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix a case of 'stuck grab'Matthias Clasen2012-05-161-8/+7
* GDK X11 DND: Fix infinite loopEdward Sheldrake2012-05-141-4/+2
* Add support for disabling middle click pasteBastien Nocera2012-05-031-2/+5
* GtkPlug: fix handling of key events for different layoutsOwen W. Taylor2012-04-305-13/+53
* Fix build with XInput < 2.2Sam Thursfield2012-04-241-0/+4
* xi2: ignore extraneous events for smooth scrollCosimo Cecchi2012-04-221-8/+15
* xi2: fix thinko in variable typeCosimo Cecchi2012-04-221-1/+1
* XI2: More logging for smooth scrollingMatthias Clasen2012-04-221-1/+3
* x11: Add suggested braces around empty body in 'if' statementsBenjamin Otte2012-04-071-27/+45
* xi2: Remove touchscreen heuristicsMatthias Clasen2012-04-061-4/+0
* x11: Don't ignore button releases after a wmspec move/resizeRui Matos2012-04-051-10/+5
* x11: Set GdkToplevelX11.have_focused on creationRui Matos2012-04-041-1/+4
* x11: Deal better with L-shaped monitor arrangementsMatthias Clasen2012-03-231-2/+13
* Drop support for pre-R6 XMatthias Clasen2012-03-107-39/+5
* Drop unneeded XI2 definesMatthias Clasen2012-03-101-2/+0
* gdk: clean up logic errorBenjamin Otte2012-03-092-23/+19
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-092-52/+41
* xi2: Don't reset scroll valuators too oftenMatthias Clasen2012-03-081-2/+0
* x11: Avoid spurious focus events on grabsBenjamin Otte2012-03-073-0/+9
* xi2: Normalize scroll deltasMatthias Clasen2012-03-043-6/+12
* x11: Simplify XI2 mods stateBastien Nocera2012-03-041-1/+1
* x11: Correct GroupSwitch maskBastien Nocera2012-03-041-10/+1
* xi2: Add some more debug output about scroll devicesMatthias Clasen2012-03-021-0/+7
* Iconification using _NET_WM_STATE_HIDDEN hint if supported by WMMikael Magnusson2012-03-023-11/+56
* xi2: add some debug output for smooth scroll eventsMatthias Clasen2012-03-021-1/+6
* Require XInput2.h in X11 backendJavier Jardón2012-03-0210-1528/+2
* Fix build with XI2.x for x < 2Matthias Clasen2012-03-011-0/+6
* gdk,xi2: Ensure scroll valuators are reset on window/device switchCarlos Garnacho2012-03-011-1/+7
* devicemanager,xi2: Implement smooth scrollingCarlos Garnacho2012-03-013-3/+206
* devicemanager,x11: Initialize event->scroll.delta_x/y to 0 on core eventsCarlos Garnacho2012-03-011-0/+3
* gdk: Add some debug output for touch events and devicesMatthias Clasen2012-03-011-4/+35
* xi2: Translate touch eventsMatthias Clasen2012-03-014-70/+223
* xi2: Use the new device types for touch-capable devicesMatthias Clasen2012-03-011-0/+40
* configure: Detect XInput 2.2Carlos Garnacho2012-03-011-0/+2
* xi2: Add major/minor properties to XI2 device managerCarlos Garnacho2012-03-012-1/+35
* x11: Mark unused variables as suchBenjamin Otte2012-03-011-2/+2
* Change FSF AddressJavier Jardón2012-02-2759-177/+59
* gdk: Use versioned deprecationsMatthias Clasen2012-02-273-0/+4
* gdk: pull more precondition checks into the generic gdkscreen.cMichael Natterer2012-02-241-8/+0
* xi2: Get the effective group state by ORing the XIGroupState valuesCarlos Garnacho2012-02-231-1/+1
* gdk: Keep track of the last slave device usedCarlos Garnacho2012-02-231-1/+4
* x11: s/_/-/ in signal name "window-manager-changed"Michael Natterer2012-02-211-1/+1
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-56/+7
* Remove an unnecessary includeMatthias Clasen2012-02-211-4/+0
* Add a way to get the current modifier stateMatthias Clasen2012-02-212-6/+26
* x11: Fix first call to _gdk_x11_keymap_key_is_modifier()Bastien Nocera2012-02-191-0/+1
* x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonReleaseRui Matos2012-02-092-46/+106
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* Add Since: to gdk_x11_device_get_id(), gdk_x11_device_manager_lookup(), gdk_x...Alexandre Rostovtsev2012-01-162-0/+6
* x11: Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec compliantRui Matos2012-01-161-36/+53