ladybird/Servers
Andreas Kling 982eb996f7 WindowServer: Process multiple mouse packets at the same time
We can often get multiple packets in one read() syscall, so let's know
how to deal with that to reduce syscall traffic during interactivity.
2020-02-07 11:34:14 +01:00
..
AudioServer IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
LookupServer LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ProtocolServer IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
SystemServer LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TelnetServer LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TTYServer TTYServer: Include AK/LogStream.h for dbg() 2020-02-05 18:39:45 +01:00
WindowServer WindowServer: Process multiple mouse packets at the same time 2020-02-07 11:34:14 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00