banan-os/userspace/WindowServer
Bananymous c2b6ba0d5a Userspace: Start work on GUI and WindowServer
Current implementation can create custom windows and each window has
its own framebuffer. When window wants to write its framebuffer to the
screen it will send a message to the WindowServer using unix sockets.
2024-05-29 16:00:54 +03:00
..
CMakeLists.txt Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Cursor.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Framebuffer.cpp Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Framebuffer.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Utils.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Window.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
WindowServer.cpp Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
WindowServer.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
main.cpp Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00