ladybird/Servers
Andreas Kling df129bbe0e WindowServer+CPUGraph: Make menu applets be "regular" windows
Instead of implementing menu applets as their own thing, they are now
WSWindows of WSWindowType::MenuApplet.

This makes it much easier to work with them on the client side, since
you can just create a GWindow with the right type and you're in the
menubar doing applet stuff :^)
2019-12-16 15:05:45 +01:00
..
AudioServer AudioServer: Set the mixer thread name to "AudioServer[mixer]" 2019-12-08 14:09:29 +01:00
LookupServer LookupServer: Port to socket takeover 2019-11-26 19:58:25 +01:00
ProtocolServer LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
SystemServer SystemServer: Implement lazy spawning 2019-11-26 19:58:25 +01:00
TelnetServer AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer+CPUGraph: Make menu applets be "regular" windows 2019-12-16 15:05:45 +01:00