aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-24Checks 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-23Updated to do list.dam
2022-08-23Removed hash related stuff (kept in misc.c file just in case). Prototype ↵dam
implementation of truncate_string_utf8.
2022-08-13Prototype of adaptative layout.dam
2022-08-11Prototype of import_database. Cleaned up prototyping code.dam
2022-08-11Reordered some functions.dam
2022-08-11Prototyping import_database function.dam
2022-08-10Prototype of export_database and replace_char functions.dam
2022-08-09Prototyping data structures and store/load functions.dam
2022-08-04Changed tasks data structure to array of struct with hashed-names.dam
2022-08-03Preparing structures to store tasks and events data.dam
2022-08-03Preparing structures to store tasks and events data.dam
2022-08-02Moved table header to top row and fixed initial UI draw.dam
2022-08-02Prototype for user interface.dam
2022-07-31initial empty check-indam