aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵dam
get file size.
2023-02-26Improved syscall prototypes.dam
2023-02-26Prototype implementation of import_csv, sys_open, sys_close, and usage of ↵dam
map_entire_file_start.
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 ↵dam
compiler versions.
2023-01-30Simplified help text printing.dam
2023-01-28Added comments about memory owner.dam
2023-01-28Simplified memory deallocation. Implemented argument parsing. Created ↵dam
prototype for app directory initialization.
2023-01-27Processing version option argument.dam
2023-01-27Initial attempt to process input arguments. Added fossil settings.dam
2023-01-27First attempt to use ncurses.dam
2023-01-25Ported add_int64 and sub_int64 to jai.dam
2023-01-25Initial tests in jai.dam
2023-01-24Lets try out jai.dam
2023-08-22Branch to port app to jai.dam
2023-01-22Fix multi-byte characters on task name causing empty spaces at the end of ↵v1.0dam
the column.
2023-01-13Renamed unarchive operation to restore.dam
2023-01-11Added copyright note on version output.dam
2023-01-10Added copyright info.dam
2023-01-10Improved some comments.dam
2023-01-10Updated compile instructions to match file names. Replaced tabs by 4 spaces.dam
2023-01-10Renamed source files to better describe them.dam
2023-01-05Added app icon.dam
2022-12-23Improved error messages on edge cases.dam