summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-04use of terminal default background color instead of blackFrederic Culot
call to custom_load_color() added in load_conf() update_windows() updated to avoid the use of the global 'colr' variable
2007-03-04border_color() and border_nocolor() updated to take into account newFrederic Culot
color definitions
2007-03-04border_color() prototype updatedFrederic Culot
2007-03-04use of color pairs enum in custom_init_attr()Frederic Culot
color_config() rewritten to allow more color choices and the use of terminal default background color (becomes custom_color_config()) custom_load_color() created
2007-03-04color pairs enum addedFrederic Culot
color_config() prototype updated to custom_color_config() custom_load_color() added
2007-02-28bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for ↵Frederic Culot
reporting it.
2007-02-25updated call to notify_check_added()Frederic Culot
2007-02-25updated call to notify_check_added()Frederic Culot
call to notify_catch_children() added print_notify_options() improved to avoid display problems with long options init_notify_bar() updated to get user shell
2007-02-25apoint_check_next() modified to handle item stateFrederic Culot
apoint_switch_notify() updated updated call to notify_check_added()
2007-02-25recur_apoint_check_next() and recur_apoint_check_repeated() modifiedFrederic Culot
to handle item state
2007-02-25notify_update_bar() updated to call notify_launch_cmd()Frederic Culot
notify_launch_cmd() created notify_thread_app() notify_check_added() and notify_check_repeated() updated to handle item state notify_catch_children() and notify_thread_children() created, to avoid zombie processes when launching user-defined commands to get notified
2007-02-25notify_launch_cmd() addedFrederic Culot
notify_app_s structure updated to store item state notify_catch_children() prototype added
2007-02-25variable added in nbar_s structure to store user shellFrederic Culot
2007-02-24english mistakeFrederic Culot
2007-02-24day_item structures updated to take item state into accountFrederic Culot
day_item_nb() created
2007-02-24day_item_s2apoint_s() updated to take item state into accountFrederic Culot
day_item_nb() created day_edit_item() and day_erase_item() updated to use day_item_nb()
2007-02-24apoint_switch_notify() createdFrederic Culot
apoint_write() updated to save item state apoint_scan() and apoint_new() updated to load item state
2007-02-24recur_apoint_new() modified to handle item stateFrederic Culot
recur_apoint_switch_notify() created recur_apoint_write() and recur_apoint_scan() updated to handle item state
2007-02-24variable to store recurrent appointments addedFrederic Culot
recur_apoint_new() and recur_apoint_scan() prototype updated, recur_apoint_switch_notify() added
2007-02-24variable to store appointment state addedFrederic Culot
appointment states defined apoint_scan() and apoint_new() prototypes updated
2007-02-24save_cal() modified to record the notification command optionFrederic Culot
load_app() updated to read item state
2007-02-24struct nbar_s updated to store notification commandFrederic Culot
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot
init_notify_bar(), config_notify_bar() and print_notify_options() modified to add the notification command option. load_conf() updated to load notification command
2007-01-16copyright extended to 2007Frederic Culot
2007-01-16defines added for values returned by getstring()Frederic Culot
2007-01-16better handling of the values returned by getstring()Frederic Culot
2007-01-16user canceling now taken into accountFrederic Culot
2007-01-16use of getstring() definesFrederic Culot
2007-01-10bugfixesFrederic Culot
2007-01-10better checking of the entered date in goto_day()Frederic Culot
2007-01-05newline suppressedFrederic Culot
2006-12-21display adjustment in day_write_pad()Frederic Culot
2006-12-21display adjustment in update_todo_panel()Frederic Culot
2006-12-19bugfix in day_edit_item(): end time does not change if start time is editedFrederic Culot
2006-12-19bugfix in label lengthFrederic Culot
2006-12-18CTRL-K now works properly in getstring()Frederic Culot
2006-12-15sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot
2006-12-15todo_arg() prototype updatedFrederic Culot
2006-12-15todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot
2006-12-15bugfix in array sizes in load-todo()Frederic Culot
2006-12-15parentheses added to fix a warningFrederic Culot
sprintf replaced by snprintf and strcpy replaced by strncpy
2006-12-15missing header added and sprintf replaced by snprintfFrederic Culot
2006-12-15missing headers addedFrederic Culot
2006-12-15some small bugfixes, thanks to toucouch for reporting themFrederic Culot
calls to strcpy and sprintf suppressed
2006-12-15strcpy replaced by strncpyFrederic Culot
2006-12-14improvements in the memory deallocation in next_arg()Frederic Culot
2006-12-14updatestring() now returns an integer to handle cancelingFrederic Culot
2006-12-14improvements in the memory deallocation in updatestring()Frederic Culot
updatestring() now returns an integer to handle canceling
2006-12-14improvements in the memory deallocation in day_edit_item()Frederic Culot