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
2022-10-23
Improved string_buffer allocation. Sanitize task names on input.
dam
2022-10-23
Added protection to overflow on malloc argument. Decided not to implement log...
dam
2022-10-18
Added implementation ideas for partial store feature.
dam
2022-10-17
Improved compilation commands. Added bonus items to to-do list.
dam
2022-10-16
Updated to-do list.
dam
2022-10-16
Fixed format_time to change precision only when reaches halfway between curre...
dam
2022-10-16
Allow user to edit (set/add/remove) and reset the task times. Fixed bug when ...
dam
2022-10-10
Implemented move-to action. Improved TUI and action-keys.
dam
2022-10-05
Implemented go-to action. Improved TUI.
dam
2022-10-03
Prototype code for go-to function.
dam
2022-10-03
Updated readme.
dam
2022-10-03
Confirm delete_task operation.
dam
2022-10-02
Protect selected task selection actions against invalid indexes.
dam
2022-10-02
Added notes to readme.
dam
2022-10-02
Updated to-do list.
dam
2022-10-02
Updated readme file.
dam
2022-10-02
Implemented task cloning. Fixed bug on update_total_timers. Revised switch-ca...
dam
2022-10-02
Fixed argument checking on some argument driven actions.
dam
2022-10-01
Updated to-do list.
dam
2022-10-01
Fixed UB caused by invalid pointer access.
dam
2022-10-01
Store app data on ~/.task_time_tracker/ folder.
dam
2022-09-30
WIP: Store app data on ~/.task_time_tracker/ folder.
dam
2022-09-29
Cleaned up some defines and re-ordered the to-do list.
dam
2022-09-29
Updated to-do list.
dam
2022-09-29
Renamed database_t to database_st and task_t to task_st.
dam
2022-09-29
Removed prototype and test code. Initialized pointers to NULL to avoid callin...
dam
2022-09-29
During startup, create database and archive files if missing.
dam
2022-09-28
Preparing to store archive as CSV to allow appending to it.
dam
2022-09-28
Made sure that we are not using strcat and strcpy functions.
dam
2022-09-28
Added theme colors to the daily total timers.
dam
2022-09-28
Fixed bug in delete_task. Improved user input control for creating new task. ...
dam
2022-09-27
Updated to do list.
dam
2022-09-27
Tweaked layout structure and simplified draw_tui. Added archive title.
dam
2022-09-27
Implemented is_empty_string. Made sure that string_buffer has enought space f...
dam
2022-09-25
WIP: Allow to cancel rename operation.
dam
2022-09-25
Adjusted format_time when showing less than 60 seconds.
dam
2022-09-25
Fix cursor position while creating new and renaming tasks.
dam
2022-09-25
Small cleanup on draw_tui.
dam
2022-09-25
Improved theming in draw_tui.
dam
2022-09-21
Trying to simplify draw_tui function.
dam
2022-09-21
Free archive memory on exit.
dam
2022-09-21
Store archive if it's open during shutdown.
dam
2022-09-20
Updated and cleaned up the to-do list.
dam
2022-09-20
Show symbol when viewing the archive.
dam
2022-09-20
Fix input cycle to work with main and archive databases.
dam
2022-09-20
Let's say this is the first working prototype.
dam
2022-09-04
Simplifying TUI code and allowing table layout to be more configurable.
dam
2022-09-04
Simplifying TUI drawing code. Making table drawing a bit more configurable.
dam
2022-09-03
Keep track of time for active task.
dam
2022-09-03
Keep track of time for active task.
dam
[prev]
[next]