ladybird/Userland
Jelle Raaijmakers 83dfc4aa46 LibGUI/Window: Do not reset mouse cursor on show()
Window::m_cursor already has ::None as its default value, so let's not
overwrite its value if it was set to something else.
2021-04-27 08:58:13 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications FontEditor: Don't put invalid clicks on the undo stack 2021-04-26 18:43:35 +02:00
Demos Demos: Add Starfield screensaver demo 2021-04-26 23:13:27 +02:00
DevTools Profiler: Use NonnullOwnPtr for libraries 2021-04-26 17:13:55 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibGUI/Window: Do not reset mouse cursor on show() 2021-04-27 08:58:13 +02:00
Services Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Shell Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
Tests AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
Utilities Utilities: Make ls respect options when specifying more than one path 2021-04-26 18:44:30 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00