[PATCH wayland-protocols] text: Create second version of text input protocol

2016-01-27 Thread Jan Arne Petersen
There were some shortcomings in the first version of the protocol which makes it not really useful in real world applications. It is not really possible to fix them in a compatible way so introduce a new v2 of the protocol. Fixes some shortcomings of the first version: * Use only one wp_text_inpu

[ANNOUNCE] libinput 1.1.901

2016-01-27 Thread Peter Hutterer
The first RC for libinput 1.2 is now available. The main feature merged in this cycle is graphics tablet tool support. Devices tagged by udev as ID_INPUT_TABLET are handled by libinput now and exposed with the LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this currently only includes table

Re: [PATCH libinput] evdev: Activate button scrolling only after pointer movement

2016-01-27 Thread Peter Hutterer
On Wed, Jan 27, 2016 at 09:59:43PM +0100, Norwin Hanghuhn wrote: > Currently, a timer is used to discriminate between button clicks and > button scrolling. Therefore, button clicks must finalize before and > scrolling can only start after the timer has elapsed. > > This patch changes the behaviour

[PATCH libinput] evdev: Activate button scrolling only after pointer movement

2016-01-27 Thread Norwin Hanghuhn
Currently, a timer is used to discriminate between button clicks and button scrolling. Therefore, button clicks must finalize before and scrolling can only start after the timer has elapsed. This patch changes the behaviour such that scrolling starts immediately after the scroll button is pressed

Re: Re: Regarding user data for wl_client.

2016-01-27 Thread 박성진
Dear all and nicesj, I push a patch to add get/set user data for wl_client. If it does make sense, I think it'll be merged into the repository after getting reviewed. Thanks and regards, Sung-Jin Park --- Original Message --- Sender : Giulio Camuffo Date : 2016-01-27 19:14 (GMT+09:00

[PATCH] server: Add get/set user data for wl_client

2016-01-27 Thread Sung-Jin Park
Signed-off-by: Sung-Jin Park --- src/wayland-server-core.h | 6 ++ src/wayland-server.c | 13 + 2 files changed, 19 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index e8e1e9c..6990423 100644 --- a/src/wayland-server-core.h +++ b/src/wayla

Re: Regarding user data for wl_client.

2016-01-27 Thread Giulio Camuffo
2016-01-27 5:30 GMT+02:00 : > Dear all, > > Currently, I'm writing a simple compositor for proving my thought. > > while implementing it, I found that the wl_client doesn't have the user data > field. > > in the sever side, the wl_client is used in many callbacks for handling the > request of clie

Re: Regarding user data for wl_client.

2016-01-27 Thread Pekka Paalanen
On Wed, 27 Jan 2016 12:30:51 +0900 nic...@nicesj.com wrote: > Dear all, > > Currently, I'm writing a simple compositor for proving my thought. > > while implementing it, I found that the wl_client doesn't have the user data > field. > > in the sever side, the wl_client is used in many callback

[PATCH wayland] cosmetic: return NULL instead of 0

2016-01-27 Thread Marek Chalupa
we're returning a pointer Signed-off-by: Marek Chalupa --- src/wayland-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-util.c b/src/wayland-util.c index e782309..3f95877 100644 --- a/src/wayland-util.c +++ b/src/wayland-util.c @@ -127,7 +127,7 @@ wl_array_a