aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
AgeCommit message (Collapse)Author
2024-08-28Update TUI module to fix memory leak; Only sort if tasks are available.v3.2dam
2024-07-24Improved robustness of CSV line parsing.v3.1dam
2024-07-24Store all user data as CSV files.v3.0dam
2024-06-04Fix data path finding when no system folders are found.v2.2dam
2024-06-01Improved data storage path search.v2.1dam
2024-05-29Updated documentation and licenses for release.dam
2024-05-20Updated TUI module to clear inside error message box.dam
2024-05-18Updated modules.dam
2024-05-16Imported new module structure.dam
2024-05-13Finish last TODO.dam
2024-05-12Added licensing model.dam
2024-05-11Code cleanup on import_from_csv.dam
2024-05-11Improved help text.dam
2024-05-11Fixed type on error message.dam
2024-05-11Solved memory leak.dam
2024-05-11Reviewed import_from_csv procedure.dam
2024-05-11Cleanup some debug code.dam
2024-05-11Using dynamic memory allocation for draw buffer/string builder.dam
2024-05-11Fixed error messages and how they're displayed.dam
2024-05-10Fixed styles to work better both on white and dark themes.dam
2024-05-10Made start day of week configurable via input arg. Fixed display of time ↵dam
with decimals.
2024-05-10Replaced adjust_first_day_of_week table to be more readable.dam
2024-05-10Reduced draw calls when no input is happening.dam
2024-05-09Added possible solution for active/selected task pointers potential issue.dam
2024-05-09Renamed stuff to make TUI output builder purpose more clear.dam
2024-05-09WIP : Renaming TUI print/write procedures.dam
2024-05-09Fixed TUI module to allow returning results in temporary memory.dam
2024-05-08Added TODO entry.dam
2024-05-07Fixed two very nasty bugs.dam
2024-05-07WIP : Improve draw_user_interface by using buffer on the print/write calls.dam
2024-05-07Fixed biggest performance bottleneck on draw_user_interface: print white spaces.dam
2024-05-06WIP : Improve performance of draw_user_interface.dam
2024-05-06Cleanup UTF helper.dam
2024-05-05Finished first version of TUI.dam
2024-05-05Fixed memory leaks.dam
2024-05-05Implemented default background and foreground colors.dam
2024-05-05WIP : Cleanup TUI module scope.dam
2024-05-04WIP : Cleanup TUI module. Finally decided to go with hard-asserts (vs ↵dam
soft-errors/logs).
2024-05-03WIP : Cleaning up TUI module.dam
2024-05-02WIP : Using string builder to improve TUI performance.dam
2024-04-30WIP : OMG I add copied octal values from C which became decimal ones in jai.dam
2024-04-30WIP : Add logger and cleanup TUI module.dam
2024-04-15Improved TUI logger; added snake example using TUI.dam
2024-04-15Add module logger that switches between main/alternate screen buffers to ↵dam
write logs.
2024-04-14Add validation to COLOR_MODE module parameter.dam
2024-04-11Added UTF8 support to read_input_line.dam
2024-04-09Clear style when stoping TUI.dam
2024-04-07Preparing for UTF8 support on read_input_line.dam
2024-04-07Fixed input width.dam
2024-04-07Add/remove TODO entries.dam