ladybird/Services/WindowServer
Andreas Kling af7800d947 WindowServer: Flash modal window when clicking on window blocked by it
This makes window modality a bit more discoverable by indicating to the
user that the modal window must be closed before mouse interaction is
possible in the clicked window.
2021-01-01 01:10:53 +01:00
..
AppletManager.cpp Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
AppletManager.h Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
Button.cpp WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
Button.h
ClientConnection.cpp WindowServer: Added IPC requests for getting and setting mouse settings 2020-12-30 11:58:52 +01:00
ClientConnection.h WindowServer: Added IPC requests for getting and setting mouse settings 2020-12-30 11:58:52 +01:00
CMakeLists.txt
Compositor.cpp WindowServer: Remove unnecessary clang-format disabler comment 2020-12-28 11:41:09 +01:00
Compositor.h WindowServer: Don't lookup configuration values in compose() 2020-12-28 11:41:09 +01:00
Cursor.cpp WindowServer: Validate cursor type in SetWindowCursor message handler 2020-12-25 23:07:06 +01:00
Cursor.h WindowServer: Add the ability to animate cursors 2020-12-17 19:40:05 +01: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: Added configurable mouse acceleration and scroll length 2020-12-30 11:58:52 +01:00
Menu.cpp LibGFX: Move default_xxx_font() methods from Font to FontDatabase 2020-12-30 20:40:30 +01:00
Menu.h LibGFX: Move default_xxx_font() methods from Font to FontDatabase 2020-12-30 20:40:30 +01:00
MenuBar.cpp LibGFX: Move default_xxx_font() methods from Font to FontDatabase 2020-12-30 20:40:30 +01:00
MenuBar.h
MenuItem.cpp
MenuItem.h
MenuManager.cpp WindowServer: Don't crash when pressing return after opening menu 2020-12-07 19:40:12 +01:00
MenuManager.h
Screen.cpp WindowServer: Added configurable mouse acceleration and scroll length 2020-12-30 11:58:52 +01:00
Screen.h WindowServer: Added configurable mouse acceleration and scroll length 2020-12-30 11:58:52 +01:00
Window.cpp WindowServer: Send WindowDeactivated event to windows blocked by modal 2020-12-31 14:31:05 +01:00
Window.h WindowServer: Allow for more flexible tiling 2020-12-06 00:19:04 +01:00
WindowClient.ipc LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
WindowFrame.cpp WindowServer: Flash modal window when clicking on window blocked by it 2021-01-01 01:10:53 +01:00
WindowFrame.h WindowServer: Flash modal window when clicking on window blocked by it 2021-01-01 01:10:53 +01:00
WindowManager.cpp WindowServer: Flash modal window when clicking on window blocked by it 2021-01-01 01:10:53 +01:00
WindowManager.h WindowServer: Added configurable mouse acceleration and scroll length 2020-12-30 11:58:52 +01:00
WindowServer.ipc WindowServer: Added IPC requests for getting and setting mouse settings 2020-12-30 11:58:52 +01:00
WindowSwitcher.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
WindowSwitcher.h
WindowType.h