serenity/Userland
Tom 26e9140ea1 WindowServer: Fix redrawing menu window that already existed
This fixes redrawing a menu where the window menu is reused at a
different location or with different content.
2021-07-02 13:12:29 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications FileManager: Remove clicked breadcrumbs for non-existing directories 2021-07-01 17:15:26 +04:30
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00
DynamicLoader DynamicLoader: Use string view literal to remove a allocation on startup 2021-07-02 10:51:20 +04:30
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibELF: Use StringView literal to avoid string allocations 2021-07-02 10:51:20 +04:30
Services WindowServer: Fix redrawing menu window that already existed 2021-07-02 13:12:29 +02:00
Shell AK: Remove the LexicalPath::is_valid() API 2021-06-30 11:13:54 +02:00
Utilities LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
CMakeLists.txt