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
/
readme.md
Age
Commit message (
Expand
)
Author
2024-05-06
Removed TODO keyword from secundary files.
dam
2022-12-23
Improved error messages on edge cases.
dam
2022-12-16
Fixed logic to edit task time.
dam
2022-12-15
Added safeguards to avoid discarding entries in case they do not fit on memor...
dam
2022-12-13
Fixing final to-dos.
dam
2022-12-11
Validated usage of size_t.
dam
2022-12-08
Reviewed code for auto-cast problems with ptrdiff_t.
dam
2022-11-25
Improved comments.
dam
2022-11-15
Validated draw_tui.
dam
2022-11-14
Fixed bug on import_from_csv.
dam
2022-11-14
Removed inline and static function specifiers. Updated to-do list.
dam
2022-11-14
Moved database actions into functions.
dam
2022-11-14
Implemented mem_alloc to warp on malloc errors.
dam
2022-11-13
Added time edit parsing rules to the help text.
dam
2022-11-13
Fixed truncate_string_utf8. Implemented read_input_to_string_buffer to simpli...
dam
2022-11-11
Re-do truncate_string_utf8.
dam
2022-11-11
Tweaked function to print time and function to parse input options.
dam
2022-11-06
Made sure that string_buffer bounds are respected. Added check for memory all...
dam
2022-11-06
Replaced sprintf with snprintf.
dam
2022-11-03
Updated to-do list.
dam
2022-11-02
Validated that string_buffer is not leaking info.
dam
2022-11-02
Implemented autosave feature. Fixed argument/options processing to allow repe...
dam
2022-10-27
Prototype code for store_database_partial.
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
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
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
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
During startup, create database and archive files if missing.
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
[next]