Re: [ANNOUNCE] xfs 1.1.2

2012-03-02 Thread Adam Jackson
On 3/2/12 9:39 AM, Andreas Radke wrote: FTBS here ar ArchLinux: make[2]: Entering directory `/build/src/xfs-1.1.2' CC atom.o CC cache.o CC charinfo.o In file included from difs/charinfo.c:66:0: ./include/difs.h:45:13: error: conflicting types for 'MakeAtom'

[ANNOUNCE] libXfont 1.4.5

2012-03-02 Thread Alan Coopersmith
libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be

Re: XDrawLine and optimization

2012-03-02 Thread Adam Jackson
On 3/2/12 4:21 PM, Christopher Howard wrote: I don't have much (any?) Xlib programming savvy, but before diving headlong into the Programming Manual I was hoping to get some perspective. There is a particular application I use pretty often, and one of the things it does is to draw filled line

Re: XDrawLine and optimization

2012-03-02 Thread Christopher Howard
On 03/02/2012 12:41 PM, Adam Jackson wrote: On 3/2/12 4:21 PM, Christopher Howard wrote: I don't have much (any?) Xlib programming savvy, but before diving headlong into the Programming Manual I was hoping to get some perspective. There is a particular application I use pretty often, and one

Re: XDrawLine and optimization

2012-03-02 Thread Peter Harris
On 2012-03-02 17:03, Christopher Howard wrote: On 03/02/2012 12:41 PM, Adam Jackson wrote: On 3/2/12 4:21 PM, Christopher Howard wrote: I don't have much (any?) Xlib programming savvy, but before diving headlong into the Programming Manual I was hoping to get some perspective. There is a

Re: Review compose key sequence patches January 3rd and 6th

2012-03-02 Thread Pander
On 2012-02-22 17:32, Pander wrote: On 2012-02-22 16:31, Alan Coopersmith wrote: On 02/22/12 03:12 AM, Pander wrote: On 2012-02-22 01:26, James Cloos wrote: [Did I already send a review?] No not yet. Thanks for following up on this. Some initial thoughts: +Multi_key 0 c

Re: Review compose key sequence patches January 3rd and 6th

2012-03-02 Thread Alan Coopersmith
On 03/ 2/12 07:52 AM, Pander wrote: A new patch for final review has been submitted here: https://bugs.freedesktop.org/show_bug.cgi?id=18751 While we're not always speedy at review on xorg-devel, patches mailed to the list tend to get reviewed and applied months or years faster than those

Re: [PATCH 01/10] dri2: Fix can_exchange() to allow page-flipping on more mesa versions.

2012-03-02 Thread Mario Kleiner
On Mar 1, 2012, at 9:37 PM, Daniel Stone wrote: Hi, On 1 March 2012 18:11, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: can_exchange() returns false and thereby prevents page flipping on some drawables where page flipping would work fine. This due to non-matching drawable depths

[PATCH:xfs] Require libXfont = 1.4.5 to avoid prototype mismatch errors for MakeAtom

2012-03-02 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- configure.ac |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index c2ab820..f9400d7 100644 --- a/configure.ac +++ b/configure.ac @@ -130,7 +130,8 @@ AC_CHECK_FUNCS([daemon]) #

[PATCH xf86-input-synaptics v4 00/10] ClickPad support

2012-03-02 Thread Chase Douglas
Change since v3: * Disable ClickPad support unless a physical right button is present. This ensures we don't disable click action support, which many people rely on. Hopefully we can revert this change once we figure out a way to enable ClickPad and click action support at the same time. *

[PATCH xf86-input-synaptics v4 01/10] Add clickpad device property

2012-03-02 Thread Chase Douglas
Add it as a writable device property. We may not know how to probe some clickpads so allow the user to override it. It is currently not hooked up to anything yet. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- include/synaptics-properties.h |3 +++ man/synaptics.man

[PATCH xf86-input-synaptics v4 02/10] Check for clickpad property

2012-03-02 Thread Chase Douglas
However, only enable it by default if a right button is physically present. Clickpad support conflicts with click action support, so the user would be left without right button support if there is no physical right button. Signed-off-by: Chase Douglas chase.doug...@canonical.com ---

[PATCH xf86-input-synaptics v4 03/10] Disable click action functionality for clickpads by default

2012-03-02 Thread Chase Douglas
Clickpad press-and-drag with two fingers will break click actions. Disable them for these devices by default until a good solution is found for letting both functionalities co-exist. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/properties.c | 14 ++

[PATCH xf86-input-synaptics v4 04/10] Add cumulative_d{x, y} to SynapticsHwState

2012-03-02 Thread Chase Douglas
These values will be used for clickpad press and drag with two fingers. While the clickpad button is not pressed, cumulative_d{x,y} will match x and y values. Once the clickpad button is pressed, cumulative_d{x,y} will be updated with the relative motion of each active touch on the touchpad. This

[PATCH xf86-input-synaptics v4 06/10] Disable scrolling when beginning a clickpad press

2012-03-02 Thread Chase Douglas
There really isn't a point to scrolling while a clickpad is pressed. In particular, the clickpad button areas and the horizontal edge scrolling areas overlap, so horizontal edge scrolling must be disabled. Also, performing two finger scrolling while a third finger presses the button would require

[PATCH xf86-input-synaptics v4 08/10] Add soft button areas property

2012-03-02 Thread Chase Douglas
Some clickpad devices have button areas painted on them. Set this property to the area of the right and middle buttons to enable proper click actions when clicking in the areas. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- include/synaptics-properties.h |3 +

[PATCH xf86-input-synaptics v4 09/10] Don't use linear regression when calculating touchpad motion deltas

2012-03-02 Thread Chase Douglas
The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads. The data rate is halved when two or more touches are on the device.

[PATCH xf86-input-synaptics v4 10/10] Ignore motion during touch count changes on semi-mt devices

2012-03-02 Thread Chase Douglas
Semi-mt devices do not track touches. The locations of touches are unknown, we only have the bounding box of two of them. We the number of fingers changes, the bounding box coordinates may change as well, but the cumulative relative motion updates at that instant are invalid. To work around this,

Re: [PATCH synaptics] Implement a workaround for Elantech touchpads

2012-03-02 Thread Chase Douglas
On 03/01/2012 05:21 PM, Peter Hutterer wrote: From: Peter Zotovwhitequ...@whitequark.org All Elantech touchpads report the number of fingers explicitly, and at least the v3 version of the hardware can report any pressure values down to zero. This interferes with the tap detection hysteresis,

[PATCH:xhost] Rework si:type:value code to remove need for shadowed namelen variable

2012-03-02 Thread Alan Coopersmith
Fixes gcc warning: xhost.c:453:6: warning: declaration of ‘namelen’ shadows a previous local xhost.c:339:9: warning: shadowed declaration is here Also removes unnecessary malloc and memcpy by just using the string pointers we already have, since XAddHost XRemoveHost will copy the specified

[ANNOUNCE] libICE 1.0.8

2012-03-02 Thread Alan Coopersmith
libICE provides the API for the Inter-Client Exchange protocol. This release fixes a number of issues found by static analysis and compiler warnings, and includes a large set of cleanups and improvements to the DocBook format specs for the protocol and docs for the API. Alan Coopersmith (18):