aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-21Free archive memory on exit.dam
2022-09-21Store archive if it's open during shutdown.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-09-04Simplifying TUI code and allowing table layout to be more configurable.dam
2022-09-04Simplifying TUI drawing code. Making table drawing a bit more configurable.dam
2022-09-03Keep track of time for active task.dam
2022-09-03Keep track of time for active task.dam
2022-08-31Fixed clear_database.dam
2022-08-31Reduced 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-31Fixed pointers * position.dam
2022-08-31Removed 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-30Testing possibility to address all tasks using pointers instead of uint32_t ↵dam
indexes.
2022-08-30Allow to rename tasks - and hide cursor afterwards.dam
2022-08-30Allow to rename tasks.dam
2022-08-30Improved task deletion and creation.dam
2022-08-30Completed 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-30Completed 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-30Changed binary file signature to better match project name.dam
2022-08-30Reduced size of task_t by moving state and modified on control to ↵dam
database_t. Implemented add_task. On binary file, store and load entire database_t.
2022-08-26Using new database_t struct and companion functions.dam
2022-08-26Reduced size of task_t. Fixed bug on edge cases of truncate_string_utf8. ↵dam
Fixed import_database.
2022-08-24Add modified_on field to task_t.dam
2022-08-24Prepared prototype code to be called from command line to help further ↵dam
developments.
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