ladybird/Servers
Andreas Kling 3ce80bec97 WindowServer+LibGUI: Add a "drag move" event
This allows windows/widgets to learn when something is being dragged
over them. They can then repaint themselves somehow to indicate that
they are willing to accept a drop.

Currently this is piggybacking somewhat on the mouse event mechanism
in WindowServer. I'm not sure that's the best design but it seemed
easier to do it this way right now.
2020-02-13 21:43:32 +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 SystemServer: Limit service restarts 2020-02-07 12:10:56 +01:00
TelnetServer TelnetServer: Protect the Client object during drain_socket() 2020-02-08 19:12:52 +01:00
TTYServer TTYServer: Include AK/LogStream.h for dbg() 2020-02-05 18:39:45 +01:00
WebServer WebServer: Ensure directory listing URLs end with a slash 2020-02-13 20:06:32 +01:00
WindowServer WindowServer+LibGUI: Add a "drag move" event 2020-02-13 21:43:32 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00