summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-06-11Convert runtime-loaded l10n to string literals chosen at compile timertk0c
2021-06-10Polish UI and add translationsrtk0c
2021-06-09Refactor asset management UI into AssetListrtk0c
2021-06-08Fix includesrtk0c
2021-06-07Complete asset loading/saving and UI management logicrtk0c
2021-06-05Initial work on asset system (does not compile)rtk0c
2021-06-05Merge UIState into GlobalStatesrtk0c
2021-06-03Dictionary value (string key)rtk0c
2021-06-03List valuertk0c
2021-06-03Rename TransactionsModel to MainDatabasertk0c
2021-06-03Create template inheritance hierarchy, object value RTTI systemrtk0c
2021-05-31Fix standard incompetence found by MSVCrtk0c
- requires-expression still not working, because they aren't supported yet outside of a concept
2021-05-30Run dos2unix all all filesrtk0c
2021-05-30Un-hardcoded use of TableTemplateUI in template management dialogsrtk0c
2021-05-30Initial work on templates UIrtk0c
2021-05-29Table instaciation to xlsx completertk0c
2021-05-29More work on TableTemplatertk0c
2021-05-25More work on workflow management UIrtk0c
2021-05-21Fix type and field the same namertk0c
2021-05-16TableTemplate draftrtk0c
2021-05-14Node graph editor basic functionalityrtk0c
2021-05-12Start to work on actually rendering the node graphrtk0c
2021-05-09Restore connection mechanism to simple one-to-one modertk0c
2021-05-09Add unique id to workflow componentsrtk0c
2021-05-09Work on workflow modulertk0c
2021-05-09Remove UNREACHABLE macrosrtk0c
2021-05-09Remove ##prefix on tab bar and table idsrtk0c
2021-05-09Fix rowid 1 vs 0 indexing offset problem (by using a custom Id column with 0 ↵rtk0c
indexing), switch child-class-providing-entry-specific-impls to a if constexpr() based template approach
2021-05-08Deliveries table working, item columnrtk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-28Add table visualization for purchasesrtk0c
2021-04-28Code cleanup, fix database view paging and selectionrtk0c
2021-04-26Serialization for workflow stuffrtk0c
2021-04-24Second draft of graph rebuildrtk0c
- Change working set approach to basic BFS with dependency (input pins) counting - TODO convert evaluator to use depths
2021-04-21Draft of workflow graph rebuild algorithm (working set based)rtk0c
2021-04-19Split workflow into multiple files, fix unity buildrtk0c
2021-04-18Initial work on evaluationrtk0c
2021-04-17Add implotrtk0c
2021-04-17Change imnodes to imgui-node-editor (more mature, more features)rtk0c
2021-04-17Initial work on one-to-many/many-to-one connectionsrtk0c
2021-04-16More work on workflowsrtk0c
- WorkflowStep -> WorkflowNode - Added initial kinds of WorkflowNode's
2021-04-14Initial work on workflowsrtk0c
2021-04-10Add dx11, dx12, and vulkan backendsrtk0c
2021-04-09Fix crash on load entriesrtk0c
- TODO format time properly - TODO add Purchases table visualization
2021-04-08Initial work on table visualizerrtk0c
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-29Replace Dialog.hpp with portable-file-dialogs, more work on projectsrtk0c
2021-03-29More work on project tabrtk0c