Bartłomiej Maryńczak

Results 62 issues of Bartłomiej Maryńczak

Based on https://github.com/Smithay/wayland-rs/pull/699 Removes all delegate macros, as well as redundant type constraints on `D` Both this PR as well as wayland-rs part attempt to be non-braking changes, the transition...

So... I was not happy with #1090, it was a bit hacky and required the macro crate to depend on smithay just for module definitions. So this is take two:...

TODO: [ ] Support all modules [ ] Add old macro style as well, not only derive, and remove old definitions [ ] If we add non-derive style macro, crate...

This order of drop causes segfault: ```rs gbm: gbm::GbmDevice, surfaces: HashMap, ``` This one works fine: ```rs surfaces: HashMap, gbm: gbm::GbmDevice, ``` Backtrace of said segfault ``` #0 0x00007fd67b4b7510 in...

This is an attempt to remove all delegate macros from Smithay, as well as remove obnoxious type constraints on `D`. Here is an example diff of `ZxdgOutputManagerV1` implementation in Smithay...

As you may know, `zwp_linux_dmabuf_v1` became stable without striping of the `z` prefix. This is just a random idea to do the striping ourselves, by aliasing all `v1` types to...

Now that we have a way to view gitlab MR protocols (https://github.com/vially/wayland-explorer/pull/32) we need a way to advertise this to users. Probably the best way to advertise this feature would...

When resizing the window sometimes frames get randomly dropped. Here are 3 frames from such a resize: |1|2|3 |-|-|-| |![image](https://user-images.githubusercontent.com/20758186/234998177-125644b3-128b-40ba-9842-51b95215a016.png)|![image](https://user-images.githubusercontent.com/20758186/234998245-3754a02a-ff9d-4d56-9acc-4a8be8b9738e.png)|![image](https://user-images.githubusercontent.com/20758186/234998275-d63efcdd-baf8-47cd-96d6-792852a358f8.png)| From a short debugging session it turns out that [items...

bug

blocked: needs new wayland-rs releasse

blocked: needs new wayland-rs releasse