Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-03-11 Thread Bryce Harrington
On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > From: Lyude > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting. > > It's otherwise very similar to it wayland counterpart, an

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-03-01 Thread Michal Suchanek
On 24 February 2016 at 10:54, Jonas Ådahl wrote: > On Wed, Feb 24, 2016 at 10:25:19AM +0100, Michal Suchanek wrote: >> On 24 February 2016 at 05:33, Jonas Ådahl wrote: >> > On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: >> >> From: Lyude >> >> >> >> This primary selection is si

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-24 Thread Jonas Ådahl
On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > From: Lyude > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting. > > It's otherwise very similar to it wayland counterpart, an

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-24 Thread Jonas Ådahl
On Wed, Feb 24, 2016 at 10:25:19AM +0100, Michal Suchanek wrote: > On 24 February 2016 at 05:33, Jonas Ådahl wrote: > > On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > >> From: Lyude > >> > >> This primary selection is similar in spirit to the eponimous > >> in X11, allowing a

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-24 Thread Michal Suchanek
On 24 February 2016 at 05:33, Jonas Ådahl wrote: > On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: >> From: Lyude >> >> This primary selection is similar in spirit to the eponimous >> in X11, allowing a quick "select text + middle click" shortcut >> to copying and pasting. >> >>

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Jonas Ådahl
On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > From: Lyude > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting. > > It's otherwise very similar to it wayland counterpart, an

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Michal Suchanek
On 23 February 2016 at 20:03, Bill Spitzak wrote: > > > On Tue, Feb 23, 2016 at 1:32 AM, Michal Suchanek wrote: >> >> On 22 February 2016 at 19:23, Carlos Garnacho wrote: >> >> > Right, that's why I suggest having those reunited in a single logical >> > focus. Anything else is plagued of corner

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Michal Suchanek
On 22 February 2016 at 19:23, Carlos Garnacho wrote: > Hi Michal, > > On Mon, Feb 22, 2016 at 4:53 PM, Michal Suchanek wrote: >> On 22 February 2016 at 15:57, Carlos Garnacho wrote: >>> Hi Michal, >>> >>> On Mon, Feb 22, 2016 at 2:25 PM, Michal Suchanek wrote: Hello, On 20 Februa

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-22 Thread Carlos Garnacho
Hi Michal, On Mon, Feb 22, 2016 at 4:53 PM, Michal Suchanek wrote: > On 22 February 2016 at 15:57, Carlos Garnacho wrote: >> Hi Michal, >> >> On Mon, Feb 22, 2016 at 2:25 PM, Michal Suchanek wrote: >>> Hello, >>> >>> On 20 February 2016 at 01:31, Carlos Garnacho wrote: >>> + +

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-22 Thread Michal Suchanek
On 22 February 2016 at 15:57, Carlos Garnacho wrote: > Hi Michal, > > On Mon, Feb 22, 2016 at 2:25 PM, Michal Suchanek wrote: >> Hello, >> >> On 20 February 2016 at 01:31, Carlos Garnacho wrote: >> >>> + >>> + >>> +This protocol provides the ability to have a primary selection device >>>

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-22 Thread Carlos Garnacho
Hi Michal, On Mon, Feb 22, 2016 at 2:25 PM, Michal Suchanek wrote: > Hello, > > On 20 February 2016 at 01:31, Carlos Garnacho wrote: > >> + >> + >> +This protocol provides the ability to have a primary selection device to >> +match that of the X server. This primary selection is a shor

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-22 Thread Michal Suchanek
Hello, On 20 February 2016 at 01:31, Carlos Garnacho wrote: > + > + > +This protocol provides the ability to have a primary selection device to > +match that of the X server. This primary selection is a shortcut to the > +common clipboard selection, where text just needs to be sele

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-22 Thread Carlos Garnacho
Hey Jonas, On Mon, Feb 22, 2016 at 8:53 AM, Jonas Ådahl wrote: > On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: >> From: Lyude >> >> This primary selection is similar in spirit to the eponimous >> in X11, allowing a quick "select text + middle click" shortcut >> to copying and

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-21 Thread Jonas Ådahl
On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > From: Lyude > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting. > > It's otherwise very similar to it wayland counterpart, an

[RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-19 Thread Carlos Garnacho
From: Lyude This primary selection is similar in spirit to the eponimous in X11, allowing a quick "select text + middle click" shortcut to copying and pasting. It's otherwise very similar to it wayland counterpart, and explicitly made consistent with it. Signed-off-by: Lyude Signed-off-by: Car