Malcolm Still

Results 60 issues of Malcolm Still

I've been thinking a lot about iterators / pull parsers / understandable code... The idea would be to replace the: ```zig var n = epoll.wait(backend.wait()); while (i < n) {...

proposal

With [ulubis](https://github.com/malcolmstill/ulubis), one of the nice ideas (I think) was the mode system where a standard desktop-like interface is a mode, and then alt-tab window switcher behaviour is actually a...

Should we build separate binaries for GLFW and DRM?

proposal

A misbehaving client may set up a situation where there is a cycle in its subwindows. If we don't do anything, we'd likely hang the compositor in an infinite loop....

- cairo - nanovg

I believe this was rendering in the correct location, I can only think that I updated Firefox and the location is now broken.

bug

# Problem At the moment an `Object` has a `container` field of type `usize` that stores a pointer to one of the compositor's structures. We use `@intToPtr` to get a...

enhancement
proposal

We need this for https://github.com/malcolmstill/foxwhale/issues/34 (but the initial for #34 might just do something hacky)