On Thu, Oct 20, 2016 at 08:43:18PM -0400, Jiayi Zhao wrote:
> This adds support for enabling/disabling natural scrolling
> via a boolean in weston.ini:
>
> [libinput]
> natural_scroll=true
>
> Signed-off-by: Jiayi Zhao
> ---
> compositor/main.c | 13 +
> weston.ini.in | 1 +
>
This adds support for enabling/disabling natural scrolling
via a boolean in weston.ini:
[libinput]
natural_scroll=true
Signed-off-by: Jiayi Zhao
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/l
This adds support for enabling/disabling natural scrolling
via a boolean in weston.ini:
[libinput]
natural_scroll=true
Signed-off-by: Jiayi Zhao
---
compositor/main.c | 13 +
weston.ini.in | 1 +
2 files changed, 14 insertions(+)
diff --git a/compositor/main.c b/compositor/mai
As it has been discussed in the past [1], running Weston
without any input device at launch might be beneficial for
some use cases.
Certainly, it's best for the vast majority of users (and
the project) to require an input device to be present, as
to avoid frustration and hassle, but for those brav
Hello!
On 10/20/2016 04:56 PM, Peter Hutterer wrote:
[...]
>> diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c
>> index 78a5fc4..5782462 100644
>> --- a/libweston/libinput-seat.c
>> +++ b/libweston/libinput-seat.c
>> @@ -259,6 +259,12 @@ udev_input_enable(struct udev_input *inpu
On Wed, Oct 19, 2016 at 08:10:03PM -0500, Daniel Díaz wrote:
> As it has been discussed in the past [1], running Weston
> without any input device at launch might be beneficial for
> some use cases.
>
> Certainly, it's best for the vast majority of users (and
> the project) to require an input dev
This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers.
This is the pixel format supported by most of the USB webcams.
v2:
- fix hsub Vs vsub inversion
Signed-off-by: Vincent Abriou
Reviewed-by: Eric Engestrom
---
libweston/gl-renderer.c | 56 +--
On Thursday, 2016-10-20 13:12:43 +0200, Vincent Abriou wrote:
> This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers.
> This is the pixel format supported by most of the USB webcams.
>
> Signed-off-by: Vincent Abriou
> ---
> libweston/gl-renderer.c | 56
> ++
This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers.
This is the pixel format supported by most of the USB webcams.
Signed-off-by: Vincent Abriou
---
libweston/gl-renderer.c | 56 +
1 file changed, 38 insertions(+), 18 deletions(-)
d