ladybird/Userland/Services/WindowServer
Andreas Kling 5497b7a718 WindowServer: Tweak spacing above maximized windows
Nudge maximized windows 1px upwards. This prevents the outer window
border from showing up above the title bar.
2021-05-09 21:48:38 +02:00
..
AppletManager.cpp Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel 2021-05-09 00:11:37 +02:00
AppletManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Button.cpp WindowServer: Don't ignore MouseMove events for pressed window buttons 2021-05-09 10:34:40 +02:00
Button.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.cpp WindowServer: Don't let clients start resize of non-resizable windows 2021-05-06 12:09:03 +02:00
ClientConnection.h AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
CMakeLists.txt LibGUI+WindowServer: Separate window manager IPC from regular IPC 2021-04-17 13:06:25 +02:00
Compositor.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48: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 WindowServer: Constrain popup menu Y position within screen rect 2021-05-09 15:47:21 +02:00
Menu.h WindowServer: Fix a handful of clang-tidy warnings in the menu code 2021-05-09 15:47:21 +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 WindowServer: Fix a handful of clang-tidy warnings in the menu code 2021-05-09 15:47:21 +02:00
MenuManager.cpp WindowServer: Fix a handful of clang-tidy warnings in the menu code 2021-05-09 15:47:21 +02:00
MenuManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Screen.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48: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: Simplify the way we update items in the window menu 2021-05-09 21:48:38 +02:00
Window.h WindowServer: Simplify the way we update items in the window menu 2021-05-09 21:48:38 +02:00
WindowClient.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowFrame.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
WindowFrame.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManager.cpp WindowServer: Tweak spacing above maximized windows 2021-05-09 21:48:38 +02:00
WindowManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManagerClient.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowManagerServer.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowServer.ipc WindowServer+LibGUI: Make much of window construction asynchronous 2021-05-03 21:56:19 +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 Userland: Change IPC funcs to use plain arguments instead of a struct 2021-05-03 21:14:06 +02:00
WMClientConnection.h Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00