index
:
dam/task-time-tracker
master
A tool to keep track of the time spent on tasks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-04
Stuck on mvprintw.
dam
2023-04-04
Fixed KEY_* values which were octal but I assumed decimals.
dam
2023-04-04
WIP Making ncurses work a bit.
dam
2023-03-31
Implemented initialize_tui.
dam
2023-03-31
Fix load_database and free_memory.
dam
2023-03-30
Fixed bug loading database.
dam
2023-03-29
Changed the way the tasks array is implemented on Database.
dam
2023-03-28
Playing with different hacks to store/load tasks.
dam
2023-03-28
Prototyping database load and store.
dam
2023-03-27
Added step iterator.
dam
2023-03-27
Fixing memory leaks.
dam
2023-03-27
Tested is_empty_string.
dam
2023-03-23
Converting is_empty_string.
dam
2023-03-21
Prototyping import_from_csv.
dam
2023-03-17
Improve truncate_string to be aware of ASCII and UTF8 encodings.
dam
2023-03-16
Fixed truncate_string_utf8.
dam
2023-03-16
Learning how to work with strings.
dam
2023-03-08
Prototyping import_from_csv.
dam
2023-03-04
Removed syscall test script.
dam
2023-02-28
Small cleanup on syscall code.
dam
2023-02-28
Added notes about JAI code struture.
dam
2023-02-27
Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ge...
dam
2023-02-26
Improved syscall prototypes.
dam
2023-02-26
Prototype implementation of import_csv, sys_open, sys_close, and usage of map...
dam
2023-02-26
Prototyping syscalls.
dam
2023-02-18
First functional prototype of database load and store.
dam
2023-02-17
Prototypes for store and load database.
dam
2023-02-16
Initialize app directory and file paths.
dam
2023-02-10
Temporary code to check for memory owners.
dam
2023-02-01
Added compilation commands in comments.
dam
2023-02-01
Added some code that may be usefull to check memory ownership on next compile...
dam
2023-01-30
Simplified help text printing.
dam
2023-01-28
Added comments about memory owner.
dam
2023-01-28
Simplified memory deallocation. Implemented argument parsing. Created prototy...
dam
2023-01-27
Processing version option argument.
dam
2023-01-27
Initial attempt to process input arguments. Added fossil settings.
dam
2023-01-27
First attempt to use ncurses.
dam
2023-01-25
Ported add_int64 and sub_int64 to jai.
dam
2023-01-25
Initial tests in jai.
dam
2023-01-24
Lets try out jai.
dam
2023-08-22
Branch to port app to jai.
dam
2023-01-22
Fix multi-byte characters on task name causing empty spaces at the end of the...
v1.0
dam
2023-01-13
Renamed unarchive operation to restore.
dam
2023-01-11
Added copyright note on version output.
dam
2023-01-10
Added copyright info.
dam
2023-01-10
Improved some comments.
dam
2023-01-10
Updated compile instructions to match file names. Replaced tabs by 4 spaces.
dam
2023-01-10
Renamed source files to better describe them.
dam
2023-01-05
Added app icon.
dam
2022-12-23
Improved error messages on edge cases.
dam
[prev]
[next]