summaryrefslogtreecommitdiff
path: root/ui/window.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-07ui: rename window.h to app_window.hDanny Holman1-33/+0
Rename the main window definition files to app_window. This should differentiate it from a future window class that is part of the engine UI. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-25ui: make initialization functions more consistentDanny Holman1-1/+1
Make the initialization functions more consistent with the rest of the engine. Init functions should have the format `rune_init_<object>`. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-09-17ui: add new subsystemv0.61Danny Holman1-0/+33
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org>