aboutsummaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/main.cpp
AgeCommit message (Collapse)Author
2022-06-30Restructure projectrtk0c
2022-02-19Fix build errors and update all dependencies to latest versionrtk0c
- Fixed doctest executable not compiling - Fixed class accessibility error in Workflow_Main.cpp - Fixed selection of OpenGL loader in imgui OpenGL 2 & 3 backends - All loading is handled in our code now, the imgui_*_backend.cpp files are instructed to do nothing
2021-11-12Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ↵rtk0c
builtin macros, and add win32 support to FileStream
2021-06-11Convert runtime-loaded l10n to string literals chosen at compile timertk0c
2021-06-05Merge UIState into GlobalStatesrtk0c
2021-05-30Initial work on templates UIrtk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-14Initial work on workflowsrtk0c
2021-04-10Add dx11, dx12, and vulkan backendsrtk0c
2021-04-01Initial work on SQLite databasertk0c
2021-03-31Complete items tab (UI and serialization)rtk0c
2021-03-30Product items and misc stuffrtk0c
2021-03-29More work on project tabrtk0c
2021-03-29Project tabrtk0c
2021-03-29UI big structurertk0c
2021-03-28Add FontAwesome icon setrtk0c
2021-03-28Fix backend compiling/loading mechanismrtk0c
2021-03-28Initial code structurertk0c