| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add optional object ref to requests | Nathan Reiner | 2025-08-23 |
| | | |||
| * | add Fd type for requests | Nathan Reiner | 2025-08-23 |
| | | | | | | This is not tested code, since there are no requests implemented yet using file descriptors. | ||
| * | add first sketch of wl.compositor | Nathan Reiner | 2025-08-22 |
| | | |||
| * | object refactor and add wl output | Nathan Reiner | 2025-08-22 |
| | | | | | | Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize. | ||
| * | First sketch of wayland interface | Nathan Reiner | 2025-08-18 |
| **WARNING** this implementation is not working properly yet. | |||