serenity/Userland
Andreas Kling 5f8c949ea1 WindowServer: Remove redundant check in MenuManager::open_menu()
We've already returned early if the menu is open, so there's no need to
verify that it isn't present in the stack of open menus before pushing
it onto said stack.
2021-11-05 01:37:00 +01:00
..
Applets Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Applications SoundPlayer: Allow playback progress slider jump to cursor 2021-11-04 23:45:26 +01:00
Demos Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
DevTools Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Libraries LibJS: Adjust approximated result in year_from_time() if necessary 2021-11-05 01:18:27 +01:00
Services WindowServer: Remove redundant check in MenuManager::open_menu() 2021-11-05 01:37:00 +01:00
Shell Everywhere: Remove unused ArgsParser header 2021-11-01 21:12:58 +01:00
Utilities shot: Fix hanging due to zero sized Rect 2021-11-05 00:10:23 +01:00
CMakeLists.txt