summaryrefslogtreecommitdiff
path: root/Terminal/Terminal.cpp
AgeCommit message (Expand)Author
2019-01-20WindowServer: Only blit dirty rect of windows to back buffer.Andreas Kling
2019-01-20Make it possible for userspace to alter window title/geometry.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling
2019-01-18Make it possible to invalidate only a portion of a window.Andreas Kling
2019-01-17Add WindowActivated and WindowDeactivated events.Andreas Kling
2019-01-17Terminal: Tighten the glyph rects.Andreas Kling
2019-01-17Terminal: Draw the terminal cursor.Andreas Kling
2019-01-16Move some more classes to the new coding style.Andreas Kling
2019-01-15Terminal: optimize repaints a bunch.Andreas Kling
2019-01-15Minor Terminal tweaks.Andreas Kling
2019-01-15Terminal: Add some inset and line spacing.Andreas Kling
2019-01-15Terminal: basic ANSI color support.Andreas Kling
2019-01-15Add basic PTY support.Andreas Kling
2019-01-15Factor out individual glyph drawing into Painter::draw_glyph().Andreas Kling
2019-01-15Start working on a graphical Terminal program.Andreas Kling