Commit Graph

  • aaa226a2e6 Updated xlibc_submod main xavi 2024-11-10 18:33:31 -0800
  • c5fcad6ff3 Added full day of the week names to input xavi 2024-10-07 14:13:35 -0700
  • c094fad433 Modified colors for due_date and reverted to yyyy-mm-dd xavi 2024-10-07 11:56:23 -0700
  • f6d1b03c18 Modified colors for due date xavi 2024-10-06 22:20:13 -0700
  • e9119c2981 Added color functions for due_date xavi 2024-10-06 15:24:38 -0700
  • 53fca552b8 TODO: Write set_color_of_date function xavi 2024-10-05 22:56:11 -0700
  • 077c9d2828 Modified date format to dd-mm-yyyy xavi 2024-10-05 22:33:08 -0700
  • f9b704e423 Modified due_date functions xavi 2024-10-05 21:51:43 -0700
  • 923e583cde Added date functions but broken right now xavi 2024-10-05 20:26:40 -0700
  • 4fc0841049 Added quick prototype of get_due_date xavi 2024-09-29 22:12:50 -0700
  • 49d46e5ddb Added init_date function xavi 2024-09-24 21:12:20 -0700
  • 833c8f6d17 Fixed bug in parse_args xavi 2024-09-23 10:26:54 -0700
  • 37743ff684 Modified sql_gen declerations xavi 2024-09-22 21:30:46 -0700
  • 52b0c8f368 Modified function formating xavi 2024-09-22 21:22:42 -0700
  • b24aa19bac Modified gen_sql_stmts functions to split to prepare and bind xavi 2024-09-22 21:16:31 -0700
  • c9fcef001b Fixed update_task_status function xavi 2024-09-22 20:13:46 -0700
  • b65c098f3d Modified prepare_sql_update_stmt to fileter with WHERE xavi 2024-09-22 18:25:14 -0700
  • 19778cc114 Modified gen_sql_update_stmt to use bind, now prepare_sql_update_stmt xavi 2024-09-21 22:57:04 -0700
  • b55a6bdb04 Removed table prop from struct xavi 2024-09-21 19:46:25 -0700
  • 2524b1ed11 Fixed small bug that moved the blocked column over by an addtional col width xavi 2024-09-21 19:45:54 -0700
  • dbc57e38c9 Added filtered_tasks constructor xavi 2024-09-20 22:12:45 -0700
  • 5b5b36c041 Modified delete to only delete active tasks TODO: have way to delete completed tasks xavi 2024-09-20 12:41:21 -0700
  • 1229d88253 Updated TODO notes and Added bad arg catch xavi 2024-09-19 14:30:59 -0700
  • 4636a19796 Modified gen strings formatting xavi 2024-09-18 14:15:49 -0700
  • 20fdead266 Modified filtered_task struct to change char array to char* finished xavi 2024-09-18 14:07:13 -0700
  • 24e7dc3ae7 Modified filtered_tasks to change char array to char* for some xavi 2024-09-18 13:35:38 -0700
  • df50e34958 Modified the gen_sql functions to use task struct xavi 2024-09-17 22:10:11 -0700
  • fc8af9a53c Fixed bug that was looking for NULL instead of nullterm xavi 2024-09-17 21:39:54 -0700
  • 62a1565137 Modified the rest of the main functions to use struct TODO: update is broke xavi 2024-09-17 20:54:34 -0700
  • 52eff82c03 Modified parse_args and other functs to task struct TODO: broke things xavi 2024-09-16 22:02:01 -0700
  • 7f15e44f29 Modified view_tasks, display_task_list, and get_num_rows to use filtered_tasks struct xavi 2024-09-16 21:00:24 -0700
  • d12c968b4a Added update_task func TODO:refacter to use structs xavi 2024-09-15 13:12:11 -0700
  • de35e45daf Modified print_fixed_width to add some whitespace xavi 2024-09-15 11:05:41 -0700
  • f3be9dc13c Added test for display_task_lists xavi 2024-09-15 10:58:41 -0700
  • 7bc91f34e6 Fixed dodo.schema to only check active tasks when assigning active id xavi 2024-09-14 20:00:59 -0700
  • b86ac43a25 Modified submod version xavi 2024-09-14 19:46:18 -0700
  • 98378e80e0 Modified display_task_list to display active id xavi 2024-09-14 19:45:57 -0700
  • 175b621d7a Added test to check if update task works xavi 2024-09-13 22:22:21 -0700
  • 10999563d3 Added three tests xavi 2024-09-12 22:48:15 -0700
  • c27eae1dcc Modified Makefile to remove the test bin after it runs xavi 2024-09-09 22:30:21 -0700
  • 551dd03340 Modified Makefile to run tests automatically on build xavi 2024-09-09 22:16:49 -0700
  • f12cb11f23 Modified test name and Makefile to build test xavi 2024-09-09 22:15:07 -0700
  • 65464112a6 Modified Makefile to deal with deps and other .c's better xavi 2024-09-09 22:00:06 -0700
  • b0eb5be2c0 Added test template xavi 2024-09-09 21:59:39 -0700
  • 443c9f04cd Added a main.c and moved calls to functs to main() xavi 2024-09-09 21:59:24 -0700
  • 4cc935cd01 Modified submodules xavi 2024-09-09 10:00:20 -0700
  • b5085f0131 Fixed Makefile xavi 2024-09-09 09:58:24 -0700
  • b4247d861f Modified file hierarchy xavi 2024-09-08 23:05:47 -0700
  • 21bdb0bdf4 Added date and task_entry structs for code refactor xavi 2024-09-08 17:21:20 -0700
  • 76fb74d504 Removed UNIQUE property from active_id xavi 2024-09-08 17:08:34 -0700
  • f83bef2674 Added complete_task func xavi 2024-09-08 17:06:37 -0700
  • 09492950b8 Added active_id increment in schema xavi 2024-09-08 16:33:54 -0700
  • 586786ff6c Added update_task_status func xavi 2024-09-08 15:01:31 -0700
  • 22eadc8ad7 Added updated x_string xavi 2024-09-08 15:01:18 -0700
  • 7d326f6057 Added del_task function xavi 2024-09-08 13:56:40 -0700
  • e8e73da981 Deleted some commented code xavi 2024-09-07 19:27:27 -0700
  • ad41fe3fbf Modified README to include command descriptions xavi 2024-09-07 19:26:46 -0700
  • 0113cec73c Added bad input validation on task add xavi 2024-09-07 18:26:54 -0700
  • 7a9d7e9ff0 Modified due_date column to check that it's a date TODO:add func is broke now xavi 2024-09-06 11:28:26 -0700
  • 53a5c910b5 Added ability to pass new task from cli, TODO:it's really bad xavi 2024-09-06 11:27:52 -0700
  • 43323dbf9b Fixed some curser offset bugs xavi 2024-09-05 11:40:45 -0700
  • 2dfbc19d2c Added crappy argument handler xavi 2024-09-04 14:33:48 -0700
  • 9c46269868 Added initial imp of add_task xavi 2024-09-04 14:18:05 -0700
  • 58893119c7 Added clean_all which also removes sqlite.o and clean which doesn't xavi 2024-09-04 13:20:03 -0700
  • bf1f5e0c70 Modified display_heading func xavi 2024-09-04 12:58:46 -0700
  • bf70f3415a Modified get_num_rows to use gen_sql_stmt and made gen_sql_stmt take out_stmt as an arg xavi 2024-09-04 12:04:44 -0700
  • ea1d581e4d Deleted print_select function xavi 2024-09-03 21:29:59 -0700
  • 22e71dd40a Added error checking but broke other things TODO: fix gen_sql_stmt xavi 2024-09-03 21:21:34 -0700
  • daabdcbfac Added display_status_list func xavi 2024-09-03 20:32:33 -0700
  • bcf1c17bf7 Added to view function xavi 2024-09-03 17:16:42 -0700
  • 1e1163b96a Added TODOs xavi 2024-09-03 14:25:43 -0700
  • 61e9ee7047 Broke a bunch of things, TODO: make print_select function xavi 2024-08-25 20:46:52 -0700
  • ffb26ebefc Added rough draft of view() xavi 2024-08-25 17:43:54 -0700
  • 76e4f9f6e0 Added some sql helper functions and x_curses for escape console commands xavi 2024-08-22 22:23:18 -0700
  • b7e0c9cdf3 Modified Makefile to pass db location xavi 2024-08-21 22:39:08 -0700
  • 52b70c3df1 Added dodo.schema and modified Makefile to include db creation xavi 2024-08-20 21:49:45 -0700
  • 3a86a83f54 Added Makefile xavi 2024-08-19 21:59:34 -0700
  • 134037bfde Added test.c xavi 2024-08-01 13:12:41 -0700
  • c8a2907d6b Added static lib for sqlite3 xavi 2024-08-01 13:12:11 -0700
  • d454411286 Initial commit Xavi 2024-08-01 18:37:17 +0000