Age | Commit message (Expand) | Author |
---|---|---|
2019-01-10 | Hook everything up to run the GUI on top of the kernel. | Andreas Kling |
2019-01-10 | Start separating out the SDL-related stuff in Widgets. | Andreas Kling |
2018-10-14 | Close the MsgBox when clicking the OK button. | Andreas Kling |
2018-10-13 | Use fooEvent() type names for the virtual event handlers. | Andreas Kling |
2018-10-13 | Use Vector::remove() in a place I wished I had it earlier. | Andreas Kling |
2018-10-12 | Add a clock widget. | Andreas Kling |
2018-10-11 | Avoid modifying Object::m_children while iterating it. | Andreas Kling |
2018-10-10 | Intense hacking on Widgets. | Andreas Kling |
2018-10-10 | Start working on a Widgets library. | Andreas Kling |