Age | Commit message (Expand) | Author |
---|---|---|
2019-01-15 | Add very basic KeyDown events to the GUI event stream. | Andreas Kling |
2019-01-14 | Share GraphicsBitmaps between the windowing server and the client process. | Andreas Kling |
2019-01-14 | Start refactoring the windowing system to use an event loop. | Andreas Kling |
2019-01-13 | Let's use the existing Rect and Color types in the GUI API. | Andreas Kling |
2019-01-13 | Add basic GUI API for creating labels and buttons. | Andreas Kling |
2019-01-13 | Start working on a GUI kernel API. | Andreas Kling |