i509VCB

Results 178 issues of i509VCB

Fixes #680 Fixes an issue where the fd is leaked if creating a pool breaks. This pull request documents the internals of the `pool` module inside the shm module of...

This would probably involve providing a pixel buffer to write to using XShm, and failing that directly writing to a pixmap.

This can be run using `cargo run -p anvil -- --wayland` A few things need work before this can be taken out of a draft: - [ ] Key repeating...

Smithay at the moment can't integrate with any windowing library that implements RawWindowHandle.

difficulty: easy
component: backend

While working on the x11 backend in my own compositor some time ago, I realized that an EGLContext created using a display made from a gbm device will segfault on...

component: backend
type: bug

Probably a regression during migration?

difficulty: easy
component: client frontend

glow provides a lot of nice things we can use. glow provides newtypes for gl objects with names. This means glow::Shader instead of GLuint everywhere. glow also handles common things...

difficulty: average
component: backend
type: discussion
status: needs discussion

At the moment the drm node functions are only verified to be working on Linux. FreeBSD is probably the close second behind Linux in working, but is untested (see the...

difficulty: average
component: backend
type: improvement
status: help wanted

The XDG foreign protocol implementation has some issues with it's implementation being wrong. Well the mistake is on my part for implementing that protocol. But I don't have the time...

component: client frontend
type: bug

At the moment only little endian Argb8888 and Xrgb8888 are supported. We probably want to support big endian forms of these pixel formats along with some other formats, such as...

difficulty: easy
component: backend
type: improvement