Andreas Kling
|
26230c0647
|
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
This hack is no longer needed now that we have a Finalizer process that can
take locks without having to worry about the interrupt flag.
|
2019-02-11 13:05:51 +01:00 |
|
Andreas Kling
|
004aad0995
|
WindowServer: Set the WSMessageLoop::server_process() as early as possible.
|
2019-02-08 09:47:57 +01:00 |
|
Andreas Kling
|
a1b63bb6d4
|
Bootloader: Locate the kernel's data segment and clear it.
This was a constant source of stupid bugs and I kept postponing it because
I wasn't in the mood to write assembly code. Until now! :^)
|
2019-02-06 16:02:10 +01:00 |
|
Andreas Kling
|
5c25f0c4db
|
Destroy all remaining windows in a process when it dies.
|
2019-01-30 19:35:38 +01:00 |
|
Andreas Kling
|
244d5bcce1
|
WindowServer: More event -> message renaming.
|
2019-01-26 05:35:45 +01:00 |
|
Andreas Kling
|
bba21adae3
|
WindowServer: Rename WSEvent to WSMessage.
Also do the same for WSMessageLoop and WSMessageReceiver. More to come.
|
2019-01-26 05:28:02 +01:00 |
|