ladybird/Servers
Andreas Kling cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations
These fields are intended to carry the real meat of a drag operation,
and the "text" is just for what we show on screen (alongside the cursor
during the actual drag.)

The data field is just a String for now, but in the future we should
make it something more flexible.
2019-12-20 20:07:10 +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+LibGUI: Add data_type and data fields to drag operations 2019-12-20 20:07:10 +01:00