summaryrefslogtreecommitdiff
path: root/Widgets/TextBox.cpp
AgeCommit message (Expand)Author
2018-10-14Let widget have a font() instead of using Font::defaultFont() everywhere.Andreas Kling
2018-10-13Improve TextBox text placement a little bit.Andreas Kling
2018-10-13Add TextBox::onReturnPressed.Andreas Kling
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-13Start working on a simple TextBox widget.Andreas Kling