Andreas Kling
cf3b58fbe8
Services: Renamed from Servers
...
It didn't feel right to have a "DHCPClient" in a "Servers" directory.
Rename this to Services to better reflect the type of programs we'll
be putting in there.
2020-05-08 21:57:44 +02:00
Andreas Kling
a31ca1282e
Base: Rename /dev/psaux to /dev/mouse
...
Since this device doesn't actually hand out raw PS/2 aux packets,
let's just call it "mouse" instead. :^)
2020-02-18 14:30:39 +01:00
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
Andreas Kling
f24a6a7574
WindowServer: Fix wrong-sized read() from keyboard
...
It's unfortunate that WindowServer::KeyEvent and the kernel KeyEvent
have the same name here.
Fixes #1190 .
2020-02-07 00:01:28 +01:00
Andreas Kling
0709c17487
WindowServer: Fix assertion on key press
2020-02-06 20:21:49 +01:00
Andreas Kling
73110e25a9
WindowServer: Move classes into WindowServer namespace
...
Also remove the leading WS from names and filenames.
2020-02-06 20:03:37 +01:00