Age | Commit message (Expand) | Author |
---|---|---|
2019-01-15 | Factor out individual glyph drawing into Painter::draw_glyph(). | Andreas Kling |
2019-01-13 | Start working on a GUI kernel API. | Andreas Kling |
2019-01-12 | Tidy up window border rendering a bit. | Andreas Kling |
2019-01-10 | Let's have an RGBA32 typedef for raw pixel data. | Andreas Kling |
2018-10-12 | Some color cleanup. | Andreas Kling |
2018-10-12 | Add a visual bell to TerminalWidget. Also backspace. | Andreas Kling |
2018-10-10 | Intense hacking on Widgets. | Andreas Kling |