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
2022-08-30
Improved task deletion and creation.
dam
2022-08-30
Completed add_task and remove_task functions. All screen is now refreshed, al...
dam
2022-08-30
Completed add_task and remove_task functions. All screen is now refreshed, al...
dam
2022-08-30
Changed binary file signature to better match project name.
dam
2022-08-30
Reduced size of task_t by moving state and modified on control to database_t....
dam
2022-08-26
Using new database_t struct and companion functions.
dam
2022-08-26
Reduced size of task_t. Fixed bug on edge cases of truncate_string_utf8. Fixe...
dam
2022-08-24
Add modified_on field to task_t.
dam
2022-08-24
Prepared prototype code to be called from command line to help further develo...
dam
2022-08-24
Checks if CHAR_BIT is 8. Using char as unit of string. Completed truncate_str...
dam
2022-08-23
Updated to do list.
dam
2022-08-23
Removed hash related stuff (kept in misc.c file just in case). Prototype impl...
dam
2022-08-13
Prototype of adaptative layout.
dam
2022-08-11
Prototype of import_database. Cleaned up prototyping code.
dam
2022-08-11
Reordered some functions.
dam
2022-08-11
Prototyping import_database function.
dam
2022-08-10
Prototype of export_database and replace_char functions.
dam
2022-08-09
Prototyping data structures and store/load functions.
dam
2022-08-04
Changed tasks data structure to array of struct with hashed-names.
dam
2022-08-03
Preparing structures to store tasks and events data.
dam
2022-08-03
Preparing structures to store tasks and events data.
dam
2022-08-02
Moved table header to top row and fixed initial UI draw.
dam
2022-08-02
Prototype for user interface.
dam
2022-07-31
initial empty check-in
dam
[prev]