Re: [PATCH] selection: send selection events to all connected clients

2013-04-17 Thread Bengt Richter
On 04/15/2013 09:39 PM Bill Spitzak wrote: Pekka Paalanen wrote: Alright. I'm not too familiar with toolkits, so could you explain why toolkits need to access the selection at arbitrary times (specifically while unfocused), instead of only as a response to direct user input (which in all releva

Re: Clarifying scope and goals for weston

2013-04-17 Thread Tiago Vignatti
On 04/17/2013 05:34 PM, Kristian Høgsberg wrote: Hello list, A few weeks ago, Thiago Maciera sent out a good email about patch review and how everybody can help with the review effort: http://lists.freedesktop.org/archives/wayland-devel/2013-March/008174.html I see more reviews on the list

Re: Seats support

2013-04-17 Thread Jason Ekstrand
Andrew, The seat concept is meant for each seat to correspond to one human interface to the desktop. For example, say you have a fancy laptop with a touchscreen as well as both a trackpad and a nub. And let's say that we further complicate the situation by plugging in an external keyboard/mouse.

Clarifying scope and goals for weston

2013-04-17 Thread Kristian Høgsberg
Hello list, A few weeks ago, Thiago Maciera sent out a good email about patch review and how everybody can help with the review effort: http://lists.freedesktop.org/archives/wayland-devel/2013-March/008174.html I see more reviews on the list now and I really appreciate that; thanks to Thiago f

[PATCH] protocol: revert hotspot_x/y in set_cursor back to int

2013-04-17 Thread Peter Hutterer
copy/paste error introduced in 9c0357af6ee42c318ce37b458ae7bdb7d51316cb Signed-off-by: Peter Hutterer --- sorry. protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index eda9441..31f809a 100644 --- a/protocol/

[PATCH wayland] protocol: Make it clear that returned "one-shot" objects are destroyed

2013-04-17 Thread Rob Bradford
From: Rob Bradford The objects returned by the frame and sync request are destroyed by the compositor after the "done" event on the wl_callback interface is fired. --- protocol/wayland.xml | 8 1 file changed, 8 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml ind

Seats support

2013-04-17 Thread Martin Minarik
Hello. Multi seat support is welcome. There is already some code in place. Ability to define anything in weston.ini file is probably not needed, because the information can be obtained from udev. It happens in udev-seat.c The udev should provide a ID_SEAT for every device. Currently, all the de

[PATCH wayland.xml] Revert an accidental protocol change to wl_pointer.set_cursor made in 9c0357af

2013-04-17 Thread Jason Ekstrand
Regression occurred in: commit 9c0357af6ee42c318ce37b458ae7bdb7d51316cb Author: Peter Hutterer Date: Tue Apr 2 09:58:17 2013 +1000 protocol: document wl_pointer, wl_keyboard, wl_touch --- Thanks to Henri Tuhola for finding this! protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertion

Re: [PATCH web] Add a testing webpage

2013-04-17 Thread Kristian Høgsberg
Yup, looks good, thanks Artie. Kristian On Tue, Apr 16, 2013 at 11:39 AM, wrote: > Nice, thanks. Committed. (HTML validated.) > > On 04/16, U. Artie Eoff wrote: >> From: "U. Artie Eoff" >> >> The testing.html page briefly describes the current >> Wayland and Weston unit test suites. >> >> Ot

Re: [PATCH wayland] cursor: Expose hotspot values as fixed point

2013-04-17 Thread Rob Bradford
On 17 April 2013 09:04, Ander Conselvan de Oliveira wrote: > On 04/16/2013 07:04 PM, Rob Bradford wrote: >> The Wayland protocol specifies that the values to be passed in for the >> cursor >> hotspot should be fixed point. > > This was changed by mistake by: Yeh looks right .. I let my "clever"

Seats support

2013-04-17 Thread Andrew Voron
Hello. I want to clarify a seats supporting by wayland(and weston). By "seats support" I mean an ability to define in weston.ini file some "seats" and imput(keyboard, mouse) and output (monitors) channels for each of that seats. If the answer is YES, can you point me any docs related to this stuff

Re: [PATCH wayland] cursor: Expose hotspot values as fixed point

2013-04-17 Thread Ander Conselvan de Oliveira
On 04/16/2013 07:04 PM, Rob Bradford wrote: From: Rob Bradford The Wayland protocol specifies that the values to be passed in for the cursor hotspot should be fixed point. This was changed by mistake by: commit 9c0357af6ee42c318ce37b458ae7bdb7d51316cb Author: Peter Hutterer Date: Tue Apr