[PULL] input fixes

2013-10-13 Thread Peter Hutterer
The following changes since commit 44d502c6f1d03a9e548f0941cde0228b6fde8394: hw/xwin: Fix for glx: Remove screen number from __GLXconfig (2013-10-09 14:51:53 +0100) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

Re: [PULL] input fixes

2013-10-13 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Adam Jackson (1): input: calloc minimization for xi2mask_new Michele Baldessari (2): Fix Xephyr compilation when DEBUG is enabled Xephyr: restore cursor visibility Peter Hutterer (4): dix: only allow button and key

Re: [PULL] input fixes

2013-10-04 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Gaetan Nadon (1): test: add new os executable to .gitignore Laércio de Sousa (1): xserver: enable InputClass option GrabDevice by default for non-seat0 seats (#69478) Peter Hutterer (1): dmx: provide enough space for axis

[PULL] input fixes

2013-09-28 Thread Peter Hutterer
The following changes since commit 7d3d4ae55dd6ee338439e2424ac423b1df80501b: damage: Must translate initial window damage by window offset (2013-09-20 17:42:13 -0500) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up

[PULL] input fixes, XIQueryVersion fix

2013-07-25 Thread Peter Hutterer
The following changes since commit 21ea7ebb6a1ad56f3060747af0df235ca6ff27fa: dix: scale y back instead of x up when pre-scaling coordinates (2013-07-22 14:18:30 +1000) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up

Re: [PULL] input fixes, XIQueryVersion fix

2013-07-25 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Keith Packard (1): Xi: Allow clients to ask for 2.3 and then 2.2 without failing Peter Hutterer (2): dix: check the xi2mask, not the grab type for touch listeners dix: set the valuator mask to ensure XI 1.x events have data

[PULL] input fixes, drm hack revert

2013-04-11 Thread Peter Hutterer
Misc input fixes and the revert for the drm hack to make my test suite run sanely again. The following changes since commit ecf62755086fd65898998d5a509aee5f29a9583d: Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h. (2013-04-08 09:19:34 -0700) are available in the git

Re: [PULL] input fixes Jan 2013

2013-02-08 Thread Peter Hutterer
On 8/02/13 17:11 , Keith Packard wrote: Peter Hutterer peter.hutte...@who-t.net writes: Keith, this is the list of fixes that should go into 1.14. Missing from this is the relative transformation matrix, and it includes the ptraccel debugging printf with your rev-by attached (which I just

Re: [PULL] input fixes Jan 2013

2013-02-08 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Alan Coopersmith (1): Xext: avoid null-pointer dereference in XTestFakeInput (#59937) Andreas Wettstein (1): xkb: Fix repeat behaviour of redirect and message actions Carlos Garnacho (1): dix: Set focus field on XI2

Re: [PULL] input fixes Jan 2013

2013-02-08 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Just merge the outstanding two patches directly please, thanks. Merged. b173eb2..9f79e93 master - master -- keith.pack...@intel.com pgp5KuFv2NmOZ.pgp Description: PGP signature ___

[PULL] input fixes Jan 2013

2013-02-07 Thread Peter Hutterer
Keith, this is the list of fixes that should go into 1.14. Missing from this is the relative transformation matrix, and it includes the ptraccel debugging printf with your rev-by attached (which I just assumed) Id' still like to get the relative matrix in as well, but that still needs review.

Re: [PULL] input fixes Jan 2013

2013-02-07 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Keith, this is the list of fixes that should go into 1.14. Missing from this is the relative transformation matrix, and it includes the ptraccel debugging printf with your rev-by attached (which I just assumed) Id' still like to get the

Re: [PULL] input fixes, mostly unreviewed

2012-12-17 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Daniel Martin (1): xfixes: Fix minor number in QueryVersion Peter Hutterer (12): xkb: always post XTest button up when the physical button released (#28808) xkb: only post a XTest release if the XTest device has the button

[PULL] input fixes, mostly unreviewed

2012-12-11 Thread Peter Hutterer
Fixes inconsistent touch event selection, a stack smash on some touch devices and re-fixes 28808 after that came back recently. The following changes since commit b51a1bd2766e7dc975ca8f1cacc3f8bd0e1a68a3: Merge remote-tracking branch 'whot/for-keith' (2012-11-30 09:31:46 -0800) are available

Re: [PULL] input fixes Nov 29

2012-11-30 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Jasper St. Pierre (1): cursor: Revise edge cases for the pointer moving towards barriers Peter Hutterer (4): When resetting device idle time, reset XIAll(Master)Devices too (#56649) xkb: fill in keycode and event type for

[PULL] input fixes Nov 29

2012-11-28 Thread Peter Hutterer
A bunch of fixes, some dug up from a few months ago. Jasper's cursor barrier fix to prevent a wobbling cursor (only windows are allowed to wobble, after all), Thomas's and Yuly's fixes for correct coordinates, Sybren's fix for dmx input coordinates and misc other minor fixes. The following

[PULL] input fixes Nov 19 2012

2012-11-18 Thread Peter Hutterer
The xfixes commit is important here, I botched up Jasper's commit on merging so atm we write into arbitrary memory if a pointer barrier uses deviceids. The following changes since commit 011f8458805e443ac9130865d2840a929a00cabf: Merge remote-tracking branch 'whot/for-keith' (2012-11-05

Re: [PULL] input fixes Nov 19 2012

2012-11-18 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Adam Jackson (1): linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF) Daniel Martin (1): Xi: Fix modifier swapping in XIPassiveGrabDevice Daniel Stone (1): XKB: Remove component listing support Peter Hutterer

[PULL] input fixes Nov 02

2012-11-02 Thread Peter Hutterer
The following changes since commit a194630f7f7b287cb4ea4a459df0745f4c0d4c1a: Merge remote-tracking branch 'whot/for-keith' (2012-11-01 13:38:54 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

Re: [PULL] input fixes 30.10.2012

2012-11-01 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Benjamin Tissoires (1): Add missing labels for multitouch valuators Carlos Garnacho (1): Sync TouchListener memory allocation with population in TouchSetupListeners() Peter Hutterer (5): xkb: ProcesssPointerEvent must

[PULL] input fixes 30.10.2012

2012-10-30 Thread Peter Hutterer
Thomas pointed out that the fix for 55738 may cause another bug, but I suspect it merely uncovers that other bug. So the patch is included here nonetheless. The following changes since commit 53830281b4da096f9c13107d73ec9c76ff1d14cc: Merge remote-tracking branch 'sandmann/for-keithp'

Re: [PULL] input fixes Oct 4

2012-10-04 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Daniel Drake (1): Xi: Don't check for TOUCH_END, it's never set Daniel Stone (1): Touch: Fix duplicate TouchBegin selection with virtual devices Jason Gerecke (1): Fix additional gcc -Wwrite-strings warning in xf86 ddx

[PULL] input fixes Oct 4

2012-10-03 Thread Peter Hutterer
The following changes since commit 0b02150c27e98f996e10d7489f9f67a30e4e3497: dix: fix scale_to_desktop for edge ABS events (2012-09-24 11:12:04 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

Re: [PULL] input fixes 05 Aug 2012

2012-08-06 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Alan Coopersmith (1): XIChangeDeviceProperty: free newly allocated prop when SetProperty fails Daniel d'Andrada (1): Do sent TouchEnd to listeners that don't own an accepted touch Peter Hutterer (1): test: always add

[PULL] input fixes 05 Aug 2012

2012-08-04 Thread Peter Hutterer
The following changes since commit afa53fe7cffd430cf11f25ca818cb955a78c0c1c: Version 1.12.99.903 (1.13 RC3) (2012-07-25 14:29:48 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

[PULL] input fixes

2012-04-19 Thread Peter Hutterer
Heaps of multitouch fixes from Chase. The following changes since commit 80fefc42f5e67e6b4a4b440d8991bee7e5f38359: Merge remote-tracking branch 'whot/for-keith' (2012-04-15 21:05:30 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for

[PULL] input fixes 24.01

2012-01-23 Thread Peter Hutterer
A few corner cases for MT support and one fix from daniel to avoid killing clients that shouldn't be. The following changes since commit 954bb994842aa43a0f272858e65036c016b729a4: configure.ac: Remove MIEXT_SHADOW_LIB from XORG_LIBS (2012-01-15 02:28:27 -0800) are available in the git

Re: [PULL] input fixes 24.01

2012-01-23 Thread Keith Packard
On Tue, 24 Jan 2012 13:35:54 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Chase Douglas (3): Only scale direct device touch coordinates Only update pointer motion data for pointer emulated touch events Don't set X and Y valuators for indirect touch events Daniel

[PULL] input fixes Nov 9

2011-11-08 Thread Peter Hutterer
A few fixes and some patches that I found lying around on various branches. Commit 35ec24cf245e5ef676e98a0bf7c77296a3f1ff63 The following changes since commit 9cc44b955b27de33348d6a20bebc9704930ee18e: randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPosition (2011-11-03

[PULL] input fixes 31 Oct

2011-10-30 Thread Peter Hutterer
commit d7c44a7c9760449bef263413ad3b20f19b1dc95a The following changes since commit 5701ab4a441eb113abd0851b0d71b82d12112854: Merge remote-tracking branch 'whot/for-keith' (2011-10-24 22:09:00 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver

Re: [PULL] input fixes 31 Oct

2011-10-30 Thread Keith Packard
On Mon, 31 Oct 2011 09:41:03 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Dave Airlie (1): test: fix two more failing FP3232 tests Peter Hutterer (2): xfree86: reduce calls to input_option_get_key/value dix: block signals when closing all devices Servaas

[PULL] input fixes

2011-05-04 Thread Peter Hutterer
This is mostly Daniel's branch minus the commit that added the button grab issue (and another cleanup one that conflicted after removing the first). Plus the bugfix for the SD grab issue we've been seeing. The following changes since commit 5cb31cd0cbf83fff5f17a475e7b0e45246b19bf3: Merge

[PULL] input fixes

2011-01-20 Thread Peter Hutterer
same fixes as last time plus three more on top. Expect at least one more pull with more of daniel's cleanups and a minor abi bump to come before the bugfix window close. The following changes since commit f3480286aeb3009623d8d4b0202eadda0049552d: composite: Support updating an arbitrary

Re: [PULL] input fixes

2011-01-20 Thread Keith Packard
On Fri, 21 Jan 2011 09:54:46 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Daniel Stone (12): Input: Swap flags in DeviceEvents Test: Input: Add helper function for failing EventToCore Test: Input: Check flags on DeviceEvent Test: Input: Test up to supported

Re: [PULL] input fixes

2010-12-14 Thread Keith Packard
On Tue, 14 Dec 2010 10:40:40 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Peter Hutterer (5): dix: clear up an overly convoluted if statement. xfree86: don't set movement flags for non-valuator events. dix: allow for button-only input devices (#21457)

[PULL] input fixes

2010-12-13 Thread Peter Hutterer
nothing exciting. cleanup patches, fix for 21457 and a rather important bugfix that stopped xorg.conf XKB layouts from being applied. The following changes since commit 2c70b650b342378898064cf27e2f95c4b2e53d24: Fix Xwin build after af0f9f91 (2010-12-08 11:48:21 -0800) are available in the git

Re: [PULL] input fixes

2010-11-24 Thread Keith Packard
On Wed, 24 Nov 2010 09:06:40 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Adam Jackson (1): linux: Fix CPU usage bug in console fd flushing Chase Douglas (2): Fix GPE Y axis scaling Fix transformAbsolute Dan Horák (1): XF86CONFIGDIR is undefined when

[PULL] input fixes

2010-11-23 Thread Peter Hutterer
Keith, Please pull from my branch, a number of typos and other bugs introduced by the valuator mask code and the mixed mode stuff. The following changes since commit 38c46ccf796462d068d95acb9022de2acfc3a1f7: Merge remote branch 'whot/for-keith' (2010-11-15 09:06:33 +0800) are available in

Re: [PULL] input fixes, the safe ones

2010-09-08 Thread Peter Hutterer
On Mon, Sep 06, 2010 at 01:16:26PM +1000, Peter Hutterer wrote: On Wed, Sep 01, 2010 at 03:12:48PM +1000, Peter Hutterer wrote: Please pull from the branch below. These are the input fixes that do not change the ABI and most of them are safe to be pulled into stable branches as well.

Re: [PULL] input fixes, the safe ones

2010-09-05 Thread Peter Hutterer
On Wed, Sep 01, 2010 at 03:12:48PM +1000, Peter Hutterer wrote: Please pull from the branch below. These are the input fixes that do not change the ABI and most of them are safe to be pulled into stable branches as well. I've added three of the patches you reviewed last week to the branch,

[PULL] input fixes, the safe ones

2010-08-31 Thread Peter Hutterer
Keith, Please pull from the branch below. These are the input fixes that do not change the ABI and most of them are safe to be pulled into stable branches as well. The following changes since commit 79ee78de9de49d0cab03401662baa476a18e53b8: xserver 1.9.0 (2010-08-20 17:32:27 -0700) are

Re: [PULL] input fixes for 1.9, unloved.

2010-08-12 Thread Peter Hutterer
On Mon, Aug 09, 2010 at 09:00:27PM -0700, Keith Packard wrote: On Tue, 10 Aug 2010 12:04:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: xkb: post-fix PointerKeys button events with a DeviceChangedEvent. exposed by 14327858391ebe929b806efb53ad79e789361883, devices with more

Re: [PULL] input fixes for 1.9, unloved.

2010-08-09 Thread Peter Hutterer
On Fri, Jul 30, 2010 at 04:31:17PM +1000, Peter Hutterer wrote: Keith, please pull and/or review the patches below. They are all fixes for 1.9. ping? the missing DCE postfix prevents devices with more than 2 valuators from working properly. Cheers, Peter xkb: post-fix PointerKeys

[PULL] input fixes for 1.9, unloved.

2010-07-30 Thread Peter Hutterer
Keith, please pull and/or review the patches below. They are all fixes for 1.9. xkb: post-fix PointerKeys button events with a DeviceChangedEvent. exposed by 14327858391ebe929b806efb53ad79e789361883, devices with more valuators than the XTEST pointer device now skip events. xkb: if

[PULL] input fixes and transformation matrix for 1.9.

2010-06-02 Thread Peter Hutterer
The transformation matrix is the big new feature here, it allows binding a device to a single output (or part of the screen), an ability we lost in 1.4 or 1.5. The other three are just minor bugfixes. The following changes since commit e4582d9e5c8649347742a13eae68cf27005296fc: Peter Hutterer

[PULL] input fixes

2010-04-13 Thread Peter Hutterer
A few bugfixes, nothing exciting. The most interesing one is probably Adam's export fix that enables TigerVNC to build against Xorg without patches. The following changes since commit fc5d76740851725e3788c68e14474a012a205892: Julien Cristau (1): XGE: don't register an extension event

Re: [PULL] input fixes for 1.8

2010-04-01 Thread Daniel Stone
On Wed, Mar 31, 2010 at 10:07:03AM -0700, Dan Nicholson wrote: On Wed, Mar 31, 2010 at 9:32 AM, Keith Packard kei...@keithp.com wrote: Does the existing released evdev driver work with the new server if recompiled? If not, we must release the evdev driver before the server (and ensure that

Re: [PULL] input fixes for 1.8

2010-04-01 Thread Keith Packard
On Thu, 1 Apr 2010 18:13:41 +1100, Daniel Stone dan...@fooishbar.org wrote: If you're happy moving the config file to the server, then I think we're fine to release the server, as the current release of evdev works fine with 1.8. I think Peter had a few more things he wanted to do before

Re: [PULL] input fixes for 1.8

2010-03-31 Thread Dan Nicholson
On Tue, Mar 30, 2010 at 3:15 PM, Keith Packard kei...@keithp.com wrote: On Wed, 24 Mar 2010 23:22:35 -0700, Dan Nicholson dbn.li...@gmail.com wrote: I guess I'd like to see udev as the default now instead of waiting for the next xserver series. udev appears to work for me at least now, with

Re: [PULL] input fixes for 1.8

2010-03-31 Thread Keith Packard
On Wed, 31 Mar 2010 08:31:16 -0700, Dan Nicholson dbn.li...@gmail.com wrote: They need to build and install a new evdev driver anyway for 1.8 since the ABI bumped. And this rule will fail if they haven't installed the evdev driver. I really think these would be better to stay with the

Re: [PULL] input fixes for 1.8

2010-03-31 Thread Dan Nicholson
On Wed, Mar 31, 2010 at 9:32 AM, Keith Packard kei...@keithp.com wrote: On Wed, 31 Mar 2010 08:31:16 -0700, Dan Nicholson dbn.li...@gmail.com wrote: They need to build and install a new evdev driver anyway for 1.8 since the ABI bumped. And this rule will fail if they haven't installed the

Re: [PULL] input fixes for 1.8

2010-03-30 Thread Keith Packard
On Wed, 24 Mar 2010 23:22:35 -0700, Dan Nicholson dbn.li...@gmail.com wrote: I guess I'd like to see udev as the default now instead of waiting for the next xserver series. udev appears to work for me at least now, with nothing other than the trivial udev config file that Peter posted as a

Re: [PULL] input fixes for 1.8

2010-03-25 Thread Dan Nicholson
On Wed, Mar 24, 2010 at 10:36 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Mar 25, 2010 at 06:13:18AM +0100, Keith Packard wrote: On Thu, 25 Mar 2010 11:36:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Please pull from my repo for a set of 1.8 fixes. The most

[PULL] input fixes for 1.8

2010-03-24 Thread Peter Hutterer
Keith, Please pull from my repo for a set of 1.8 fixes. The most obvious fix is the change to use udev by default if available rather than requiring it be explicitly enabled at configure time. The rest are fixes with little impact. Cheers, Peter The following changes since commit

Re: [PULL] input fixes for 1.8

2010-03-24 Thread Keith Packard
On Thu, 25 Mar 2010 11:36:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Please pull from my repo for a set of 1.8 fixes. The most obvious fix is the change to use udev by default if available rather than requiring it be explicitly enabled at configure time. Are you sure we've got