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-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
2022-12-22
Reduced usage of snprintf and string_buffer by replacing them with mvprintw. ...
dam
2022-12-16
Fixed logic to edit task time.
dam
2022-12-15
Added notes about folder where data is stored.
dam
2022-12-15
Added safeguards to avoid discarding entries in case they do not fit on memor...
dam
2022-12-15
Improved error return on read_input_to_int.
dam
2022-12-15
Simplified code.
dam
2022-12-15
Tweaked theme colors and command key bindings.
dam
2022-12-14
Fixed bug on duplicate_task. Fixed some to-do entries.
dam
2022-12-13
Fixed bug introduced on export_csv. Tweaked console output text.
dam
2022-12-13
Fixing final to-dos.
dam
2022-12-11
Validated usage of size_t.
dam
2022-12-08
Validating usage of size_t. WIP
dam
2022-12-08
Reviewed code for auto-cast problems with ptrdiff_t.
dam
2022-11-27
Review code for usage of ptrdiff_t - WIP.
dam
2022-11-26
Fixed assert that validated task to belong to database.
dam
2022-11-25
Improved comments.
dam
2022-11-25
Add fallback method for non-GNUC compilers on add_int64 and sub_int64 functions.
dam
2022-11-15
Validated draw_tui.
dam
2022-11-15
Optimized add_int64 and sub_int64. Previous commit was done by mistake during...
dam
2022-11-15
Fixed bug on import_from_csv.
dam
2022-11-14
Fixed bug on import_from_csv.
dam
2022-11-14
Tweak help text.
dam
2022-11-14
Removed inline and static function specifiers. Updated to-do list.
dam
2022-11-14
Moved database actions into functions.
dam
2022-11-14
Implemented mem_alloc to warp on malloc errors.
dam
2022-11-13
Added time edit parsing rules to the help text.
dam
2022-11-13
Fixed truncate_string_utf8. Implemented read_input_to_string_buffer to simpli...
dam
2022-11-11
Code cleanup.
dam
2022-11-11
Re-do truncate_string_utf8.
dam
2022-11-11
Tweaked function to print time and function to parse input options.
dam
2022-11-06
Added is_action_detected to simplify argument detection.
dam
[prev]
[next]