index
:
cplt
cplt-imgui
cplt-qt
master
Spreadsheets but better
rtk0c
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2022-06-27
Start from a clean slate
rtk0c
2022-06-27
Convert CMakeLists.txt to use globs
rtk0c
2022-06-27
Convert 2 separate main + test exe to a single one, controlled by build flag
rtk0c
2022-05-22
Vendor SQLiteCpp completely for internal patching
rtk0c
2022-05-22
Get rid of the annoying wrong "dereferencing null pointer" warnings
rtk0c
2022-03-15
Temporarily switch to cstdio instead of custom FileStream implementation
rtk0c
2022-02-19
Fix build errors and update all dependencies to latest version
rtk0c
2021-11-12
Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ...
rtk0c
2021-11-10
Switch more IO to use DataArchive
rtk0c
2021-09-06
Fix all compile errors, remove OperateIOProxy requirement from DataStream api
rtk0c
2021-09-04
Migrate Template and TableTemplate to use DataStream
rtk0c
2021-08-29
Change DataStream to use FileStream instead of std::fstream
rtk0c
2021-08-29
Initial draft of FileStream
rtk0c
2021-08-22
Split DataStream into InputDataStream and OutputDataStream
rtk0c
2021-08-21
DataArchive system which saves in native endian (for better performance worki...
rtk0c
2021-08-21
Revamp CMakeLists.txt to use a big list of sources, instead of multiple varia...
rtk0c
2021-08-21
Add read/write logic for all ints and floats
rtk0c
2021-08-15
Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"
rtk0c
2021-08-15
Turn IO adapter's mechanism from function overload into structs that are give...
rtk0c
2021-08-15
More work on IO adapters (not working)
rtk0c
2021-08-15
Initial work on data streams
rtk0c
2021-08-15
Fix issues and cleanup
rtk0c
2021-07-07
Finalize table row/column resizers
rtk0c
2021-07-06
Experimenting with table row/column sizers
rtk0c
2021-07-04
Improve table cell visuals
rtk0c
2021-06-30
Fix notable warnings (from gcc)
rtk0c
2021-06-30
Fix table parameter map is not updated with the UI
rtk0c
2021-06-28
Add table content list, cell status indicator
rtk0c
2021-06-21
Implement array group conversion logic
rtk0c
2021-06-19
Add cell type conversion mechanism
rtk0c
2021-06-14
Table cell text rendering and inspector
rtk0c
2021-06-13
Move UI_Workflows.cpp > WorkflowCategory to be a part of WorkflowNode's RTTI
rtk0c
2021-06-12
Add l10n to previously hard coded strings
rtk0c
2021-06-13
Add table UI and single cell properties
rtk0c
2021-06-11
More UI polishing and fix asset saving/reloading
rtk0c
2021-06-11
Convert runtime-loaded l10n to string literals chosen at compile time
rtk0c
2021-06-10
Polish UI and add translations
rtk0c
2021-06-09
Refactor asset management UI into AssetList
rtk0c
2021-06-08
Fix includes
rtk0c
2021-06-07
Complete asset loading/saving and UI management logic
rtk0c
2021-06-05
Initial work on asset system (does not compile)
rtk0c
2021-06-05
Merge UIState into GlobalStates
rtk0c
2021-06-03
Dictionary value (string key)
rtk0c
2021-06-03
List value
rtk0c
2021-06-03
Rename TransactionsModel to MainDatabase
rtk0c
2021-06-03
Create template inheritance hierarchy, object value RTTI system
rtk0c
2021-05-31
Fix standard incompetence found by MSVC
rtk0c
2021-05-30
Run dos2unix all all files
rtk0c
2021-05-30
Un-hardcoded use of TableTemplateUI in template management dialogs
rtk0c
2021-05-30
Initial work on templates UI
rtk0c
[next]