aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2023-01-10Renamed source files to better describe them.dam
2022-12-23Improved error messages on edge cases.dam
2022-12-22Reduced usage of snprintf and string_buffer by replacing them with mvprintw. ...dam
2022-12-16Fixed logic to edit task time.dam
2022-12-15Added notes about folder where data is stored.dam
2022-12-15Added safeguards to avoid discarding entries in case they do not fit on memor...dam
2022-12-15Improved error return on read_input_to_int.dam
2022-12-15Simplified code.dam
2022-12-15Tweaked theme colors and command key bindings.dam
2022-12-14Fixed bug on duplicate_task. Fixed some to-do entries.dam
2022-12-13Fixed bug introduced on export_csv. Tweaked console output text.dam
2022-12-13Fixing final to-dos.dam
2022-12-11Validated usage of size_t.dam
2022-12-08Validating usage of size_t. WIPdam
2022-12-08Reviewed code for auto-cast problems with ptrdiff_t.dam
2022-11-27Review code for usage of ptrdiff_t - WIP.dam
2022-11-26Fixed assert that validated task to belong to database.dam
2022-11-25Improved comments.dam
2022-11-25Add fallback method for non-GNUC compilers on add_int64 and sub_int64 functions.dam
2022-11-15Validated draw_tui.dam
2022-11-15Optimized add_int64 and sub_int64. Previous commit was done by mistake during...dam
2022-11-15Fixed bug on import_from_csv.dam
2022-11-14Fixed bug on import_from_csv.dam
2022-11-14Tweak help text.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 simpli...dam
2022-11-11Code cleanup.dam
2022-11-11Re-do truncate_string_utf8.dam
2022-11-11Tweaked function to print time and function to parse input options.dam
2022-11-06Added is_action_detected to simplify argument detection.dam
2022-11-06Made sure that string_buffer bounds are respected. Added check for memory all...dam
2022-11-06Check for memory allocation errors.dam
2022-11-06Replaced sprintf with snprintf.dam
2022-11-04Added some comments to simplify the code.dam
2022-11-02Added help text. Allowed to use simplified options.dam
2022-11-02Validated that string_buffer is not leaking info.dam
2022-11-02Added compiler flags descriptions.dam
2022-11-02Implemented autosave feature. Fixed argument/options processing to allow repe...dam
2022-10-27Prototype code for store_database_partial.dam
2022-10-23Improved string_buffer allocation. Sanitize task names on input.dam
2022-10-23Added protection to overflow on malloc argument. Decided not to implement log...dam
2022-10-17Improved compilation commands. Added bonus items to to-do list.dam
2022-10-16Fixed format_time to change precision only when reaches halfway between curre...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-03Prototype code for go-to function.dam