A larger number of patches than usual for a minor release but most of these
have little to no functional impact and are just cleanups. The new bits
here are:
- We now really ignore joysticks. The code was in before but didn't work
correctly
- A quirk for the YHP Compat 6910
- a new check to make su
On Thu, Nov 10, 2016 at 10:22:41AM +, Daniel Stone wrote:
> Hi,
>
> On 10 November 2016 at 05:19, Peter Hutterer wrote:
> > A side-note here: my first version sent to Jonas privately had a reserved
> > range for any key with the highest bit set. The idea here was to have a
> > range defined t
Hi Moritz,
> On Nov 6, 2016, at 9:35 AM, Moritz Kiefer
> wrote:
>
> Signed-off-by: Moritz Kiefer
Reviewed-by: Yong Bakos
yong
> ---
> doc/publican/sources/Client.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/publican/sources/Client.xml b/doc/publican/sou
If we destroy the text_input (e.g. due to surface deactivation) whilst
the IM manager (the client holding the input_method_context resource,
usually weston-keyboard) sends an event, we can hit a segfault in
text-backend. This is because we free the text_input structure, but
don't actually clear the
On Thu, 3 Nov 2016 13:42:54 -0700
Yong Bakos wrote:
> From: Yong Bakos
>
> message-test.c did not cover wl_message_count_arrays, so add one test that
> specifically tests this method. Note that this exposes wl_message_count_arrays
> in a private header (wayland-private.h), and removes the `sta
> why is it using weston-launch when you have systemd?
I am not sure I understand; that file is a service that's enable via
systemctl and it launches weston once the graphic is ready, right?
How else would you start weston on boot? Is there already a weston service
I am missing? That might simpli
On Mon, 31 Oct 2016 06:46:18 -0700
Yong Bakos wrote:
> From: Yong Bakos
>
> Enum entries and message arguments are sometimes preceded by a blank line, but
> often aren't.
>
> Standardize the format of the protocol specification by removing blank lines
> preceding a list of message arguments an
On Mon, 31 Oct 2016 09:27:41 +1000
Peter Hutterer wrote:
> On Thu, Oct 27, 2016 at 08:55:01AM -0700, Yong Bakos wrote:
> > From: Yong Bakos
> >
> > Signed-off-by: Yong Bakos
>
> excellent, very informative!
>
> Reviewed-by: Peter Hutterer
>
Very good indeed.
Pushed:
ed7a688..a6cf198
On Wed, 7 Sep 2016 23:44:01 -0700
Bryce Harrington wrote:
> On Wed, Sep 07, 2016 at 06:25:27AM -0700, Yong Bakos wrote:
> > From: Yong Bakos
> >
> > Replace \returns with just Returns, as this is not a doxygen comment block.
> > (Avoids differing with the existing convention of \return for retu
On Thu, 10 Nov 2016 11:14:03 +
Daniel Stone wrote:
> Rather than using a hardcoded 'wayland-tests' directory under
> the existing XDG_RUNTIME_DIR to use as the new runtime dir, use mkdtemp
> to guarantee uniqueness. This fixes make -jN check, as well as just
> happening to run 'make check' tw
Rather than using a hardcoded 'wayland-tests' directory under
the existing XDG_RUNTIME_DIR to use as the new runtime dir, use mkdtemp
to guarantee uniqueness. This fixes make -jN check, as well as just
happening to run 'make check' twice from the same session.
Signed-off-by: Daniel Stone
Reported
On Sun, 2 Oct 2016 09:09:59 -0700
Yong Bakos wrote:
> From: Yong Bakos
>
> The protocol describes wl_shm as a "global singleton" rather than
> "singleton global," which is the order used throughout other protocol
> object descriptions.
>
> Re-order the terms for consistency.
>
> Signed-off-b
On Thu, 29 Sep 2016 23:59:58 -0700
Yong Bakos wrote:
> From: Yong Bakos
>
> Other singleton objects in the protocol are described as such.
>
> Add a singleton adjective to the wl_registry description, making it
> similar to other descriptions.
>
> Signed-off-by: Yong Bakos
> ---
> protocol/
On Tue, 16 Aug 2016 11:12:35 +0300
Pekka Paalanen wrote:
> On Fri, 12 Aug 2016 12:41:47 -0700
> Bryce Harrington wrote:
>
> > On Fri, Aug 12, 2016 at 12:04:41PM -0700, Yong Bakos wrote:
> > > From: Yong Bakos
> > >
> > > Add static const modifiers to the shm_pool_interface definition,
> > >
On Thu, 10 Nov 2016 09:44:58 +
Andrea Giammarchi wrote:
> It looks like you want something like benja ( https://benja.io/ ) which is
> Weston + Electron based.
>
> It uses a service:
> https://github.com/WebReflection/benja/blob/gh-pages/os/sh/weston-compositor.service
> You can enable it vi
Hi,
On 10 November 2016 at 05:19, Peter Hutterer wrote:
> A side-note here: my first version sent to Jonas privately had a reserved
> range for any key with the highest bit set. The idea here was to have a
> range defined that we'll never touch during protocol updates so that vendors
> who need s
On 09.11.2016 15:43, Daniel Stone wrote:
> Hi Armin,
>
Hi,
> On 9 October 2016 at 22:48, Armin Krezović wrote:
>> diff --git a/compositor/main.c b/compositor/main.c
>> index 320305c..ffeadfb 100644
>> --- a/compositor/main.c
>> +++ b/compositor/main.c
>> @@ -78,6 +78,7 @@ struct wet_compositor
On Thu, 10 Nov 2016 11:11:51 +0100
Emilio Pozuelo Monfort wrote:
> On 10/11/16 10:57, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > Add tests that ensure that wayland-scanner output for a given input does
> > not change unexpectedly. This makes it very easy to review
> > wayland-scanne
On 10/11/16 10:57, Pekka Paalanen wrote:
> From: Pekka Paalanen
>
> Add tests that ensure that wayland-scanner output for a given input does
> not change unexpectedly. This makes it very easy to review
> wayland-scanner patches.
>
> Before, when patches were proposed for wayland-scanner, I had t
From: Pekka Paalanen
This is a patch series that adds a test to ensure that wayland-scanner output
does not change unexpectedly. For details, see patch 3/3.
Patch 1 adds the data set, patch 2 is preparation, and patch 3 is the meat.
Patch 1 is huge. I decided to drop the content of it and post
From: Pekka Paalanen
If you assign TESTS into check_PROGRAMS, you cannot add a test that is
not built from source files.
Instead, use a temporary variable built_test_programs to hold the names
that are both programs built from source files and tests to execute.
This change is required by the fo
From: Pekka Paalanen
This patch adds the input and reference output data files for the
wayland-scanner tests to be added by the following patch.
The data files are split into their own patch because they are extremely
uninteresting to review:
- example.xml is just a copy wayland.xml
- small.xml
From: Pekka Paalanen
Add tests that ensure that wayland-scanner output for a given input does
not change unexpectedly. This makes it very easy to review
wayland-scanner patches.
Before, when patches were proposed for wayland-scanner, I had to
build wayland without the patches, save the generated
On Thu, Nov 10, 2016 at 6:20 AM, Jonas Ådahl wrote:
> On Wed, Nov 09, 2016 at 10:30:45AM +0100, Jan Synacek wrote:
>> Hello,
>>
>> I'm playing around with libwayland-client, implementing a simple
>> application. I made the middle mouse button move the "window" using
>> wl_shell_surface_move() when
It looks like you want something like benja ( https://benja.io/ ) which is
Weston + Electron based.
It uses a service:
https://github.com/WebReflection/benja/blob/gh-pages/os/sh/weston-compositor.service
You can enable it via `systemctl enable weston-compositor`
You also need to put
```
[shell]
c
25 matches
Mail list logo