summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WMConnectionFromClient.h
AgeCommit message (Collapse)Author
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
The hot-spots for resizing a window by dragging its corner are now limited to a small area around the actual corner instead of an area with 1/3rd the length or width of the window. The hot-spots to resize a window while holding a modifier key and the right mouse button are unchanged.
2022-07-21Keymap+WindowServer: Add context menu to keymap appletTimur Sultanov
Adding a context menu which lists configured keymaps and allows setting the active keymap
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
This was done with CLion's automatic rename feature and with: find . -name ClientConnection.h | rename 's/ClientConnection\.h/ConnectionFromClient.h/' find . -name ClientConnection.cpp | rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'