1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:58:12 +00:00
serenity/Userland
Andreas Kling 230f7ce71c Revert "LibGUI: Ignore the Enter event by default"
This reverts commit a5a32fbcce.

This change was wrong: it's fine for a child widget to receive an enter
event despite its parent never getting one. Only the widget directly
under the mouse cursor is considered hovered for enter/leave purposes.
2021-07-28 21:28:56 +02:00
..
Applets LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
Applications ThemeEditor: Initialize color input to Gfx::ColorRole::Window 2021-07-28 19:07:15 +02:00
Demos Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
DevTools HackStudio: Tweak splitter spacings in the main UI 2021-07-28 20:24:56 +02:00
DynamicLoader DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
Games Spider: Make statusbar high score display configurable 2021-07-27 16:53:56 +02:00
Libraries Revert "LibGUI: Ignore the Enter event by default" 2021-07-28 21:28:56 +02:00
Services WindowServer: Don't draw separator between pin window & close for modals 2021-07-28 18:32:06 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g' 2021-07-27 13:08:43 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00