1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Applications/Terminal
Andreas Kling d92ba85689 Terminal: Mark window as alpha-less when starting up with 100% opacity
WindowServer was led to believe that the Terminal window had an alpha
channel that had to be respected by the compositor. This caused us to
always consider it as non-opaque when culling dirty rects in compose.
2019-08-15 15:30:11 +02:00
..
main.cpp Terminal: Mark window as alpha-less when starting up with 100% opacity 2019-08-15 15:30:11 +02:00
Makefile Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
TerminalWidget.cpp Terminal: Only repaint the lines that actually changed 2019-08-13 13:57:04 +02:00
TerminalWidget.h Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00