No functional changes.
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad-buttons.c | 27 +++
1 file changed, 19 insertions(+), 8 deletions(-)
diff --git a/src/evdev-mt-touchpad-buttons.c b/src/evdev-mt-touchpad-buttons.c
index 4b1d6ab..f0c39b6 100644
--- a/src/evde
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad-buttons.c | 35 +++
test/touchpad.c | 2 +-
2 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/src/evdev-mt-touchpad-buttons.c b/src/evdev-mt-touchpad-buttons.c
index 469f0fa..57
A common use-case for clickfinger is to use the index finger for moving the
pointer, then triggering the click with a thumb. If the index finger isn't
lifted before the click this counted as two-finger click.
To avoid this, check the distance between touches on the touchpad (on
touchpads reporting
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index aa9fa57..24f33f4 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -1273,7 +1273,7 @@ tp_init_a
Welcome to the official release of Weston 1.8.
This cycle's development saw the upstreaming of several pieces of
Collabora's work from this past year, keeping up with the EGL
modernization, and the testing framework. Feature changes include:
repaint scheduling, named outputs, output transformatio
This is the official announcement for Wayland 1.8.
Wayland 1.8 splits the client and server header files into core and
generated protocol. The core headers can be included as
wayland-client-core.h and wayland-server-core.h. The scanner also now
supports a --include-core-only option, which causes
On Tue, Jun 02, 2015 at 04:06:23PM +0800, Jonas Ådahl wrote:
> Hi,
>
>
> I think this looks pretty decent now. Currently I have no more issues
> with the protocol, only minor nits and comments on wording etc. that can
> be found inline. Assuming those are addressed, this patch has my
> Reviewed-b
On Tue, Jun 02, 2015 at 05:22:42PM -0400, Benjamin Tissoires wrote:
> If we need to temporary override a device with ID_INPUT_POINTINGSTICK,
> evdev sets the tag EVDEV_TAG_TRACKPOINT to the device. Rely on the tag
> to behave properly for scroll emulation.
>
> The dpi information should be retriev
If we need to temporary override a device with ID_INPUT_POINTINGSTICK,
evdev sets the tag EVDEV_TAG_TRACKPOINT to the device. Rely on the tag
to behave properly for scroll emulation.
The dpi information should be retrieved after the device has been
configured or the tag EVDEV_TAG_TRACKPOINT was no
Tagging a device should occurs only once during configure. We do not
have device that can be changed after they are configured, so there is no
point in having the tagging part in a deferred struct.
Plus, the note saying that we tag with only one of EVDEV_TAG was wrong.
Now that we are chosing when
On Tue, Jun 2, 2015 at 11:26 AM, Jonas Ådahl wrote:
> On Fri, May 29, 2015 at 05:07:08PM +0200, Arnaud Vrac wrote:
> > Hi Jonas,
>
> Hi,
>
> >
> > This patch makes the black_surface_get_label function crash. The black
> surface should track the fullscreen view in the configure_private field
> ins
Dear Daniel and Jasper St.Pierre,
thank you for your opinion !
There is a key processing module as a plugin module of a wayland compositor and
it has data structures tightly coupled with a keycode.
I’m considering to re-write the data structures which contain keysym type
variable instead of
On Fri, May 29, 2015 at 05:07:08PM +0200, Arnaud Vrac wrote:
> Hi Jonas,
Hi,
>
> This patch makes the black_surface_get_label function crash. The black
> surface should track the fullscreen view in the configure_private field
> instead of the black surface view.
>
> See the attached patch for
Hi,
I think this looks pretty decent now. Currently I have no more issues
with the protocol, only minor nits and comments on wording etc. that can
be found inline. Assuming those are addressed, this patch has my
Reviewed-by.
On Thu, May 07, 2015 at 03:54:08PM +1000, Peter Hutterer wrote:
> The a
Hi,
On 02-06-15 08:47, Peter Hutterer wrote:
The current code only defaulted to the middle button for those devices that
used button scrolling by default, requiring the user to enable button
scrolling _and_ set the button before it is active. This causes some
confusion.
There is no real benefit
15 matches
Mail list logo