On Thu, Apr 26, 2018 at 05:01:23PM +0200, w...@ongy.net wrote:
> From: Markus Ongyerth
>
> This now prints each tablet seat with at least one tablet/pad/tool
> attached.
> For each tablet seat, each tablet, pad and tool is printed with as much
> detail about the device as the protocol provides.
>
Introduced in 416fa44d80b0f2c53b652ddfa35dd4a156a65c65 but there was a logic
error: we claimed to require 3 events from a trackpoint before stopping the
touchpad but the timer was only set when we actually stopped the touchpad. So
if a trackpoint sends a single event every second, we'd disable the
On Thu, Apr 26, 2018 at 05:01:24PM +0200, w...@ongy.net wrote:
> From: Markus Ongyerth
>
> Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard
> that was used to listen for events.
>
> Signed-off-by: Markus Ongyerth
Reviewed-by: Peter Hutterer
Cheers,
Peter
> ---
> clien
Introduced in 416fa44d80b0f2c53b652ddfa35dd4a156a65c65 but there was a logic
error: we claimed to require 3 events from a trackpoint before stopping the
touchpad but the timer was only set when we actually stopped the touchpad. So
if a trackpoint sends a single event every second, we'd disable the
From: Markus Ongyerth
This is a v2 based on the suggestions from Simon on the v1.
Changes:
* Changed C90/C++ style comment to C style
* Changed the *_v2_listener struct instances to be const
Not changed:
* struct tablet_path -> struct wl_array.
I think wl_array is lacking in usability for ge
From: Markus Ongyerth
Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard
that was used to listen for events.
Signed-off-by: Markus Ongyerth
---
clients/weston-info.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/clients/weston-info.c b/clients
From: Markus Ongyerth
This now prints each tablet seat with at least one tablet/pad/tool
attached.
For each tablet seat, each tablet, pad and tool is printed with as much
detail about the device as the protocol provides.
Seat info is stored to be referenced, because the protocol requires to
reque
On Thu, 26 Apr 2018 14:48:14 +0100
Daniel Stone wrote:
> Hi Pekka,
>
> On 19 April 2018 at 13:09, Pekka Paalanen wrote:
> > Looking at the diff statistics of the changes authored by me and landed
> > since 4.0.0 release points out these files as having major changes.
> > Update the copyright ho
Hi Pekka,
On 19 April 2018 at 13:09, Pekka Paalanen wrote:
> Looking at the diff statistics of the changes authored by me and landed
> since 4.0.0 release points out these files as having major changes.
> Update the copyright holders accordingly.
>
> I have kept the redundant "Copyright ©" form o
On 04/26/2018 07:49 AM, Nicholas Bishop wrote:
> My question is, does that work in practice? Do most applications
> actually set the application ID as suggested?
KDE/Qt and Gnome/GTK apps generally do. We've had to poke a few
apps in the broader ecosystem to fix things, but overall things
are a
This adds two events to the protocol. The goal is to allow clients to
give the user the ability to select outputs with the same names the
compositor uses and to identify outputs consistently across sessions.
The output name is a short and stiff identifier with strict limits on
permitted characters,
On 24 April 2018 at 20:14, Daniel Vetter wrote:
> On Tue, Apr 24, 2018 at 7:30 PM, Emil Velikov
> wrote:
>> On 13 April 2018 at 11:00, Daniel Vetter wrote:
>>> This tries to align with the X.org communities's long-standing
>>> tradition of trying to be an inclusive community and handing out
>>>
On Wed, Apr 25, 2018 at 01:27:20PM +0100, Emil Velikov wrote:
> On 24 April 2018 at 20:14, Daniel Vetter wrote:
> > On Tue, Apr 24, 2018 at 7:30 PM, Emil Velikov
> > wrote:
> >> On 13 April 2018 at 11:00, Daniel Vetter wrote:
> >>> This tries to align with the X.org communities's long-standing
On Thu, Apr 26, 2018 at 01:20:28PM +0300, Pekka Paalanen wrote:
> On Thu, 26 Apr 2018 11:46:54 +0200
> Drew DeVault wrote:
>
> > On 2018-04-26 10:49 AM, Pekka Paalanen wrote:
> > > when someone merges this patch, please do add a commit message
> > > explaining why these events are added. See
> >
On Thu, 26 Apr 2018 11:46:54 +0200
Drew DeVault wrote:
> On 2018-04-26 10:49 AM, Pekka Paalanen wrote:
> > when someone merges this patch, please do add a commit message
> > explaining why these events are added. See
> > https://cgit.freedesktop.org/wayland/wayland/tree/doc/Contributing#n21
> > f
On 2018-04-26 10:49 AM, Pekka Paalanen wrote:
> when someone merges this patch, please do add a commit message
> explaining why these events are added. See
> https://cgit.freedesktop.org/wayland/wayland/tree/doc/Contributing#n21
> for guidance on what to write.
>
> Even if it seems obvious to ever
From: Semi Malinen
Instead of desktop shell assigning view outputs directly,
use a new method, weston_view_set_output(). The method can
set up an output destroy listener to make sure that views
do not have stale output pointers.
Without this patch it is possible to end up in a scenario
where, e.
On Tue, 24 Apr 2018 12:07:26 +0200
Drew DeVault wrote:
> Signed-off-by: Drew DeVault
> Reviewed-by: Simon Ser
> Reviewed-by: Jonas Ådahl
> ---
> Only change is the additional
Hi,
when someone merges this patch, please do add a commit message
explaining why these events are added. See
https:
On Wed, 25 Apr 2018 15:19:24 +0200
Guido Günther wrote:
> On Tue, Mar 20, 2018 at 09:41:57AM +0100, Guido Günther wrote:
> > Former patches 1-2 where already applied thanks Derek.
> >
> > Changes from v4
> > - configure: use true if etnaviv drm was not found as with
> > other drm backe
19 matches
Mail list logo