ladybird/Userland/Services
Liav A b69c8b48fc WindowServer: Separate physical resolution from scaling factors
Physical hardware doesn't care about scale factors as this is a concept
being related to WindowServer and userland applications. To ensure we
provide the correct display resolution details to HardwareScreenBackend
objects, we must keep a separate Gfx::IntRect object that reserve the
correct details.
2022-05-06 23:38:08 +02: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 Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DHCPClient DHCPClient: Don't crash if DHCP options contain no gateway 2022-05-03 12:37:51 +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 Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +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 Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LoginServer LoginServer: Change login fail message to avoid enumeration attacks 2022-04-26 21:57:24 -07:00
LookupServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04: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: Boot to text mode if there are no device nodes at /dev/gpu 2022-05-06 12:28:19 +02:00
Taskbar LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
TelnetServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
WebContent LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02: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: Separate physical resolution from scaling factors 2022-05-06 23:38:08 +02:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00