1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 06:32:44 +00:00
serenity/Servers/WindowServer
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 Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
main.cpp implemented settings for window manager. 2019-05-27 21:40:53 +02:00
Makefile WindowServer: Factor out compositing from WSWindowManager into WSCompositor. 2019-05-24 19:32:46 +02:00
WSAPITypes.h WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
WSButton.cpp WindowServer: Add a maximize/unmaximize button to windows. 2019-05-12 21:32:02 +02:00
WSButton.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSClientConnection.cpp WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
WSClientConnection.h WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
WSClipboard.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSClipboard.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSCompositor.cpp WindowServer: Don't reach the end of mode_to_enum() without returning. 2019-06-01 20:02:05 +02:00
WSCompositor.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSCPUMonitor.cpp ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code. 2019-04-18 03:37:01 +02:00
WSCPUMonitor.h WindowServer: Use CFile in the CPU monitor code. 2019-04-18 00:12:04 +02:00
WSCursor.cpp LibGUI+WindowServer: Add a GResizeCorner widget. 2019-05-03 01:38:24 +02:00
WSCursor.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSEvent.h WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
WSEventLoop.cpp WindowServer+LibGUI: Add a way to bring a window to the front. 2019-06-01 20:10:37 +02:00
WSEventLoop.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSMenu.cpp WindowServer/GMenu: Adjust the popup position to fit the window inside the screen 2019-05-16 01:22:54 +02:00
WSMenu.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSMenuBar.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuBar.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSMenuItem.cpp LibGUI+WindowServer: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +02:00
WSMenuItem.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSScreen.cpp WindowServer: Factor out compositing from WSWindowManager into WSCompositor. 2019-05-24 19:32:46 +02:00
WSScreen.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSWindow.cpp WindowServer: Add support for fullscreen windows. 2019-05-17 22:33:19 +02:00
WSWindow.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSWindowFrame.cpp WindowServer: Tweak window titlebar look somewhat. 2019-05-25 21:55:53 +02:00
WSWindowFrame.h WindowServer: Add a maximize/unmaximize button to windows. 2019-05-12 21:32:02 +02:00
WSWindowManager.cpp can now tile background and made sure the IRC choose server popup still works 2019-05-27 21:40:53 +02:00
WSWindowManager.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSWindowSwitcher.cpp WindowServer: Factor out compositing from WSWindowManager into WSCompositor. 2019-05-24 19:32:46 +02:00
WSWindowSwitcher.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSWindowType.h Add clang-format file 2019-05-28 17:31:20 +02:00