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