aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
AgeCommit message (Expand)Author
2023-12-11Add set_terminal_title procedure.dam
2023-12-08Made get_terminal_size and get_cursor_position more robust.dam
2023-11-21Cleanup get_str procedure and TUI/unix.dam
2023-11-11Reading input was greatly simplified.dam
2023-10-24Prototype of process_input that does not block reading.dam
2023-10-16Improved input reading to wait for event instead of pooling.dam
2023-10-16First prototype of TUI reading the input using another thread.dam
2023-09-28Working read_input prototype.dam
2023-09-23Implemented basic read_input for windows.dam
2023-09-21Fixed draw_box procedure. Added buggy prototype for read_input.dam
2023-09-20Moved TUI into a module with split OS-based implementations.dam
2023-09-20Prepare TUI for windows.dam
2023-09-19First implementation of vterm window size query.dam
2023-09-15Added QueryWindowSizeInChars to tui.jai.dam
2023-09-12Adding a terminal user interface module (like ncurses but way simpler).dam
2023-08-29Attempting to replace ncurses.dam
2023-08-24Replacing ncurses with tio.dam
2023-08-19Selected implementation for update_total_times.dam
2023-08-19Performance analysis on loop unrolling.dam
2023-08-19Testing performance.dam
2023-08-19Testing performance of different loop approaches.dam
2023-08-17WIP Code cleanup.v2.0-alphadam
2023-08-15Fixed coalesce feature.dam
2023-08-08Implemented coalesce functionality.dam
2023-07-31WIP : Added notes to fix delete_task.dam
2023-07-29Fixed another bug on add_task.dam
2023-07-29Fixed bug when trying to duplicate entries.dam
2023-07-28Removed saturating arithmetic test code.dam
2023-07-28Shrink database... just for fun.dam
2023-07-28Prototype implementation of coalesce feature.dam
2023-07-18Cleaning up.dam
2023-07-09Now using saturating arithmetic lib. Fix jai breaking changes (no longer poss...dam
2023-05-02Prototyping branchless integer saturated arithmetics.dam
2023-04-29Comparing add_s64 implementations.dam
2023-04-29Prototyping sat_s64 add/sub procedures.dam
2023-04-21Fixed bugs on update_times.dam
2023-04-20Fixed bug on sort by feature: now it keeps track of active task.dam
2023-04-20NOTE: The sort by feature has (at least) one bug.dam
2023-04-20Implemented workspace cleanup and sort by features.dam
2023-04-20Implemented invert tasks order feature.dam
2023-04-19Implemented action to backup and reset all tasks.dam
2023-04-19Fixed bugs on import_from_csv.dam
2023-04-18Fix print of task names on LLVM.dam
2023-04-18Using task index instead of pointer on helper functions.dam
2023-04-16Ported all features to jai.dam
2023-04-15Fix reset_database.dam
2023-04-14Implemented most of missing features.dam
2023-04-14Using resizable array to hold tasks. Implemented create new task, rename task...dam
2023-04-07Porting delete_task - WIP.dam
2023-04-07Ported reset task time feature.dam