aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-18Using task index instead of pointer on helper functions.dam
2023-04-16Cleanup curses bindings.dam
2023-04-16Ported all features to jai.dam
2023-04-15Fix reset_database.dam
2023-04-14Implemented most of missing features.dam
2023-04-14Using resizable array to hold tasks. Implemented create new task, rename task...dam
2023-04-07Porting delete_task - WIP.dam
2023-04-07Ported reset task time feature.dam
2023-04-06Ported select_task.dam
2023-04-06Remove obsolete code and allow archive toggle.dam
2023-04-06Correctly initialize Database struct.dam
2023-04-06Draw selected/total tasks and daily totals.dam
2023-04-06Implemented update_total_times.dam
2023-04-06Fixed bug: correct timezone is used on draw_tui.dam
2023-04-06Fixed bug: add times when importing CSV data.dam
2023-04-06Add bug note.dam
2023-04-06Fixed mvprintw_time and ported select/active code.dam
2023-04-05Fix bug on export_to_csv.dam
2023-04-05Fixed variadic arguments on mvprintw binding.dam
2023-04-04Stuck on mvprintw.dam
2023-04-04Fixed KEY_* values which were octal but I assumed decimals.dam
2023-04-04WIP Making ncurses work a bit.dam
2023-03-31Implemented initialize_tui.dam
2023-03-31Fix load_database and free_memory.dam
2023-03-30Fixed bug loading database.dam
2023-03-29Changed the way the tasks array is implemented on Database.dam
2023-03-28Playing with different hacks to store/load tasks.dam
2023-03-28Prototyping database load and store.dam
2023-03-27Added step iterator.dam
2023-03-27Fixing memory leaks.dam
2023-03-27Tested is_empty_string.dam
2023-03-23Converting is_empty_string.dam
2023-03-21Prototyping import_from_csv.dam
2023-03-17Improve truncate_string to be aware of ASCII and UTF8 encodings.dam
2023-03-16Fixed truncate_string_utf8.dam
2023-03-16Learning how to work with strings.dam
2023-03-08Prototyping import_from_csv.dam
2023-03-04Removed syscall test script.dam
2023-02-28Small cleanup on syscall code.dam
2023-02-28Added notes about JAI code struture.dam
2023-02-27Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ge...dam
2023-02-26Improved syscall prototypes.dam
2023-02-26Prototype implementation of import_csv, sys_open, sys_close, and usage of map...dam
2023-02-26Prototyping syscalls.dam
2023-02-18First functional prototype of database load and store.dam
2023-02-17Prototypes for store and load database.dam
2023-02-16Initialize app directory and file paths.dam
2023-02-10Temporary code to check for memory owners.dam
2023-02-01Added compilation commands in comments.dam
2023-02-01Added some code that may be usefull to check memory ownership on next compile...dam