Re: [PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-10-10 Thread Carlos Garnacho
Hey, Sorry, missed the ping... Just found a nit: On Sun, Sep 23, 2018 at 12:58 PM Simon Ser wrote: > From: emersion > > 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 ver

Re: [PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-10-10 Thread Simon Ser
Thanks for your review, Jonas. Carlos, what do you think of this proposal? Thanks, Simon. On Thursday, October 4, 2018 12:06 PM, Jonas Ådahl wrote: > On Sun, Sep 23, 2018 at 10:52:34AM +, Simon Ser wrote: > > > From: emersion cont...@emersion.fr > > This primary selection is similar in spi

Re: [PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-10-04 Thread Jonas Ådahl
On Sun, Sep 23, 2018 at 10:52:34AM +, Simon Ser wrote: > From: emersion > > 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 its Wayland counterpart, and

Re: [PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-10-02 Thread Simon Ser
Hi Jonas, Any news about this? Thanks! Simon On Sunday, September 23, 2018 12:52 PM, Simon Ser wrote: > From: emersion cont...@emersion.fr > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting

[PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-09-23 Thread Simon Ser
From: emersion 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 its Wayland counterpart, and explicitly made consistent with it. Signed-off-by: Simon Ser --- Chang