Re: Touch input behavior on overlapping ivi surfaces

2016-05-24 Thread Vikas Patil
On Tue, May 24, 2016 at 6:44 PM, Pekka Paalanen wrote: > On Tue, 24 May 2016 18:29:52 +0530 > Vikas Patil wrote: > >> Dear All, >> >> Here (attached here the image ) the touch input is not going to surface 1 >> even after touching any of the two buttons on surface 1. Instead touch >> event goes

[PATCH wayland] server-core, event-loop: Fix parameter alignment.

2016-05-24 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- src/event-loop.c | 8 src/wayland-server-core.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/event-loop.c b/src/event-loop.c index ea27b69..5490042 100644 --- a/src/event-loop.c +++ b/src/event-lo

[ANNOUNCE] weston 1.10.93

2016-05-24 Thread Bryce Harrington
This first release candidate for Weston 1.11 includes a few fixes for builds against FreeRDP 2.0, a change to how we check the wayland version prerequisites, and a handful of other fixes and minor refactorings. A brief summary of some of the main changes for 1.11 follows. == libweston == A conce

[ANNOUNCE] wayland 1.10.93

2016-05-24 Thread Bryce Harrington
This is the first release candidate for wayland 1.11. There have been only a few minor changes since the beta; see the end of this note. To summarize the full changes included in this release over 1.10.0: Proxy wrappers were introduced, which help avoid race conditions in multi-threaded clients.

[PATCH wayland] scanner: Replace #define tab with space

2016-05-24 Thread Yong Bakos
From: Yong Bakos wayland-client-protocol.h and wayland-server-protocol.h use a tab between the identifier and token of generated #defines for request/event opcodes and versions. While this sometimes enables vertical alignment, it more frequently doesn't, and leads to awkward spacing. Replace the

Re: [PATCH weston] xwayland: Create the drag-and-drop window in weston_wm_dnd_init

2016-05-24 Thread Derek Foreman
On 22/02/16 12:42 PM, Carlos Garnacho wrote: > Just to keep it hidden so far... A lot of the plumbing necessary to > handle x11->wayland drag and drop is missing, and the current > partial handling gets in the middle for X11 drag-and-drop itself > to work. > > The approach is well directed, but ne

Re: [ANNOUNCE] wayland 1.10.91

2016-05-24 Thread Bryce Harrington
On Tue, May 24, 2016 at 09:49:20AM +0800, Jonas Ådahl wrote: > On Mon, May 23, 2016 at 02:22:45PM -0700, Bryce Harrington wrote: > > On Fri, May 20, 2016 at 03:35:15PM -0700, Bryce Harrington wrote: > > > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > > > On Fri, May 06, 2016

[PATCH weston 4/6] Move part of screenshooter.c to weston-screenshooter.c

2016-05-24 Thread Giulio Camuffo
This patch splits screensooter.c so that the code implementing the private screenshooter protocol and launching the client is moved to a weston specific file, leaving only the code that can be shared between compositors in screenshooter.c. Two exported functions are added in screenshooter.c to star

[PATCH weston 1/6] Export weston_compositor_xkb_init, as required for libweston users

2016-05-24 Thread Giulio Camuffo
--- src/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input.c b/src/input.c index 8fe898c..c6cdedd 100644 --- a/src/input.c +++ b/src/input.c @@ -2277,7 +2277,7 @@ bind_seat(struct wl_client *client, void *data, uint32_t version, uint32_t id) } #ifdef ENA

[PATCH weston 5/6] allow compositors to define the logging behavior

2016-05-24 Thread Giulio Camuffo
Signed-off-by: Giulio Camuffo --- src/compositor.h | 5 ++-- src/log.c| 74 ++- src/main.c | 80 3 files changed, 90 insertions(+), 69 deletions(-) diff --git a/src/compositor.

[PATCH weston 6/6] Create a libweston-0.so

2016-05-24 Thread Giulio Camuffo
This commit also adds a libweston-0.pc file. The -0 is the abi version introduced in the previous patch. Signed-off-by: Giulio Camuffo --- Makefile.am | 44 +++- configure.ac| 1 + src/libweston.pc.in | 11 +++ 3 files changed, 39

[PATCH weston 3/6] Move the functions launching clients to main.c

2016-05-24 Thread Giulio Camuffo
They belong in the compositor rather than libweston since they set signals handlers, and a library should not do that behind its user's back. Besides, they were using functions in main.c already so they were not usable by other compositors. Signed-off-by: Giulio Camuffo --- ivi-shell/hmi-control

[PATCH weston 2/6] Split the modules and include files between weston and libweston

2016-05-24 Thread Giulio Camuffo
The backends are now installed in lib/libweston-0, and the include files that will be used by libweston in include/libweston-0. The other modules and weston-specific include files are kept in the old paths. A new load_weston_module() is added to load plugins in the old path, which is not part of li

[PATCH weston 0/6] Create the libweston library

2016-05-24 Thread Giulio Camuffo
Hi, this patch series creates the libweston library, and makes it usable by other compositors. To enable that some changes are needed to make sure that libweston doesn't call functions that are implemented in the weston executable, and some functions that are needed by compositors are exported. Som

[PATCH] compositor-drm: pass only const strings as backend parameters

2016-05-24 Thread Giulio Camuffo
This makes more clear that the backend doesn't take ownership of the data and it makes the API more usable. Signed-off-by: Giulio Camuffo --- src/compositor-drm.h | 10 +- src/main.c | 18 -- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/c

Re: Protocol for window previews/thumbnails

2016-05-24 Thread Pekka Paalanen
On Tue, 24 May 2016 14:53:25 +0100 adlo wrote: > > On 20 May 2016, at 08:50, Pekka Paalanen wrote: > > > > You would design a new protocol extension private to Weston, with which > > you deliver to your client the handles for top-level windows as they > > come and go. Then with those handles yo

Re: [systemd-devel] [ANNOUNCE] systemd v230

2016-05-24 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 22, 2016 at 01:33:13PM +0500, Alexander E. Patrakov wrote: > 22.05.2016 03:51, Zbigniew Jędrzejewski-Szmek пишет: > >Hi, > > > >systemd v230 has been tagged. Enjoy! > > > >CHANGES WITH 230: > > > > >* Framebuffer devices (/dev/fb*) and 3D printers and scanners > > (d

Re: Protocol for window previews/thumbnails

2016-05-24 Thread adlo
> On 20 May 2016, at 08:50, Pekka Paalanen wrote: > > You would design a new protocol extension private to Weston, with which > you deliver to your client the handles for top-level windows as they > come and go. Then with those handles you could design a protocol for > laying out a scaled versio

Re: Touch input behavior on overlapping ivi surfaces

2016-05-24 Thread Pekka Paalanen
On Tue, 24 May 2016 18:29:52 +0530 Vikas Patil wrote: > Dear All, > > Here (attached here the image ) the touch input is not going to surface 1 > even after touching any of the two buttons on surface 1. Instead touch > event goes to surface 2. Also if I touch anywhere in the area marked green >

Touch input behavior on overlapping ivi surfaces

2016-05-24 Thread Vikas Patil
Dear All, Here (attached here the image ) the touch input is not going to surface 1 even after touching any of the two buttons on surface 1. Instead touch event goes to surface 2. Also if I touch anywhere in the area marked green also goes to surface 2 even it being the part of surface 1. Touchin

Re: [GSoC] The coding begins

2016-05-24 Thread Pekka Paalanen
On Mon, 23 May 2016 16:51:03 +0200 Armin Krezović wrote: > On 23.05.2016 15:56, Pekka Paalanen wrote: > > Hi Armin, > > > > Hello. > > > the community bonding period is over, and today is the first day of the > > official coding period. How is it going? :-) > > > > I was busy this past w

Re: [PATCH weston v3] build: Define wayland prereq version

2016-05-24 Thread Quentin Glidic
On 24/05/2016 09:24, Pekka Paalanen wrote: On Mon, 23 May 2016 14:07:58 -0700 Bryce Harrington wrote: Establishes a single variable for defining the libwayland version requirements. Enforces the same version dependency between libwayland-client and libwayland-server, as per the 1.11 release d

Re: [PATCH weston v3] build: Define wayland prereq version

2016-05-24 Thread Pekka Paalanen
On Mon, 23 May 2016 14:07:58 -0700 Bryce Harrington wrote: > Establishes a single variable for defining the libwayland version > requirements. Enforces the same version dependency between > libwayland-client and libwayland-server, as per the 1.11 release > discussions. This also sets wayland-cl