1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 03:15:07 +00:00
serenity/Applications/Terminal
Andreas Kling 51581c21fc WindowServer+LibGUI: Add a way to bring a window to the front.
GWindow::move_to_front() can now be used to move a window to the top of
the window stack.

We use this in Terminal to bring the settings window to the front if it
already exists when it's requested, in case it's hiding behind something.
2019-06-01 20:10:37 +02:00
..
.gitignore Terminal: Single settings window & consistant visual bell timing 2019-06-01 00:07:45 +02:00
main.cpp WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Terminal.cpp Terminal: Fix insufficient repaint after visual bell clears. 2019-06-01 00:36:56 +02:00
Terminal.h Terminal: Single settings window & consistant visual bell timing 2019-06-01 00:07:45 +02:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00