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
Age
Commit message (
Expand
)
Author
2024-05-02
WIP : Using string builder to improve TUI performance.
dam
2024-04-30
Removed some 'inline' marks, and added some TODO entries.
dam
2024-04-30
Fixed TUI\unix from c_octal-to-jai mis-conversion.
dam
2024-04-30
WIP : OMG I add copied octal values from C which became decimal ones in jai.
dam
2024-04-30
WIP : Add logger and cleanup TUI module.
dam
2024-04-19
Avoid multiple initializations of key_map.
dam
2024-04-16
Adding error logging on TUI/unix.
dam
2024-04-16
Small improvements on snake example.
dam
2024-04-15
Improved TUI logger; added snake example using TUI.
dam
2024-04-15
Add module logger that switches between main/alternate screen buffers to writ...
dam
2024-04-14
Add validation to COLOR_MODE module parameter.
dam
2024-04-14
Add UTF8 support on windows.
dam
2024-04-11
Added UTF8 support to read_input_line.
dam
2024-04-09
Clear style when stoping TUI.
dam
2024-04-07
Preparing for UTF8 support on read_input_line.
dam
2024-04-07
Fixed input width.
dam
2024-04-07
Add/remove TODO entries.
dam
2024-04-07
Replaced row/column arguments by x/y which are more familiar.
dam
2024-04-07
Fixed missing default style being applied.
dam
2024-04-07
Implement error window.
dam
2024-04-06
Code cleanup.
dam
2024-04-06
Improved user input prompts.
dam
2024-04-06
Added styles.
dam
2024-03-31
WIP : Setup TUI styles.
dam
2024-03-30
Allow to set name on new task.
dam
2024-03-30
Setting up TUI input functions on ttt.
dam
2024-03-29
First version of read_input_line.
dam
2024-03-29
Fixed input echo on read_input_line.
dam
2024-03-29
Fixed cursor control on read_input_line.
dam
2024-03-24
WIP : Added note about bug.
dam
2024-03-24
Implemented hidden input on read_input_line.
dam
2024-03-24
Fixed typo on comment.
dam
2024-03-24
Finished base implementation of read_input_line.
dam
2024-03-24
WIP : Fixing read_input_line.
dam
2024-03-24
Improved robustness and code clarity on get_key.
dam
2024-03-21
Fix get_key to support escape codes.
dam
2024-03-15
Improved key map.
dam
2024-03-14
WIP : Mapping the keyboard codes.
dam
2024-03-13
WIP : Adding more key_map entries
dam
2024-03-11
Removing curses dependency files.
dam
2024-03-11
Added tag v2.0-alpha for changeset e609b3af2b22
dam
2024-03-02
Setup mappings for several different terminals.
dam
2024-03-01
WIP : First attempt to use hash table on escape codes.
dam
2024-02-29
WIP : Improving get_key to deal with escape codes.
dam
2024-02-28
WIP
dam
2024-02-28
Moved custom modules to newly supported local modules folder.
dam
2024-02-22
Added TODO to solve incoherent function key codes.
dam
2024-02-20
Fixed code of some function keys (and modifier combos).
dam
2024-02-16
Base implementation of TUI/windows.
dam
2024-02-10
Improved TUI tests.
dam
[next]