Luna/gui/wind
apio 140910763e
All checks were successful
Build and test / build (push) Successful in 1m56s
all: Reorder directory structure
Why are command-line utilities stored in "apps"?
And why are apps like "editor" or "terminal" top-level directories?
Command-line utilities now go in "utils".
GUI stuff now goes in "gui".
This includes: libui -> gui/libui, wind -> gui/wind, GUI apps -> gui/apps, editor&terminal -> gui/apps...
System services go in "system".
2024-07-21 13:24:46 +02:00
..
Client.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00
CMakeLists.txt all: Reorder directory structure 2024-07-21 13:24:46 +02:00
IPC.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
IPC.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Keyboard.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Keyboard.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00
main.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Mouse.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Mouse.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Screen.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Screen.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Window.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
Window.h all: Reorder directory structure 2024-07-21 13:24:46 +02:00