Re: [PATCH 2/3] shell: add panel height limiation when moving a window

2012-07-24 Thread Juan Zhao
On Tue, 2012-07-24 at 22:00 -0700, Bill Spitzak wrote: > On 07/24/2012 06:10 PM, Juan Zhao wrote: > > > Is it in the condition that, click any area of the window could drag and > > move the window? Some user case is, only the title bar area could be > > dragged and moved. > > My understanding is

Re: [PATCH 2/3] shell: add panel height limiation when moving a window

2012-07-24 Thread Bill Spitzak
On 07/24/2012 06:10 PM, Juan Zhao wrote: Is it in the condition that, click any area of the window could drag and move the window? Some user case is, only the title bar area could be dragged and moved. My understanding is that a client can tell the shell that a window can be dragged in respon

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Bill Spitzak
On 07/24/2012 01:42 PM, Pekka Paalanen wrote: On Tue, 24 Jul 2012 13:10:33 -0700 Bill Spitzak wrote: As suggested I updated my machine to Ubuntu 12.04, then cleared out all of Wayland and built again, using the wayland build script here (edited to assume the current directory is the source, I

Re: [PATCH 2/3] shell: add panel height limiation when moving a window

2012-07-24 Thread Juan Zhao
On Tue, 2012-07-24 at 10:09 -0400, Kristian Høgsberg wrote: > On Sun, Jul 22, 2012 at 12:34 PM, Kristian Høgsberg > wrote: > > On Wed, Jul 18, 2012 at 01:37:59PM +0800, Juan Zhao wrote: > >> attach file: This patch resolved problem like this. > > > > Right, I see. I think we just need the moving

Re: Wayland and Weston 0.95.0 released

2012-07-24 Thread Ilyes Gouta
Congrats.! This is a significant milestone and a baseline for integration within distributions and alike. -Ilyes On Tue, Jul 24, 2012 at 9:55 PM, Scott Moreau wrote: > > Also, for the protocol interfaces (wl_drm) and libraries (gbm) >> that are part of mesa, we'll release those with the upcom

Re: Wayland and Weston 0.95.0 released

2012-07-24 Thread Scott Moreau
> Also, for the protocol interfaces (wl_drm) and libraries (gbm) > that are part of mesa, we'll release those with the upcoming mesa 8.1, > at which point we'll treat those as stable too. > > It seems non-shm clients fail to start in drm on radeon. Is there a way to make sure this gets attention

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread darxus
On 07/24, Scott Moreau wrote: >On Tue, Jul 24, 2012 at 2:10 PM, Bill Spitzak <[1]spit...@gmail.com> >wrote: > > http://www.chaosreigns.com/wayland/buildscript/dl/wayland-build-0.85.sh >Did you even try? Please try to be less negative. > �3. The clickdot demo has vanished, inclu

Re: Wayland and Weston 0.95.0 released

2012-07-24 Thread Pekka Paalanen
On Tue, 24 Jul 2012 16:32:18 -0400 Kristian Høgsberg wrote: > With the 0.95 release we start maintaining protocol and client API > stability. Going forward, we will try to not break any clients or > toolkits that are written agains the 0.95 protocol and client API. We > don't completely freeze

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Pekka Paalanen
On Tue, 24 Jul 2012 13:10:33 -0700 Bill Spitzak wrote: > As suggested I updated my machine to Ubuntu 12.04, then cleared out all > of Wayland and built again, using the wayland build script here (edited > to assume the current directory is the source, I don't know why he keeps > changing this)

Re: Wayland and Weston 0.95.0 released

2012-07-24 Thread darxus
On 07/24, Kristian Høgsberg wrote: > Hi all, > > I just tagged version 0.95.0 of Wayland and Weston and uploaded > tarballs here: http://wayland.freedesktop.org/releases.html (Woo!) -- "The most elementary and valuable statement in science, the beginning of wisdom is: 'I do not know'." - Data,

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Scott Moreau
On Tue, Jul 24, 2012 at 2:10 PM, Bill Spitzak wrote: > As suggested I updated my machine to Ubuntu 12.04, then cleared out all of > Wayland and built again, using the wayland build script here (edited to > assume the current directory is the source, I don't know why he keeps > changing this): > >

Wayland and Weston 0.95.0 released

2012-07-24 Thread Kristian Høgsberg
Hi all, I just tagged version 0.95.0 of Wayland and Weston and uploaded tarballs here: 4a7e49256f3d4a61add3cf70d74f02abb5b243a2 wayland-0.95.0.tar.xz 000ae14a9866f323e2df326a90938401eb961948 weston-0.95.0.tar.xz With the 0.95 release we start maintaining protocol and client API stability.

Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Bill Spitzak
As suggested I updated my machine to Ubuntu 12.04, then cleared out all of Wayland and built again, using the wayland build script here (edited to assume the current directory is the source, I don't know why he keeps changing this): http://www.chaosreigns.com/wayland/buildscript/dl/wayland-bu

Re: [PATCH weston] Fix a crash when parent surface is NULL.

2012-07-24 Thread Bill Spitzak
I really do not like the idea that x clients get special access to information denined to non-x clients. What is going to happen is programs that require the x/y position are going to use X just so they can access this information. Just send the information to all wayland clients. Tiago Vign

Re: [PATCH 2/3] shell: add panel height limiation when moving a window

2012-07-24 Thread Kristian Høgsberg
On Sun, Jul 22, 2012 at 12:34 PM, Kristian Høgsberg wrote: > On Wed, Jul 18, 2012 at 01:37:59PM +0800, Juan Zhao wrote: >> attach file: This patch resolved problem like this. > > Right, I see. I think we just need the moving code to restrict the > motion so that the point we're dragging (maybe +/

Re: [PATCH weston 4/5] Make use of new wl_cursors

2012-07-24 Thread Rob Bradford
On 23 July 2012 19:55, Daniel Stone wrote: > Port the existing manual (and somewhat fragile) cursor-handling code to > the new wl_cursor interface. > 4 files changed, 183 insertions(+), 251 deletions(-) > > diff --git a/clients/window.c b/clients/window.c > index 93299e1..2a7010a 100644 > --- a/

Re: [PATCH weston] Fix a crash when parent surface is NULL.

2012-07-24 Thread Tiago Vignatti
On 07/24/2012 04:47 AM, Dima Ryazanov wrote: It happens to me if I run gedit (using X11), click "Open", then press ESC to dismiss the dialog box. --- yes, this is very likely due the parent guessing workaround. Kristian, I'm checking now the approach of setting a xwm specific surface->configu