index
:
dam/task-time-tracker
master
A tool to keep track of the time spent on tasks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ttt.jai
Age
Commit message (
Collapse
)
Author
2023-12-24
Starting to implement graphics styles.
dam
2023-12-24
Draw table and fixed totals position.
dam
2023-12-22
Fixed bug in count_digits. Converted print_time to TUI.
dam
2023-12-21
Started to use TUI in ttt.
dam
2023-12-20
Trying to fix get_key to behave well when it's buffer is full.
dam
2023-12-20
Attempt at implementing Key and get_key().
dam
2023-12-17
It seems we arrived a good compromise for the Key structure.
dam
2023-12-15
WIP: Trying to define Key.
dam
2023-12-14
Merge changes from black and red.
dam
2023-12-14
Testing Key structures and procedures.
dam
2023-12-13
Improved TUI tests.
dam
2023-12-12
Improved tests and tried to implement tcsetattr by relying only on ioctl.
dam
2023-12-11
Add set_terminal_title procedure.
dam
2023-12-08
Made get_terminal_size and get_cursor_position more robust.
dam
2023-11-21
Cleanup get_str procedure and TUI/unix.
dam
2023-11-11
Reading input was greatly simplified.
dam
2023-10-24
Prototype of process_input that does not block reading.
dam
2023-10-16
Improved input reading to wait for event instead of pooling.
dam
2023-10-16
First prototype of TUI reading the input using another thread.
dam
2023-09-28
Working read_input prototype.
dam
2023-09-23
Implemented basic read_input for windows.
dam
2023-09-21
Fixed draw_box procedure. Added buggy prototype for read_input.
dam
2023-09-20
Moved TUI into a module with split OS-based implementations.
dam
2023-09-20
Prepare TUI for windows.
dam
2023-09-19
First implementation of vterm window size query.
dam
2023-09-15
Added QueryWindowSizeInChars to tui.jai.
dam
2023-09-12
Adding a terminal user interface module (like ncurses but way simpler).
dam
2023-08-29
Attempting to replace ncurses.
dam
2023-08-24
Replacing ncurses with tio.
dam
2023-08-19
Selected implementation for update_total_times.
dam
2023-08-19
Performance analysis on loop unrolling.
dam
2023-08-19
Testing performance.
dam
2023-08-19
Testing performance of different loop approaches.
dam
2023-08-17
WIP Code cleanup.
v2.0-alpha
dam
2023-08-15
Fixed coalesce feature.
dam
2023-08-08
Implemented coalesce functionality.
dam
2023-07-31
WIP : Added notes to fix delete_task.
dam
2023-07-29
Fixed another bug on add_task.
dam
2023-07-29
Fixed bug when trying to duplicate entries.
dam
2023-07-28
Removed saturating arithmetic test code.
dam
2023-07-28
Shrink database... just for fun.
dam
2023-07-28
Prototype implementation of coalesce feature.
dam
2023-07-18
Cleaning up.
dam
2023-07-09
Now using saturating arithmetic lib. Fix jai breaking changes (no longer ↵
dam
possible to use forward declared procedures).
2023-05-02
Prototyping branchless integer saturated arithmetics.
dam
2023-04-29
Comparing add_s64 implementations.
dam
2023-04-29
Prototyping sat_s64 add/sub procedures.
dam
2023-04-21
Fixed bugs on update_times.
dam
2023-04-20
Fixed bug on sort by feature: now it keeps track of active task.
dam
2023-04-20
NOTE: The sort by feature has (at least) one bug.
dam
[prev]
[next]