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-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
2024-02-10
Small improve on read_input search for terminators.
dam
2024-02-10
Fixed some windows OS_ procedures. Simplified and fixed get_key().
dam
2024-02-09
Reimplemented procedure to read input.
dam
2024-01-11
Very small fixes.
dam
2024-01-07
Fixed Windows raw IO modes.
dam
2024-01-03
Starting to implement windows specific procedures.
dam
2024-01-03
WIP - implementing user line input.
dam
2024-01-02
Initial implementation of procedure to read user input from a single line.
dam
2024-01-01
Added some TODO items and fixed show_processing procedure.
dam
2024-01-01
Fixed bug that was clamping terminal sequences to 6 bytes. Added style format...
dam
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
Fix potential out-of-bounds bug in get_terminal_size and get_cursor_size.
dam
2023-12-08
Merge changes from black and red.
dam
2023-12-08
Made get_terminal_size and get_cursor_position more robust.
dam
2023-11-27
Reordered the start/stop sequences.
dam
2023-11-27
Replaced mutex with atomic flag.
dam
2023-11-21
Added comment describing next TODO.
dam
2023-11-21
Cleanup get_str procedure and TUI/unix.
dam
2023-11-12
Moved OS dependent code.
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-17
Added prototype resize signal handler.
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-10-03
Added TODO comment.
dam
2023-09-29
Added some TODO comments.
dam
2023-09-29
Implemented human TIO mode for TUI/unix.
dam
2023-09-28
Fixed OS_read_input on Windows.
dam
[next]