serenity/Userland/Services
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
..
AudioServer AudioServer: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
ChessEngine Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Clipboard Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
ConfigServer ConfigServer: Sync config files to disk automatically 2021-10-14 21:41:48 +02:00
CrashDaemon CrashDaemon: Stop automatically compressing coredumps 2021-10-08 00:35:29 +02:00
DHCPClient Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
EchoServer EchoServer: Defer removal of client from clients HashMap 2021-10-23 13:57:42 +02:00
FileOperation FileOperation: Deduplicate file names on move 2021-10-31 12:36:35 +01:00
FileSystemAccessServer Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
ImageDecoder Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
InspectorServer Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyboardPreferenceLoader Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LaunchServer Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LoginServer LoginServer: Capitalize username and password fields 2021-10-21 16:08:13 +01:00
LookupServer LibC+LookupServer: Use u32 for the endpoint magic 2021-11-05 00:17:01 +03:30
NotificationServer Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
RequestServer Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SpiceAgent Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SQLServer SQLServer: Remove unnecessary magic number 2021-11-05 00:17:01 +03:30
SystemServer SystemServer: Rename 'BootModes' config option to 'SystemModes' 2021-10-25 23:38:28 +02:00
Taskbar Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
TelnetServer TelnetServer: Defer removal of client from clients HashMap 2021-10-23 13:57:36 +02:00
WebContent Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
WebServer Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
WebSocket Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
WindowServer WindowServer: Remove redundant check in MenuManager::open_menu() 2021-11-05 01:37:00 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00