aboutsummaryrefslogtreecommitdiff
path: root/readme.md
AgeCommit message (Collapse)Author
2024-05-13WIP : Cleaning up license stuff.dam
2024-05-06Removed TODO keyword from secundary files.dam
2022-12-23Improved error messages on edge cases.dam
2022-12-16Fixed logic to edit task time.dam
2022-12-15Added safeguards to avoid discarding entries in case they do not fit on ↵dam
memory. Added error messages in app.
2022-12-13Fixing final to-dos.dam
2022-12-11Validated usage of size_t.dam
2022-12-08Reviewed code for auto-cast problems with ptrdiff_t.dam
2022-11-25Improved comments.dam
2022-11-15Validated draw_tui.dam
2022-11-14Fixed bug on import_from_csv.dam
2022-11-14Removed inline and static function specifiers. Updated to-do list.dam
2022-11-14Moved database actions into functions.dam
2022-11-14Implemented mem_alloc to warp on malloc errors.dam
2022-11-13Added time edit parsing rules to the help text.dam
2022-11-13Fixed truncate_string_utf8. Implemented read_input_to_string_buffer to ↵dam
simplify getting input.
2022-11-11Re-do truncate_string_utf8.dam
2022-11-11Tweaked function to print time and function to parse input options.dam
2022-11-06Made sure that string_buffer bounds are respected. Added check for memory ↵dam
allocation for string_buffer.
2022-11-06Replaced sprintf with snprintf.dam
2022-11-03Updated to-do list.dam
2022-11-02Validated that string_buffer is not leaking info.dam
2022-11-02Implemented autosave feature. Fixed argument/options processing to allow ↵dam
repeating options, and using options to set behavior configurations.
2022-10-27Prototype code for store_database_partial.dam
2022-10-23Added protection to overflow on malloc argument. Decided not to implement ↵dam
logging.
2022-10-18Added implementation ideas for partial store feature.dam
2022-10-17Improved compilation commands. Added bonus items to to-do list.dam
2022-10-16Updated to-do list.dam
2022-10-16Allow user to edit (set/add/remove) and reset the task times. Fixed bug when ↵dam
windows height was less than 3. Fixed bug when selecting next tasks using Arrow Down of Next Page.
2022-10-10Implemented move-to action. Improved TUI and action-keys.dam
2022-10-05Implemented go-to action. Improved TUI.dam
2022-10-03Updated readme.dam
2022-10-03Confirm delete_task operation.dam
2022-10-02Protect selected task selection actions against invalid indexes.dam
2022-10-02Added notes to readme.dam
2022-10-02Updated to-do list.dam
2022-10-02Updated readme file.dam
2022-10-02Implemented task cloning. Fixed bug on update_total_timers. Revised ↵dam
switch-case code style. Toggle archive mode using tab key.
2022-10-02Fixed argument checking on some argument driven actions.dam
2022-10-01Updated to-do list.dam
2022-10-01Store app data on ~/.task_time_tracker/ folder.dam
2022-09-29Cleaned up some defines and re-ordered the to-do list.dam
2022-09-29Updated to-do list.dam
2022-09-29During startup, create database and archive files if missing.dam
2022-09-28Made sure that we are not using strcat and strcpy functions.dam
2022-09-28Added theme colors to the daily total timers.dam
2022-09-28Fixed bug in delete_task. Improved user input control for creating new task. ↵dam
Implemented prototype version of task-archive/unarchive feature.
2022-09-27Updated to do list.dam
2022-09-27Tweaked layout structure and simplified draw_tui. Added archive title.dam
2022-09-27Implemented is_empty_string. Made sure that string_buffer has enought space ↵dam
for MAX_TASK_NAME and size_x. Fixed input row for creating and renaming tasks.