summaryrefslogtreecommitdiff
path: root/Widgets/TerminalWidget.cpp
AgeCommit message (Expand)Author
2018-12-02Make the widgets code build on macOS.Andreas Kling
2018-10-14Let widget have a font() instead of using Font::defaultFont() everywhere.Andreas Kling
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-12Some color cleanup.Andreas Kling
2018-10-12Clip Painter operations to the screen rect.Andreas Kling
2018-10-12Improve KeyEvent a bit.Andreas Kling
2018-10-12Add a visual bell to TerminalWidget. Also backspace.Andreas Kling
2018-10-12Add a CheckBox widget.Andreas Kling
2018-10-12Window contents move along with the window!Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling
2018-10-11Use Font in more places.Andreas Kling
2018-10-11Some work on window decorations.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11Make an 8x10 version of Peanut. It looks a bit nicer I think.Andreas Kling
2018-10-11Rage hacking on TerminalWidget.Andreas Kling
2018-10-11Start poking at a TerminalWidget.Andreas Kling