RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-09 Thread Wang, Quanxian
Hi, Pq Thanks for your comment and idea. I list several cases for discussion. Case 1: Original: ├── │ B │ └── Action: Move A leftof B ├───┼───┤ │ A │ B │ └───┴───┘ As you said, B must not change, A will have negative coordinates. That is fine. Case 2: Original: ├───┼───┤ │ C │ D │E └───┴──

RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-07 Thread Wang, Quanxian
Hi, Pq > > I meant this very simple example: > > There is only one output A. > > A > > Then I add output B to the left of A. > > B->A > > The position of A must not change. This means that B must get negative > coordinates, and A's position stays at 0,0. In Weston, window positions are > sto

Re: [Weston] More discussion about weston output relative motion algorithm

2014-05-07 Thread Pekka Paalanen
On Wed, 7 May 2014 08:49:47 + "Wang, Quanxian" wrote: > > -Original Message- > > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > Sent: Wednesday, May 7, 2014 3:41 PM > > To: Wang, Quanxian > > Subject: Re: [Weston] More discussion

RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-07 Thread Wang, Quanxian
son > Ekstrand (ja...@jlekstrand.net); Kang, Jeong Seok; Fu, Michael > Subject: Re: [Weston] More discussion about weston output relative motion > algorithm > > On Wed, 7 May 2014 07:03:32 + > "Wang, Quanxian" wrote: > > > > > > > > -Origin

Re: [Weston] More discussion about weston output relative motion algorithm

2014-05-07 Thread Pekka Paalanen
gmail.com); Bryce W. Harrington > > (b.harring...@samsung.com); wayland-devel@lists.freedesktop.org; > > Jason Ekstrand (ja...@jlekstrand.net); Kang, Jeong Seok; Fu, Michael > > Subject: Re: [Weston] More discussion about weston output relative > > motion algorithm

RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-07 Thread Wang, Quanxian
son > Ekstrand (ja...@jlekstrand.net); Kang, Jeong Seok; Fu, Michael > Subject: Re: [Weston] More discussion about weston output relative motion > algorithm > > On Wed, 7 May 2014 03:26:56 + > "Wang, Quanxian" wrote: > > > Thanks Pq's comment. Before you cont

Re: [Weston] More discussion about weston output relative motion algorithm

2014-05-06 Thread Pekka Paalanen
On Wed, 7 May 2014 03:26:56 + "Wang, Quanxian" wrote: > Thanks Pq's comment. Before you continue my comment, I mentioned one point. > This is output movement algorithm and it is completely different with > pre-configuration of output in weston.ini. > For output, no alive, no movement. > If y

RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-06 Thread Wang, Quanxian
...@samsung.com); wayland-devel@lists.freedesktop.org; Jason > Ekstrand (ja...@jlekstrand.net); Kang, Jeong Seok; Fu, Michael > Subject: Re: [Weston] More discussion about weston output relative motion > algorithm > > On Tue, 6 May 2014 07:26:32 + > "Wang, Quanxian" wrote: &g

Re: [Weston] More discussion about weston output relative motion algorithm

2014-05-06 Thread Pekka Paalanen
.org; Jason Ekstrand > > (ja...@jlekstrand.net); Bryce W. Harrington > > (b.harring...@samsung.com); Fu, Michael; Hardening > > (rdp.eff...@gmail.com); Kang, Jeong Seok Subject: Re: [Weston] More > > discussion about weston output relative motion algorithm > > > >

RE: [Weston] More discussion about weston output relative motion algorithm

2014-05-06 Thread Wang, Quanxian
u, Michael; Hardening (rdp.eff...@gmail.com); Kang, Jeong Seok > Subject: Re: [Weston] More discussion about weston output relative motion > algorithm > > On Wed, 16 Apr 2014 04:21:46 + > "Wang, Quanxian" wrote: > > > Clear some definition for easy understandi

Re: [Weston] More discussion about weston output relative motion algorithm

2014-05-05 Thread Pekka Paalanen
nd.net); Bryce W. Harrington > (b.harring...@samsung.com); Fu, Michael; Hardening > (rdp.eff...@gmail.com); Kang, Jeong Seok Subject: [Weston] More > discussion about weston output relative motion algorithm > > Hi, All > > Relative motion of output is needed in Weston compositor or ot

RE: [Weston] More discussion about weston output relative motion algorithm

2014-04-15 Thread Wang, Quanxian
; Pekka Paalanen (ppaala...@gmail.com); Jason Ekstrand (ja...@jlekstrand.net); Bryce W. Harrington (b.harring...@samsung.com); Fu, Michael; Hardening (rdp.eff...@gmail.com); Kang, Jeong Seok Subject: [Weston] More discussion about weston output relative motion algorithm Hi, All Relative motion of

[Weston] More discussion about weston output relative motion algorithm

2014-04-15 Thread Wang, Quanxian
Hi, All Relative motion of output is needed in Weston compositor or others. For example, plugin a monitor, you want move it above or leftof or rightof or below others. More details about this motion algorithm will be shown in the email. Before that, I mention one point, I don't refer any code