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
path:
root
/
ttt.jai
Age
Commit message (
Collapse
)
Author
2023-04-20
NOTE: The sort by feature has (at least) one bug.
dam
2023-04-20
Implemented workspace cleanup and sort by features.
dam
2023-04-20
Implemented invert tasks order feature.
dam
2023-04-19
Implemented action to backup and reset all tasks.
dam
2023-04-19
Fixed bugs on import_from_csv.
dam
2023-04-18
Fix print of task names on LLVM.
dam
2023-04-18
Using task index instead of pointer on helper functions.
dam
2023-04-16
Ported all features to jai.
dam
2023-04-15
Fix reset_database.
dam
2023-04-14
Implemented most of missing features.
dam
2023-04-14
Using resizable array to hold tasks. Implemented create new task, rename ↵
dam
task. Fixed case break bug.
2023-04-07
Porting delete_task - WIP.
dam
2023-04-07
Ported reset task time feature.
dam
2023-04-06
Ported select_task.
dam
2023-04-06
Remove obsolete code and allow archive toggle.
dam
2023-04-06
Correctly initialize Database struct.
dam
2023-04-06
Draw selected/total tasks and daily totals.
dam
2023-04-06
Implemented update_total_times.
dam
2023-04-06
Fixed bug: correct timezone is used on draw_tui.
dam
2023-04-06
Fixed bug: add times when importing CSV data.
dam
2023-04-06
Add bug note.
dam
2023-04-06
Fixed mvprintw_time and ported select/active code.
dam
2023-04-05
Fix bug on export_to_csv.
dam
2023-04-05
Fixed variadic arguments on mvprintw binding.
dam
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
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-02-27
Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ↵
dam
get file size.
2023-02-26
Prototype implementation of import_csv, sys_open, sys_close, and usage of ↵
dam
map_entire_file_start.
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 ↵
dam
compiler versions.
[prev]
[next]