| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08-31 | Reduced DB_MAX_CAP for nearest power-of-two. Fixed export_to_csv to clean ↵ | dam | |
| commas and use size_t and ptrdiff_t instead of uin32_t indexes. Protected GUI against database reaching its maximum capacity. | |||
| 2022-08-31 | Removed unused database helper functions. Reworked database to use size_t ↵ | dam | |
| and ptrdiff_t types to avoid being bound by indexes types constrains. Print task's times. | |||
| 2022-08-30 | Completed add_task and remove_task functions. All screen is now refreshed, ↵ | dam | |
| always. Added F1 and F2 to add and remove tasks as prototype. | |||
| 2022-08-24 | Add modified_on field to task_t. | dam | |
| 2022-08-24 | Checks if CHAR_BIT is 8. Using char as unit of string. Completed ↵ | dam | |
| truncate_string_utf8 function. Fixed all warnings. Fix bug on replace_char function. | |||
| 2022-08-23 | Updated to do list. | dam | |
| 2022-08-23 | Removed hash related stuff (kept in misc.c file just in case). Prototype ↵ | dam | |
| implementation of truncate_string_utf8. | |||
