| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot | 2006-12-15 | 1 | -12/+12 |
* | strcpy replaced by strncpy | Frederic Culot | 2006-12-15 | 4 | -12/+12 |
* | TODO file updated, taking into account modifications for 1.7 | Frederic Culot | 2006-12-14 | 1 | -2/+3 |
* | improvements in memory deallocation | Frederic Culot | 2006-12-14 | 1 | -0/+7 |
* | improvements in the memory deallocation in next_arg() | Frederic Culot | 2006-12-14 | 1 | -1/+3 |
* | updatestring() now returns an integer to handle canceling | Frederic Culot | 2006-12-14 | 1 | -2/+2 |
* | improvements in the memory deallocation in updatestring() | Frederic Culot | 2006-12-14 | 1 | -6/+9 |
* | improvements in the memory deallocation in day_edit_item() | Frederic Culot | 2006-12-14 | 1 | -17/+27 |
* | scroller() suppressed, bugfix in todo_new_item(), and html documentation updated | Frederic Culot | 2006-12-13 | 1 | -0/+8 |
* | item_in_popup() improved to replace the scroller() function by a pad. | Frederic Culot | 2006-12-13 | 1 | -109/+11 |
* | scroller() suppressed | Frederic Culot | 2006-12-13 | 1 | -2/+1 |
* | bugfix: call to getstring() corrected in todo_new_item() | Frederic Culot | 2006-12-13 | 1 | -2/+2 |
* | documentation added about the built-in input line editor | Frederic Culot | 2006-12-13 | 2 | -7/+54 |
* | html manuals and help screen for the repeat command updated | Frederic Culot | 2006-12-12 | 1 | -0/+4 |
* | English manual updated (rss feed and long options added) | Frederic Culot | 2006-12-12 | 1 | -17/+43 |
* | French manual updated (rss feed and long options added) | Frederic Culot | 2006-12-12 | 1 | -16/+48 |
* | help screen updated for repeat command | Frederic Culot | 2006-12-12 | 1 | -4/+7 |
* | Added long options in help_arg() and in the manpage | Frederic Culot | 2006-12-11 | 1 | -0/+4 |
* | manpage updated, long options included | Frederic Culot | 2006-12-11 | 1 | -21/+15 |
* | help_arg() updated to take long options into account | Frederic Culot | 2006-12-11 | 1 | -22/+26 |
* | help screen added for the 'Edit Item' command and date format modification in... | Frederic Culot | 2006-12-10 | 1 | -0/+4 |
* | get_date() updated so that it does not modify the selected day inside calendar | Frederic Culot | 2006-12-10 | 1 | -4/+6 |
* | date format modified for the 'Go To' command | Frederic Culot | 2006-12-10 | 1 | -26/+30 |
* | help screen added for the 'Edit Item' command | Frederic Culot | 2006-12-10 | 1 | -1/+25 |
* | 'Edit Item' function finished | Frederic Culot | 2006-12-08 | 1 | -0/+11 |
* | recur_get_apoint() and recur_get_event() added | Frederic Culot | 2006-12-08 | 1 | -1/+3 |
* | recur_get_apoint() and recur_get_event() created | Frederic Culot | 2006-12-08 | 1 | -2/+44 |
* | calls to day_erase_item() and day_edit_item() updated | Frederic Culot | 2006-12-08 | 1 | -3/+6 |
* | day_edit_time() finished, day_erase_item() updated to add the 'force_erase' f... | Frederic Culot | 2006-12-08 | 1 | -19/+199 |
* | day_erase_item() and day_edit_item() prototypes updated, day_edit_time() added | Frederic Culot | 2006-12-08 | 1 | -3/+4 |
* | datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and update_ti... | Frederic Culot | 2006-12-08 | 1 | -1/+56 |
* | date_sec2hour_str(), date_sec2date_str() and update_time_in_date() added | Frederic Culot | 2006-12-08 | 1 | -1/+4 |
* | call to day_edit_item() added | Frederic Culot | 2006-11-30 | 1 | -4/+4 |
* | Work on day_edit_item() | Frederic Culot | 2006-11-30 | 1 | -0/+4 |
* | day_edit_item() created | Frederic Culot | 2006-11-30 | 1 | -1/+37 |
* | day_edit_item() prototype added | Frederic Culot | 2006-11-30 | 1 | -1/+2 |
* | 'Edit Itm' command added in the status bar | Frederic Culot | 2006-11-30 | 2 | -11/+15 |
* | memcpy() replaced by memmove() in add_char() | Frederic Culot | 2006-11-28 | 2 | -6/+6 |
* | more work to implement the edit function | Frederic Culot | 2006-11-02 | 1 | -0/+6 |
* | todo_edit_item() created | Frederic Culot | 2006-11-02 | 2 | -3/+15 |
* | calls to getstring() updated | Frederic Culot | 2006-11-02 | 1 | -3/+3 |
* | call to getstring() updated | Frederic Culot | 2006-11-02 | 1 | -4/+5 |
* | calls to getstring() updated | Frederic Culot | 2006-11-02 | 1 | -8/+17 |
* | add_char() simplified, using memcpy() | Frederic Culot | 2006-11-02 | 1 | -23/+39 |
* | getstring() prototype modified, and updatestring() created | Frederic Culot | 2006-11-02 | 1 | -2/+3 |
* | Contributors section updated | Frederic Culot | 2006-10-28 | 1 | -1/+2 |
* | work on editing function to modify already existing items | Frederic Culot | 2006-10-28 | 1 | -0/+8 |
* | display_item() updated to add an asterisk in front of recurrent items | Frederic Culot | 2006-10-28 | 1 | -5/+11 |
* | display_item() prototype updated | Frederic Culot | 2006-10-28 | 1 | -2/+2 |
* | day_write_pad() updated to add an asterisk in front of recurrent items | Frederic Culot | 2006-10-28 | 1 | -5/+9 |