.. |
.gitignore
|
Add basic automatic dependency management to Makefiles.
|
2019-02-02 04:41:59 +01:00 |
main.cpp
|
WindowServer: Set the WSMessageLoop::server_process() as early as possible.
|
2019-02-08 09:47:57 +01:00 |
WSMenu.cpp
|
Add API's and plumbing for WindowServer clients to make menus.
|
2019-02-12 00:52:19 +01:00 |
WSMenu.h
|
Add API's and plumbing for WindowServer clients to make menus.
|
2019-02-12 00:52:19 +01:00 |
WSMenuBar.cpp
|
WindowServer: Start implementing a menu system.
|
2019-02-11 09:47:10 +01:00 |
WSMenuBar.h
|
Add API's and plumbing for WindowServer clients to make menus.
|
2019-02-12 00:52:19 +01:00 |
WSMenuItem.cpp
|
WindowServer: Give menu items an identifier field and add a simple callback.
|
2019-02-11 10:55:02 +01:00 |
WSMenuItem.h
|
WindowServer: Give menu items an identifier field and add a simple callback.
|
2019-02-11 10:55:02 +01:00 |
WSMessage.h
|
Add a simple close button ("X") to windows.
|
2019-02-05 10:31:37 +01:00 |
WSMessageLoop.cpp
|
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
|
2019-02-11 13:05:51 +01:00 |
WSMessageLoop.h
|
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
|
2019-02-11 13:05:51 +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
|
WindowServer: Coordinate double-buffering with the BochsVGA card.
|
2019-02-07 08:56:26 +01:00 |
WSScreen.h
|
Bootloader: Locate the kernel's data segment and clear it.
|
2019-02-06 16:02:10 +01:00 |
WSWindow.cpp
|
WindowServer: Oops, we have to keep processing WSMessages with !m_process.
|
2019-02-11 13:23:26 +01:00 |
WSWindow.h
|
WindowServer: Start implementing a menu system.
|
2019-02-11 09:47:10 +01:00 |
WSWindowManager.cpp
|
Add API's and plumbing for WindowServer clients to make menus.
|
2019-02-12 00:52:19 +01:00 |
WSWindowManager.h
|
Add API's and plumbing for WindowServer clients to make menus.
|
2019-02-12 00:52:19 +01:00 |