summaryrefslogtreecommitdiff
path: root/Kernel/ProcessGUI.cpp
AgeCommit message (Expand)Author
2019-01-14Start refactoring the windowing system to use an event loop.Andreas Kling
2019-01-13gui$create_widget() shouldn't try to make button corners opaque.Andreas Kling
2019-01-13Let's use the existing Rect and Color types in the GUI API.Andreas Kling
2019-01-13Add basic GUI API for creating labels and buttons.Andreas Kling
2019-01-13Start working on a GUI kernel API.Andreas Kling