summaryrefslogtreecommitdiff
path: root/userland/libgui
AgeCommit message (Collapse)Author
2024-06-27stuffAnton Kling
2024-04-16Kernel: Improve "out of memory" error handlingAnton Kling
It can now boot with fairly low memory while not crashing and instead gracefully failing the operation. Userland still does not properly handle errors.
2024-04-11bug fixesAnton Kling
2024-03-25Random changesAnton Kling
2024-03-19IRC: Add the IRC client I am working onAnton Kling
2023-10-23WindowServer/LibGUI: Add a eventloopAnton Kling
This can be used by any program does nothing until it gets user input.
2023-10-22Change CC in Makefiles to not use a absolute pathAnton Kling
2023-10-22Move everything into a new repo.Anton Kling