1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:57:35 +00:00
serenity/Userland/Services/WindowServer
2021-05-01 21:25:06 +02:00
..
AppletManager.cpp WindowServer: Move configuration file to /etc/WindowServer.ini 2021-04-29 22:16:18 +02:00
AppletManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Button.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Button.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.cpp WindowServer: Add Window "modified" state 2021-05-01 19:42:29 +02:00
ClientConnection.h WindowServer: Add Window "modified" state 2021-05-01 19:42:29 +02:00
CMakeLists.txt LibGUI+WindowServer: Separate window manager IPC from regular IPC 2021-04-17 13:06:25 +02:00
Compositor.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
Compositor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Cursor.cpp Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
Cursor.h Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
Event.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventLoop.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
EventLoop.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp WindowServer: Move configuration file to /etc/WindowServer.ini 2021-04-29 22:16:18 +02:00
Menu.cpp Everywhere: "indexes" => "indices" 2021-04-29 22:23:52 +02:00
Menu.h Everywhere: "indexes" => "indices" 2021-04-29 22:23:52 +02:00
Menubar.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Menubar.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
MenuItem.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MenuItem.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MenuManager.cpp Everywhere: "indexes" => "indices" 2021-04-29 22:23:52 +02:00
MenuManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Screen.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
Screen.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Window.cpp WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
Window.h WindowServer: Add Window "modified" state 2021-05-01 19:42:29 +02:00
WindowClient.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowFrame.cpp WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
WindowFrame.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManager.cpp Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
WindowManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManagerClient.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowManagerServer.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowServer.ipc WindowServer: Add Window "modified" state 2021-05-01 19:42:29 +02:00
WindowSwitcher.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowSwitcher.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WMClientConnection.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WMClientConnection.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00