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
/
main.c
Age
Commit message (
Expand
)
Author
2022-09-25
Improved theming in draw_tui.
dam
2022-09-21
Trying to simplify draw_tui function.
dam
2022-09-21
Free archive memory on exit.
dam
2022-09-21
Store archive if it's open during shutdown.
dam
2022-09-20
Show symbol when viewing the archive.
dam
2022-09-20
Fix input cycle to work with main and archive databases.
dam
2022-09-20
Let's say this is the first working prototype.
dam
2022-09-04
Simplifying TUI code and allowing table layout to be more configurable.
dam
2022-09-04
Simplifying TUI drawing code. Making table drawing a bit more configurable.
dam
2022-09-03
Keep track of time for active task.
dam
2022-09-03
Keep track of time for active task.
dam
2022-08-31
Fixed clear_database.
dam
2022-08-31
Reduced DB_MAX_CAP for nearest power-of-two. Fixed export_to_csv to clean com...
dam
2022-08-31
Fixed pointers * position.
dam
2022-08-31
Removed unused database helper functions. Reworked database to use size_t and...
dam
2022-08-30
Testing possibility to address all tasks using pointers instead of uint32_t i...
dam
2022-08-30
Allow to rename tasks - and hide cursor afterwards.
dam
2022-08-30
Allow to rename tasks.
dam
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
[prev]