Re: Difficulties with Wayland D&D protocol - D&D source persistence

2022-10-25 Thread Martin Stransky
On 10/24/22 12:29, Carlos Garnacho wrote: - It's difficult to do D&D to another popup as the source one has to me kept opened. That means we need to show popups which are not intended to be shown together: - if the popups are adjacent, xdg-positoner can be used. - if the popups are not adja

Re: Difficulties with Wayland D&D protocol - D&D source persistence

2022-10-24 Thread Carlos Garnacho
Hi Martin, On Mon, Oct 24, 2022 at 11:43 AM Martin Stransky wrote: > > Hi folks, > > I'd like to point out how Wayland D&D protocol limits real life > applications. > > Main limitation is a requirement that D&D source window has to be kept > opened and D

Difficulties with Wayland D&D protocol - D&D source persistence

2022-10-24 Thread Martin Stransky
Hi folks, I'd like to point out how Wayland D&D protocol limits real life applications. Main limitation is a requirement that D&D source window has to be kept opened and D&D is cancelled otherwise. That's especially painful with popups. See this Mozilla bug and vi

Re: wayland-d

2017-02-11 Thread Rémi Thébault
Ok, that was a stupid mistake in the generated code. I passed the wl_display interface instead of the wl_registry interface to the marshalling function. I passed over it a hundred times without seeing. Thanks for your help. 2017-02-10 19:18 GMT+01:00 Erik De Rijcke : > I remember facing similar

Re: wayland-d

2017-02-10 Thread Erik De Rijcke
stry@2.global(2, "wl_compositor", 3) > [0.062984s ] <- wl_registry@2.global(1, "wl_drm", 2) > > > It seems that the marshalling is correct, no? > > Rémi > > 2017-02-10 9:14 GMT+01:00 Pekka Paalanen : > >> On Thu, 9 Feb 2017 08:07:37 +0100

Re: wayland-d

2017-02-10 Thread Rémi Thébault
t wrote: > > > 2017-02-09 7:56 GMT+01:00 Rémi Thébault : > > > > > Hello, > > > > > > I've started to build new bindings to Wayland for the D programming > > > language. > > > Available at github.com/rtbo/wayland-d. Only client protoc

Re: wayland-d

2017-02-10 Thread Pekka Paalanen
On Thu, 9 Feb 2017 08:07:37 +0100 Rémi Thébault wrote: > 2017-02-09 7:56 GMT+01:00 Rémi Thébault : > > > Hello, > > > > I've started to build new bindings to Wayland for the D programming > > language. > > Available at github.com/rtbo/wayland-d. Only cl

Re: wayland-d

2017-02-08 Thread Rémi Thébault
2017-02-09 7:56 GMT+01:00 Rémi Thébault : > Hello, > > I've started to build new bindings to Wayland for the D programming > language. > Available at github.com/rtbo/wayland-d. Only client protocol supported at > the moment. > I come over an issue when starting to test

wayland-d

2017-02-08 Thread Rémi Thébault
Hello, I've started to build new bindings to Wayland for the D programming language. Available at github.com/rtbo/wayland-d. Only client protocol supported at the moment. I come over an issue when starting to test requests. I wrote a simple program using the bin