ladybird/Services/WindowServer
Andreas Kling ebaf20547c WindowServer: Show modal window's cursor over blocked windows
When a window is blocked by a modal window from the same application,
we now prefer the modal window's cursor instead of the hovered window.
2020-11-10 19:30:22 +01:00
..
AppletManager.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
AppletManager.h
Button.cpp WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
Button.h Services: Convert WindowFrame button bitmaps to themable PNGs 2020-08-01 07:56:48 +02:00
ClientConnection.cpp LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
CMakeLists.txt
Compositor.cpp WindowServer: Improve look of drag&drop items somewhat 2020-10-27 20:45:38 +01:00
Compositor.h WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
Cursor.cpp WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor 2020-11-02 20:58:07 +01:00
Cursor.h LibGfx: Move StandardCursor enum to LibGfx 2020-09-10 19:25:13 +02:00
Event.h LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
EventLoop.cpp
EventLoop.h
main.cpp WindowServer+LibVT: Convert some dbgprintf() to dbg() 2020-08-18 17:19:52 +02:00
Menu.cpp LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^) 2020-10-27 21:25:40 +01:00
Menu.h AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
MenuBar.cpp
MenuBar.h
MenuItem.cpp
MenuItem.h
MenuManager.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
MenuManager.h
Screen.cpp WindowServer: Close the framebuffer fd in ~Screen() 2020-08-17 18:05:35 +02:00
Screen.h
Window.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
Window.h LibGUI+WindowServer: Rename window "override cursor" to just "cursor" 2020-09-11 14:26:37 +02:00
WindowClient.ipc LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
WindowFrame.cpp WindowServer: Fix invalidating window frame 2020-09-07 19:39:48 +02:00
WindowFrame.h WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
WindowManager.cpp WindowServer: Show modal window's cursor over blocked windows 2020-11-10 19:30:22 +01:00
WindowManager.h LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
WindowServer.ipc LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
WindowSwitcher.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
WindowSwitcher.h
WindowType.h