ladybird/Servers/WindowServer
Andreas Kling fbe9aad70a WindowServer: Clear the current resize candidate when in menus
While the menu system is swallowing mouse events, just clear any resize
candidate we had set. This ensures that we don't end up with a resize
cursor when slipping into a menu-controlled part of the screen.

Fixes #1306.
2020-03-01 14:21:38 +01:00
..
AppletManager.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
AppletManager.h
Button.cpp
Button.h
ClientConnection.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
ClientConnection.h WindowServer+LibGUI: Allow changing a window's base size and increment 2020-02-24 19:23:57 +01:00
Clipboard.cpp
Clipboard.h
Compositor.cpp WindowServer: Remove some old unused debugging code from Compositor 2020-02-28 12:55:58 +01:00
Compositor.h WindowServer: Remove some old unused debugging code from Compositor 2020-02-28 12:55:58 +01:00
Cursor.cpp
Cursor.h
Event.h
EventLoop.cpp
EventLoop.h
main.cpp
Makefile
Menu.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Menu.h
MenuBar.cpp
MenuBar.h
MenuItem.cpp
MenuItem.h
MenuManager.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
MenuManager.h
Screen.cpp WindowServer: Return richer result when changing resolutions 2020-02-28 12:16:05 +01:00
Screen.h WindowServer: Return richer result when changing resolutions 2020-02-28 12:16:05 +01:00
Window.cpp
Window.h
WindowClient.ipc
WindowFrame.cpp
WindowFrame.h
WindowManager.cpp WindowServer: Clear the current resize candidate when in menus 2020-03-01 14:21:38 +01:00
WindowManager.h WindowServer: Remove a whole bunch of unused WindowManager members 2020-03-01 14:13:05 +01:00
WindowServer.ipc Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
WindowSwitcher.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
WindowSwitcher.h
WindowType.h