Wayland and Weston 1.2.0 released

2013-07-12 Thread Kristian Høgsberg
Hi all, We have a 1.2.0 release of Wayland and Weston: 14e2b4d80b01c5763cc10264e75f71f045f34594 wayland-1.2.0.tar.xz 6ef06ad06d0c32bff6bbd471a50a17bd7f92e0bc wayland 1.2.0 tag 23201d31e71768e5ec3de0d10fa6de988dd273c8 weston-1.2.0.tar.xz a684b5a3d59d5ff42c30e03fe75a857073fb3fd2 weston

Re: [PATCH] weston-test: schedule repaint after moving surface in test extension

2013-07-12 Thread Kristian Høgsberg
On Tue, Jul 09, 2013 at 06:38:20PM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > After some discussion with Rob Bradford (robster), we concluded that > we need to schedule a compositor repaint in > weston-test.c:test_configure_surface(...) to ensure that the moved > surface gets a frame

Re: [PATCH weston] window: Disregard motion events outside our current surface dimensions

2013-07-12 Thread Kristian Høgsberg
On Thu, Jul 11, 2013 at 07:41:27PM +0100, Rob Bradford wrote: > From: Rob Bradford > > It is possible to receive a motion event that was generated by the > compositor based on a pick of a surface of old dimensions. This was > triggerable on toytoolkit clients when minimising. The new window > dim

Re: [PATCH weston] window: Allow popup menu when the window is maximised

2013-07-12 Thread Kristian Høgsberg
On Sat, Jul 13, 2013 at 03:38:03AM +, Eoff, Ullysses A wrote: > > -Original Message- > > From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org > > [mailto:wayland-devel- > > bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of > > Kristian Høgsbe

RE: [PATCH weston] window: Allow popup menu when the window is maximised

2013-07-12 Thread Eoff, Ullysses A
> -Original Message- > From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org > [mailto:wayland-devel- > bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of > Kristian Høgsberg > Sent: Friday, July 12, 2013 7:09 PM > To: Bradford, Robert > Cc: Rob Br

Re: [PATCH weston] shell: Respect output transformation for input panel surface

2013-07-12 Thread Kristian Høgsberg
On Thu, Jul 11, 2013 at 01:20:53PM +0100, Rob Bradford wrote: > From: Rob Bradford > > Rather than using the dimensions in the mode we can use the recently > added output width and height members which are updated to reflect any > output rotation. That fixes it, committed. Kristian > https://b

Re: [PATCH weston] window: Allow popup menu when the window is maximised

2013-07-12 Thread Kristian Høgsberg
On Thu, Jul 11, 2013 at 10:35:55AM +0100, Rob Bradford wrote: > From: Rob Bradford > > https://bugs.freedesktop.org/show_bug.cgi?id=66793 Looks good to me, applied. Kristian > --- > clients/window.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/clients/window.c b/c

Re: [PATCH] wcap: Fix README typo

2013-07-12 Thread Kristian Høgsberg
On Thu, Jul 11, 2013 at 03:19:53PM +0800, Peng Wu wrote: Applied, thanks. Kristian > --- > wcap/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/wcap/README b/wcap/README > index 666a708..0994a1b 100644 > --- a/wcap/README > +++ b/wcap/README > @@ -2,7 +2,7 @@ WC

Re: [PATCH wayland] connection: Handle empty signature and signature with just a version.

2013-07-12 Thread Kristian Høgsberg
On Wed, Jul 10, 2013 at 11:40:56PM +0200, Mariusz Ceier wrote: > Functions like wl_argument_from_va_list expect from get_next_argument, > to initialize details->type but when the signature is empty or contains > only version (like in desktop-shell-protocol.c in weston) it is left > uninitialized. >

RE: [PATCH weston] editor: Support shift-left/right for selecting text

2013-07-12 Thread Eoff, Ullysses A
This patches fixes for me. The bug "title" only indicates + didn't work and this patch addresses that part. But as I read through the bug "description", there is the extra claim that doesn't work as expected, either. The stuff should prob

RE: [PATCH weston] shell: Respect output transformation for input panel surface

2013-07-12 Thread Eoff, Ullysses A
This patch fixes for me. U. Artie Eoff > -Original Message- > From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org > [mailto:wayland-devel- > bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of

RE: [PATCH weston] window: Allow popup menu when the window is maximised

2013-07-12 Thread Eoff, Ullysses A
This patch does fix the popup as requested. However, it also enables a maximized window to be moved around by dragging the titlebar. I don't think we want that to happen. U. Artie > -Original Message- > From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org > [