Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-20 Thread Michal Suchanek
Hello, On 14 January 2016 at 13:51, Jonas Ådahl wrote: > On Thu, Jan 14, 2016 at 11:50:29AM +0100, Michal Suchanek wrote: >> On 14 January 2016 at 01:54, Carlos Garnacho wrote: >> > Hi Michal, >> > >> > have you >> > considered compatibility with Xdnd? >> >> As compatibility with X is always be

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-16 Thread Carlos Garnacho
Hi Jonas! On Sat, Jan 16, 2016 at 9:37 AM, Jonas Ådahl wrote: > On Fri, Jan 15, 2016 at 02:49:33PM -0800, Bryce Harrington wrote: >> On Fri, Jan 15, 2016 at 09:11:40PM +0100, Carlos Garnacho wrote: >> > These 2 requests have been added: >> > >> > - wl_data_source.set_actions: Notifies the composi

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-16 Thread Jonas Ådahl
On Fri, Jan 15, 2016 at 02:49:33PM -0800, Bryce Harrington wrote: > On Fri, Jan 15, 2016 at 09:11:40PM +0100, Carlos Garnacho wrote: > > These 2 requests have been added: > > > > - wl_data_source.set_actions: Notifies the compositor of the available > > actions on the data source. > > - wl_data_

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-15 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 09:11:40PM +0100, Carlos Garnacho wrote: > These 2 requests have been added: > > - wl_data_source.set_actions: Notifies the compositor of the available > actions on the data source. > - wl_data_offer.set_actions: Notifies the compositor of the available > actions on the

[PATCH wayland 2/2] protocol: Add DnD actions

2016-01-15 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-14 Thread Jonas Ådahl
On Thu, Jan 14, 2016 at 11:50:29AM +0100, Michal Suchanek wrote: > On 14 January 2016 at 01:54, Carlos Garnacho wrote: > > Hi Michal, > > > > On Mon, Jan 11, 2016 at 11:34 AM, Michal Suchanek > > wrote: > >> On 24 December 2015 at 01:58, Carlos Garnacho wrote: > >> > >>> @@ -757,6 +883,40 @@ >

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-14 Thread Michal Suchanek
On 14 January 2016 at 01:54, Carlos Garnacho wrote: > Hi Michal, > > On Mon, Jan 11, 2016 at 11:34 AM, Michal Suchanek wrote: >> On 24 December 2015 at 01:58, Carlos Garnacho wrote: >> >>> @@ -757,6 +883,40 @@ >>> >>> >>> >>> + >>> + >>> + >>> + >>> + >>> +

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-13 Thread Carlos Garnacho
Hi Michal, On Mon, Jan 11, 2016 at 11:34 AM, Michal Suchanek wrote: > On 24 December 2015 at 01:58, Carlos Garnacho wrote: > >> @@ -757,6 +883,40 @@ >> >> >> >> + >> + >> + >> + >> + >> +This is a bitmask of the available/preferred actions in a >> +

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2016-01-11 Thread Michal Suchanek
On 24 December 2015 at 01:58, Carlos Garnacho wrote: > @@ -757,6 +883,40 @@ > > > > + > + > + > + > + > +This is a bitmask of the available/preferred actions in a > +drag-and-drop operation. > + > +In the compositor, the selected action

[PATCH wayland 2/2] protocol: Add DnD actions

2015-12-23 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-23 Thread Bill Spitzak
What does "ask" mean? I would think "ask" is implied by the fact that more than one action is provided. Maybe an explanation as to what the drop target should do with these combinations and how they differ from each other (just write what the drop target should do for each): MOVE MOVE+ASK MOVE

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-22 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 06:56:05PM +0100, Carlos Garnacho wrote: > Hey, > > On Tue, Dec 22, 2015 at 1:36 PM, Jonas Ådahl wrote: > > On Tue, Dec 22, 2015 at 12:20:35PM +0100, Carlos Garnacho wrote: > >> Hey!, > >> > >> On Tue, Dec 22, 2015 at 4:12 AM, Jonas Ådahl wrote: > >> > On Tue, Dec 22, 201

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-22 Thread Carlos Garnacho
Hey, On Tue, Dec 22, 2015 at 1:36 PM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 12:20:35PM +0100, Carlos Garnacho wrote: >> Hey!, >> >> On Tue, Dec 22, 2015 at 4:12 AM, Jonas Ådahl wrote: >> > On Tue, Dec 22, 2015 at 02:33:33AM +0100, Carlos Garnacho wrote: >> >> These 2 requests have been ad

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-22 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 12:20:35PM +0100, Carlos Garnacho wrote: > Hey!, > > On Tue, Dec 22, 2015 at 4:12 AM, Jonas Ådahl wrote: > > On Tue, Dec 22, 2015 at 02:33:33AM +0100, Carlos Garnacho wrote: > >> These 2 requests have been added: > >> > >> - wl_data_source.set_actions: Notifies the composi

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-22 Thread Carlos Garnacho
Hey!, On Tue, Dec 22, 2015 at 4:12 AM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 02:33:33AM +0100, Carlos Garnacho wrote: >> These 2 requests have been added: >> >> - wl_data_source.set_actions: Notifies the compositor of the available >> actions on the data source. >> - wl_data_offer.set_ac

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:33AM +0100, Carlos Garnacho wrote: > These 2 requests have been added: > > - wl_data_source.set_actions: Notifies the compositor of the available > actions on the data source. > - wl_data_offer.set_actions: Notifies the compositor of the available > actions on the

[PATCH wayland 2/2] protocol: Add DnD actions

2015-12-21 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-16 Thread Jonas Ådahl
On Wed, Dec 16, 2015 at 02:50:59PM +0100, Carlos Garnacho wrote: > Hey Jonas! > > On Wed, Dec 16, 2015 at 2:40 AM, Jonas Ådahl wrote: > > On Tue, Dec 15, 2015 at 06:56:24PM +0100, Carlos Garnacho wrote: > >> These 2 requests have been added: > >> > >> - wl_data_source.set_actions: Notifies the co

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-16 Thread Carlos Garnacho
Hey Jonas! On Wed, Dec 16, 2015 at 2:40 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:24PM +0100, Carlos Garnacho wrote: >> These 2 requests have been added: >> >> - wl_data_source.set_actions: Notifies the compositor of the available >> actions on the data source. >> - wl_data_offer.s

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-15 Thread Jonas Ådahl
On Tue, Dec 15, 2015 at 06:56:24PM +0100, Carlos Garnacho wrote: > These 2 requests have been added: > > - wl_data_source.set_actions: Notifies the compositor of the available > actions on the data source. > - wl_data_offer.set_actions: Notifies the compositor of the available > actions on the

[PATCH wayland 2/2] protocol: Add DnD actions

2015-12-15 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req