ladybird/WindowServer
Andreas Kling 731fc5a7c8 Kernel: Much improved BochsVGA (BXVGA) support.
Instead of cowboy-calling the VESA BIOS in the bootloader, find the emulator
VGA adapter by scanning the PCI bus. Then set up the desired video mode by
sending device commands.
2019-02-06 10:17:26 +01:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
main.cpp Kernel: Much improved BochsVGA (BXVGA) support. 2019-02-06 10:17:26 +01:00
WSMessage.h Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
WSMessageLoop.cpp Destroy all remaining windows in a process when it dies. 2019-01-30 19:35:38 +01:00
WSMessageLoop.h Destroy all remaining windows in a process when it dies. 2019-01-30 19:35:38 +01:00
WSMessageReceiver.cpp WindowServer: Rename WSEvent to WSMessage. 2019-01-26 05:28:02 +01:00
WSMessageReceiver.h WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSScreen.cpp Kernel: Much improved BochsVGA (BXVGA) support. 2019-02-06 10:17:26 +01:00
WSScreen.h Kernel: Much improved BochsVGA (BXVGA) support. 2019-02-06 10:17:26 +01:00
WSWindow.cpp Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
WSWindow.h WindowServer: Sever the WSWindow/Process link when the process dies. 2019-02-05 08:32:32 +01:00
WSWindowManager.cpp WindowServer: Tweak window title bar look. 2019-02-05 13:20:36 +01:00
WSWindowManager.h Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00