Age | Commit message (Expand) | Author |
2006-12-15 | missing headers added | Frederic Culot |
2006-12-15 | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot |
2006-12-15 | strcpy replaced by strncpy | Frederic Culot |
2006-12-14 | improvements in the memory deallocation in next_arg() | Frederic Culot |
2006-12-14 | updatestring() now returns an integer to handle canceling | Frederic Culot |
2006-12-14 | improvements in the memory deallocation in updatestring() | Frederic Culot |
2006-12-14 | improvements in the memory deallocation in day_edit_item() | Frederic Culot |
2006-12-13 | item_in_popup() improved to replace the scroller() function by a pad. | Frederic Culot |
2006-12-13 | scroller() suppressed | Frederic Culot |
2006-12-13 | bugfix: call to getstring() corrected in todo_new_item() | Frederic Culot |
2006-12-12 | help screen updated for repeat command | Frederic Culot |
2006-12-11 | manpage updated, long options included | Frederic Culot |
2006-12-11 | help_arg() updated to take long options into account | Frederic Culot |
2006-12-10 | get_date() updated so that it does not modify the selected day inside calendar | Frederic Culot |
2006-12-10 | date format modified for the 'Go To' command | Frederic Culot |
2006-12-10 | help screen added for the 'Edit Item' command | Frederic Culot |
2006-12-08 | recur_get_apoint() and recur_get_event() added | Frederic Culot |
2006-12-08 | recur_get_apoint() and recur_get_event() created | Frederic Culot |
2006-12-08 | calls to day_erase_item() and day_edit_item() updated | Frederic Culot |
2006-12-08 | day_edit_time() finished, day_erase_item() updated to add the 'force_erase' f... | Frederic Culot |
2006-12-08 | day_erase_item() and day_edit_item() prototypes updated, day_edit_time() added | Frederic Culot |
2006-12-08 | datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and update_ti... | Frederic Culot |
2006-12-08 | date_sec2hour_str(), date_sec2date_str() and update_time_in_date() added | Frederic Culot |
2006-11-30 | call to day_edit_item() added | Frederic Culot |
2006-11-30 | day_edit_item() created | Frederic Culot |
2006-11-30 | day_edit_item() prototype added | Frederic Culot |
2006-11-30 | 'Edit Itm' command added in the status bar | Frederic Culot |
2006-11-28 | memcpy() replaced by memmove() in add_char() | Frederic Culot |
2006-11-02 | todo_edit_item() created | Frederic Culot |
2006-11-02 | calls to getstring() updated | Frederic Culot |
2006-11-02 | call to getstring() updated | Frederic Culot |
2006-11-02 | calls to getstring() updated | Frederic Culot |
2006-11-02 | add_char() simplified, using memcpy() | Frederic Culot |
2006-11-02 | getstring() prototype modified, and updatestring() created | Frederic Culot |
2006-10-28 | display_item() updated to add an asterisk in front of recurrent items | Frederic Culot |
2006-10-28 | display_item() prototype updated | Frederic Culot |
2006-10-28 | day_write_pad() updated to add an asterisk in front of recurrent items | Frederic Culot |
2006-10-28 | display_item() call modified in update_todo_panel() | Frederic Culot |
2006-10-28 | display_item_date() updated to add an asterisk in front of recurrent items | Frederic Culot |
2006-10-28 | getstring() call in todo_new_item() updated | Frederic Culot |
2006-10-28 | getstring() call in recur_repeat_item() updated | Frederic Culot |
2006-10-28 | getstring() call in goto_day() updated | Frederic Culot |
2006-10-28 | getstring() calls in config_notify_bar() and add_item() updated | Frederic Culot |
2006-10-28 | getstring() improved to allow the modification of an existing string | Frederic Culot |
2006-10-28 | added SPC define, showstring(), showcursor(), ad_char() and del_char() protot... | Frederic Culot |
2006-10-17 | getopt function in parse_args() replaced by getopt_long | Frederic Culot |
2006-10-16 | '-t' flag now takes a priority number for argument | Frederic Culot |
2006-10-16 | todo_arg() prototype updated | Frederic Culot |
2006-10-16 | bugfix: when creating a recurrent item, the entered end-date is now included ... | Frederic Culot |
2006-09-30 | bugfix: a number of minutes can no longer be entered while creating a new app... | Frederic Culot |