Idan Horowitz
db409db4e9
WindowServer: Added configurable mouse acceleration and scroll length
...
The settings are also saved to the config file to survive reboots.
2020-12-30 11:58:52 +01:00
Andreas Kling
a50a9d67ee
WindowServer: Close the framebuffer fd in ~Screen()
2020-08-17 18:05:35 +02:00
Andreas Kling
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
2020-07-04 17:22:23 +02:00
Hüseyin ASLITÜRK
2f7e5a5e40
WindowServer: Replace character with code point
...
Replace u8 data type width u32. Remove character property from event and add code_point property for represent UTF-8 character.
2020-06-16 13:15:17 +02:00
Hüseyin ASLITÜRK
9ec6ac31b8
WindowsServer: Add scancode value to KeyEvent
2020-06-03 21:52:40 +02:00
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