ladybird/Userland
Andreas Kling 4895f46d8c WindowServer: Make various functions take MouseEvent by const reference
Some paths of the mouse event processing code will upgrade the event
from a regular MouseDown to a MouseDoubleClick. That's why we were
passing `MouseEvent&` everywhere.

For the paths that don't need to do this, passing `MouseEvent const&`
reduces the cognitive burden a bit, so let's do that.
2021-06-18 17:55:41 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications Browser: Add setting to change homepage URL 2021-06-18 10:20:24 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools LibJS: Replace boolean without_side_effects parameters with an enum 2021-06-17 16:52:15 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Libraries LibGUI: Don't restart AbstractView drag on mousemove after escape key 2021-06-18 17:40:05 +02:00
Services WindowServer: Make various functions take MouseEvent by const reference 2021-06-18 17:55:41 +02:00
Shell Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Utilities Userland/Libraries: Add LibUSBDB library 2021-06-18 17:04:57 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00