serenity/Userland/Services
Mike Akers 9a908748e0 WindowServer: Prevent menubar menus from appearing off screen
Adds some logic to reposition menus that would appear off the right or
bottom edge of the screen so they appear completely on screen.

Co-authored-by: Sam Atkins <atkinssj@gmail.com>
2022-06-20 16:49:31 +01:00
..
AudioServer LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
ChessEngine Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Clipboard Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConfigServer LibConfig+ConfigServer: Write config values synchronously 2022-04-26 22:51:49 +02:00
CrashDaemon Services: Use Core::Process::spawn() for common process spawn pattern 2022-06-03 12:29:56 +01:00
DHCPClient DHCPClient: Don't reset the interface if its already configured 2022-05-31 13:21:19 +04:30
EchoServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
FileOperation LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
FileSystemAccessServer LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
ImageDecoder Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
InspectorServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
KeyboardPreferenceLoader LibCore: Automatically create config directories if necessary 2022-04-11 00:08:48 +02:00
LaunchServer Services: Use Core::Process::spawn() for common process spawn pattern 2022-06-03 12:29:56 +01:00
LoginServer LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
LookupServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
NetworkServer NetworkServer: Support setting default gateway 2022-05-28 23:33:46 +01:00
NotificationServer LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
RequestServer RequestServer+LibProtocol: Allow users to specify a per-request proxy 2022-04-09 12:21:43 +02:00
SpiceAgent Services: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
SQLServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SystemServer SystemServer: Detect spawning user for AcceptSocketConnections services 2022-06-10 14:20:07 +01:00
Taskbar Taskbar: Handle an override theme being active 2022-06-17 19:46:30 +01:00
TelnetServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
WebContent LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI 2022-06-20 12:55:50 +01:00
WebServer LibCore+Everywhere: Make Core::Stream read_until() return Bytes 2022-04-16 13:27:51 -04:00
WebSocket Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowServer WindowServer: Prevent menubar menus from appearing off screen 2022-06-20 16:49:31 +01:00
CMakeLists.txt NetworkServer: Add a new NetworkServer service 2022-05-26 21:47:27 +01:00