Hi everyone
I have a question about graphics rendering about weston/composite.
When i launch application,there is no graphics(application image) on the
display.
But while i move the mouse,the graphics(application image) is renderred on the
display.
[Software Design]
1.Windows Manager base o
Hi Pekka
Thank you for your reply.
>I think you have a fundamental problem here: global hotkeys cannot
>be in any way associated with keyboard focus. That is their whole
>point: they must work without any focus. So a design that relies
>on focus or focus switching is broken from the start.I agree
On Thu, Jan 15, 2015 at 01:14:43PM +1000, Peter Hutterer wrote:
> libinput < 0.8 sent wheel click events with value 10. Since 0.8
> the value is the angle of the click in degrees but it now provides
> the click count as separate value. To keep backwards-compat with
> existing clients, we just send
On Tue, Jan 13, 2015 at 11:55:37AM +1000, Peter Hutterer wrote:
> libinput now provides a single event for scroll events. Extract the axes from
> that event and split them into the wl events.
>
> Signed-off-by: Peter Hutterer
> ---
> Patch for the as yet unreleased libinput 0.8. Do not merge yet,
A new release of libinput, 0.8, is available.
This release contains a few of API/ABI breaks. You will likely need to
update your code. Symbols deprecated since 0.6 were removed too.
The soname was bumped to reflect the ABI changes.
Main changes:
* Improved documentation. We have moved much of the
libinput < 0.8 sent wheel click events with value 10. Since 0.8
the value is the angle of the click in degrees but it now provides
the click count as separate value. To keep backwards-compat with
existing clients, we just send multiples of the click count.
Signed-off-by: Peter Hutterer
---
src/l
On Mon, 5 Jan 2015 08:46:28 +1000
Peter Hutterer wrote:
> On Fri, Jan 02, 2015 at 02:22:04PM +0100, Sjoerd Simons wrote:
> > On Fri, 2015-01-02 at 13:07 +, Daniel Stone wrote:
> > > Hi,
> > >
> > > On 2 January 2015 at 12:24, Sjoerd Simons
> > > wrote:
> > >
> > > Apart from blatent config
From: Peter Hutterer
Allow switching between softbuttons and clickfinger on any mt-capable
clickpad.
Signed-off-by: Peter Hutterer
[hdego...@redhat.com] Keep top softbuttons working when enabling clickfinger
[hdego...@redhat.com] Simply touchpad click method switching
Signed-off-by: Hans de Goe
From: Peter Hutterer
Signed-off-by: Peter Hutterer
Reviewed-by: Hans de Goede
---
test/touchpad.c | 22 ++
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/test/touchpad.c b/test/touchpad.c
index 06a6563..fca7b5c 100644
--- a/test/touchpad.c
+++ b/test/touchpa
From: Peter Hutterer
Two methods are provided:
* button area - used on most clickpads, a click with a touch within a given
area generates left/middle/right clicks
* clickfinger - used on apple touchpads, a click with 1/2/3 fingers on the
touchpad generates a left, right, middle click
Both me
From: Peter Hutterer
Signed-off-by: Peter Hutterer
Reviewed-by: Hans de Goede
---
test/touchpad.c | 293
1 file changed, 293 insertions(+)
diff --git a/test/touchpad.c b/test/touchpad.c
index fca7b5c..fbfce08 100644
--- a/test/touchpad.
From: Peter Hutterer
Signed-off-by: Peter Hutterer
Reviewed-by: Hans de Goede
---
test/touchpad.c | 85 +
1 file changed, 85 insertions(+)
diff --git a/test/touchpad.c b/test/touchpad.c
index 422e8fe..06a6563 100644
--- a/test/touchpad.c
Hi All,
Here is v2 of Peter's config interface for click methods series, only
"touchpad: hook up click method configuration" is changed:
- Keep top softbuttons working when enabling clickfinger
- Simplify touchpad click method switching
Regards,
Hans
_
Hi Peter,
As requested I've reviewed the API addition done in:
http://lists.freedesktop.org/archives/wayland-devel/2015-January/019365.html
This looks good to me:
Reviewed-by: Hans de Goede
Regards,
Hans
___
wayland-devel mailing list
wayland-deve
Allow the center of pinned fingers to drift over time, to avoid accidentally
unpinning fingers.
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=86807
Signed-off-by: Hans de Goede
---
src/evdev-mt-touchpad.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/evdev-mt-touchpad.c b/
Hi Peter,
I still have this patch sitting in my local patch-queue and I still believe it
makes sense to do this, can you please review this ? A motivated NAK will do
too, then I'll drop it :)
Regards,
Hans
___
wayland-devel mailing list
wayland-devel@l
Hi,
On 14-01-15 07:21, Peter Hutterer wrote:
Some touchpads provide touch information while the finger hovers over the
touchpad, i.e. before BTN_TOUCH. Add a touch state for those touchpads so we
can ignore the touches until they actually start.
The approach is now: instead of BEGIN we mark a n
17 matches
Mail list logo