ladybird/Userland/Services/WindowServer
2023-03-21 19:03:21 +00:00
..
Animation.cpp Userland: Silence warnings from ElapsedTimer::elapsed() type change 2023-01-07 14:51:04 +01:00
Animation.h LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2022-10-27 13:06:33 +02:00
AppletManager.cpp WindowServer: Only load /etc/WindowServer.ini once and keep it loaded 2023-01-03 15:25:02 +01:00
AppletManager.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Button.cpp
Button.h
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Compositor.cpp WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
Compositor.h WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
ConnectionFromClient.cpp Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
ConnectionFromClient.h Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
Cursor.cpp WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
Cursor.h WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
Event.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EventLoop.cpp WindowServer+MouseSettings: Improve buttons_switched naming 2022-12-08 07:04:09 -05:00
EventLoop.h
HardwareScreenBackend.cpp Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
HardwareScreenBackend.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
HitTestResult.h
KeymapSwitcher.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
KeymapSwitcher.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Menu.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Menu.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Menubar.cpp
Menubar.h WindowServer: Do not add existing menu items (by ptr) to m_menus 2023-01-07 19:57:57 +00:00
MenuItem.cpp LibGUI+WindowServer: Add "visible" state to GUI actions 2022-12-10 14:28:38 +01:00
MenuItem.h WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
MenuManager.cpp WindowServer: Always process double clicks for mouse events 2023-01-24 12:53:26 +00:00
MenuManager.h
MultiScaleBitmaps.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
MultiScaleBitmaps.h
Overlays.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
Overlays.h WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
ResizeDirection.h WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
Screen.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Screen.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
ScreenBackend.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
ScreenLayout.cpp
ScreenLayout.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ScreenLayout.ipp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
SystemEffects.h
VirtualScreenBackend.cpp
VirtualScreenBackend.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Window.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Window.h WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
WindowClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowFrame.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
WindowFrame.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
WindowManager.cpp Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
WindowManager.h Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
WindowManagerClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowManagerServer.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowMode.h LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
WindowServer.ipc Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
WindowStack.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WindowStack.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WindowSwitcher.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WindowSwitcher.h
WindowType.h LibGUI+WindowServer: Add WindowType:Autocomplete and helpers 2022-11-19 16:04:42 +01:00
WMConnectionFromClient.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
WMConnectionFromClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00