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