Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | usr.bin: kfgwm: Allocate new windows with malloc() | Ian Moffett | |
As malloc() has been recently introduced into the Hyra libc, we should take advantage of it to allow us to share windows between functions without relying on the stack. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-08 | usr.bin: kfgwm: Add initial window text support | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-04 | usr.bin: kfgwm: Add initial WM sources | Ian Moffett | |
- Add basic structures and defines for describing a window - Add basic window drawing routines - Draw demo/test window Signed-off-by: Ian Moffett <ian@osmora.org> |