aboutsummaryrefslogtreecommitdiff
path: root/readme.md
AgeCommit message (Expand)Author
2022-11-02Implemented autosave feature. Fixed argument/options processing to allow repe...dam
2022-10-27Prototype code for store_database_partial.dam
2022-10-23Added protection to overflow on malloc argument. Decided not to implement log...dam
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
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 switch-ca...dam
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
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 f...dam
2022-09-25WIP: Allow to cancel rename operation.dam
2022-09-20Updated and cleaned up the to-do list.dam
2022-09-20Show symbol when viewing the archive.dam
2022-09-20Fix input cycle to work with main and archive databases.dam
2022-09-20Let's say this is the first working prototype.dam
2022-08-31Reduced DB_MAX_CAP for nearest power-of-two. Fixed export_to_csv to clean com...dam
2022-08-31Removed unused database helper functions. Reworked database to use size_t and...dam
2022-08-30Completed add_task and remove_task functions. All screen is now refreshed, al...dam
2022-08-24Add modified_on field to task_t.dam
2022-08-24Checks if CHAR_BIT is 8. Using char as unit of string. Completed truncate_str...dam
2022-08-23Updated to do list.dam
2022-08-23Removed hash related stuff (kept in misc.c file just in case). Prototype impl...dam