[PULL] early acceptance patches

2012-02-06 Thread Peter Hutterer
Keith, these are the patches to add support for early acceptance and rejection of touch events, something the protocol allows but the server only handled with FIXMEs so far. There is one more change coming (on the list) for the XIAllowEvents protocol request size change. This also reverts a regres

Re: [PATCH app-transset] COPYING: make the content reflect the copyright statements in source code

2012-02-06 Thread Keith Packard
On Fri, 20 Jan 2012 11:35:48 -0500, Gaetan Nadon wrote: > No "Copyright © 2003 Keith Packard" could be found in source code. Seems better to just add a copyright, given that the git history is pretty clear about where the code came from originally. -- keith.pack...@intel.com pgpXR8rCx3MZR.pg

Re: [PATCH app-transset] COPYING: make the content reflect the copyright statements in source code

2012-02-06 Thread Arnaud Fontaine
Hi, Gaetan Nadon writes: > On 12-02-02 09:13 PM, Daniel Forchheimer wrote: >> I wrote several patches for transset which I released as transset-df. >> I would suspect that around 50% of transset-df is my code, the rest >> was there from before (transSet.c in xapps) and a few lines have been >>

[PATCHv2 xf86-video-sis] Fix build with XInput version 12.

2012-02-06 Thread Johannes Obermayr
--- src/sis_driver.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sis_driver.c b/src/sis_driver.c index d733f48..7a5be4e 100644 --- a/src/sis_driver.c +++ b/src/sis_driver.c @@ -85,7 +85,7 @@ #include #endif -#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 15 +#if

Re: [PATCH] Fix build with XInput version 12.

2012-02-06 Thread Peter Hutterer
On Sun, Feb 05, 2012 at 07:13:34PM +0100, Johannes Obermayr wrote: > --- > src/sis_driver.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/sis_driver.c b/src/sis_driver.c > index d733f48..a2924de 100644 > --- a/src/sis_driver.c > +++ b/src/sis_driver.c > @@

Re: [PATCH xf86-input-synaptics v3 1/3] Don't emit touch sequences if only one touch is active

2012-02-06 Thread Peter Hutterer
On Mon, Feb 06, 2012 at 08:40:45AM -0800, Chase Douglas wrote: > When a second touch begins, emit a touch begin for the first touch with > the current valuator values. When a touch ends and we are going from two > touches down to one touch, end both touches. This ensures we don't send > a touch seq

Re: Synaptics patch review request - add option for invert circular scrolling direction

2012-02-06 Thread Peter Hutterer
On Sun, Feb 05, 2012 at 09:35:50PM +0100, Lukáš Karas wrote: > Synaptics driver generates negative (up) scrolling event with clockwise > circular scrolling gesture. This make sense, when you start this gesture > on left corner of touchpad. > > But when you start on right corner and move your fi

Re: [PATCH synaptics] Submit the right number of MT axes

2012-02-06 Thread Chase Douglas
On 02/06/2012 06:34 PM, Peter Hutterer wrote: > For devices with only x/y, num_mt_axes is 0, since x/y are already counted > elsewhere. The server will then fail to init the TouchClassRec since it > expects at least 2 touch axes. Fix this, assume we always have at least two > touch axes if we have

[PATCH synaptics] Submit the right number of MT axes

2012-02-06 Thread Peter Hutterer
For devices with only x/y, num_mt_axes is 0, since x/y are already counted elsewhere. The server will then fail to init the TouchClassRec since it expects at least 2 touch axes. Fix this, assume we always have at least two touch axes if we have any touch axes at all. Signed-off-by: Peter Hutterer

Re: [PATCH xorg-gtest] Make Environment API property-based.

2012-02-06 Thread Chase Douglas
On 02/06/2012 12:29 PM, Daniel d'Andrada wrote: > Instead of shoving all parameters in the constructor. > > Signed-off-by: Daniel d'Andrada > --- > include/xorg/gtest/environment.h | 64 > +- > src/Makefile.am |6 ++-- > src/defines.h

[PATCH xf86-input-synaptics v3 3/3] Don't initialize semi-multitouch devices for touch device class

2012-02-06 Thread Chase Douglas
Signed-off-by: Chase Douglas --- Changes since v2: * Rebased onto master src/eventcomm.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index 41504f9..0f0b499 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@ -812,10 +812,

[PATCH xf86-input-synaptics v3 2/3] Don't initialize touch state if device does is not multitouch

2012-02-06 Thread Chase Douglas
And don't attempt to use it either. Signed-off-by: Chase Douglas --- Changes since v2: * Rebased onto master src/eventcomm.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index 6a55df0..41504f9 100644 --- a/src/eventcomm.c +++

[PATCH xf86-input-synaptics v3 1/3] Don't emit touch sequences if only one touch is active

2012-02-06 Thread Chase Douglas
When a second touch begins, emit a touch begin for the first touch with the current valuator values. When a touch ends and we are going from two touches down to one touch, end both touches. This ensures we don't send a touch sequence at the same time we are moving the pointer. Signed-off-by: Chase

Re: [PATCH modular] build.sh: use 'make' semantics to keep going

2012-02-06 Thread Gaetan Nadon
On 12-02-04 01:32 PM, Trevor Woerner wrote: > From: Trevor Woerner > > This build script has used the '-n' (or "NO QUIT") option to convey that > the user wants the build to continue as much as possible even though an > individual module might fail to build. The 'make' utility refers to this > as

Re: [PATCH xf86-input-synaptics v2 1/5] Don't emit touch sequences if only one touch is active

2012-02-06 Thread Peter Hutterer
I can't apply 1 and 4 on top of anything recent in my tree. Can you please rebase and re-send them? I've pushed the others (had to force-push after merging the don't initialize semi patch first before noticing your comment in the commit changelog). Please include that patch in the revised series ag

Re: [PATCH x11proto] Definition of dead greek symbol

2012-02-06 Thread Frédéric Boiteux
Le mer. 30 nov. 2011 13:47:42 CET, Frédéric Boiteux a écrit : > Define a new dead greek symbol for use in Dvorak-like Bepo keyboard > layout. > > FreeDesktop Bug 21475 > --- > keysymdef.h |2 ++ > 1 files changed, 2 insertions(+), 0 delet

[PATCH xorg-gtest] Make Environment API property-based.

2012-02-06 Thread Daniel d'Andrada
Instead of shoving all parameters in the constructor. Signed-off-by: Daniel d'Andrada --- include/xorg/gtest/environment.h | 64 +- src/Makefile.am |6 ++-- src/defines.h|2 + src/environment.cpp |