aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* help screen updated for repeat commandFrederic Culot2006-12-121-4/+7
|
* manpage updated, long options includedFrederic Culot2006-12-111-21/+15
|
* help_arg() updated to take long options into accountFrederic Culot2006-12-111-22/+26
|
* get_date() updated so that it does not modify the selected day inside calendarFrederic Culot2006-12-101-4/+6
|
* date format modified for the 'Go To' commandFrederic Culot2006-12-101-26/+30
|
* help screen added for the 'Edit Item' commandFrederic Culot2006-12-101-1/+25
|
* recur_get_apoint() and recur_get_event() addedFrederic Culot2006-12-081-1/+3
|
* recur_get_apoint() and recur_get_event() createdFrederic Culot2006-12-081-2/+44
|
* calls to day_erase_item() and day_edit_item() updatedFrederic Culot2006-12-081-3/+6
|
* day_edit_time() finished, day_erase_item() updated to add the 'force_erase' ↵Frederic Culot2006-12-081-19/+199
| | | | flag, and day_edit_time() created
* day_erase_item() and day_edit_item() prototypes updated, day_edit_time() addedFrederic Culot2006-12-081-3/+4
|
* datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and ↵Frederic Culot2006-12-081-1/+56
| | | | update_time_in_date() created
* date_sec2hour_str(), date_sec2date_str() and update_time_in_date() addedFrederic Culot2006-12-081-1/+4
|
* call to day_edit_item() addedFrederic Culot2006-11-301-4/+4
|
* day_edit_item() createdFrederic Culot2006-11-301-1/+37
|
* day_edit_item() prototype addedFrederic Culot2006-11-301-1/+2
|
* 'Edit Itm' command added in the status barFrederic Culot2006-11-302-11/+15
|
* memcpy() replaced by memmove() in add_char()Frederic Culot2006-11-281-6/+3
|
* todo_edit_item() createdFrederic Culot2006-11-022-3/+15
|
* calls to getstring() updatedFrederic Culot2006-11-021-3/+3
|
* call to getstring() updatedFrederic Culot2006-11-021-4/+5
|
* calls to getstring() updatedFrederic Culot2006-11-021-8/+17
| | | | 'E' key added to edit already existing items
* add_char() simplified, using memcpy()Frederic Culot2006-11-021-23/+39
| | | | | updatestring() created getstring() modified to take the max string length as an argument
* getstring() prototype modified, and updatestring() createdFrederic Culot2006-11-021-2/+3
|
* display_item() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-5/+11
|
* display_item() prototype updatedFrederic Culot2006-10-281-2/+2
|
* day_write_pad() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-5/+9
|
* display_item() call modified in update_todo_panel()Frederic Culot2006-10-281-2/+2
|
* display_item_date() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-3/+8
|
* getstring() call in todo_new_item() updatedFrederic Culot2006-10-281-4/+3
|
* getstring() call in recur_repeat_item() updatedFrederic Culot2006-10-281-6/+4
|
* getstring() call in goto_day() updatedFrederic Culot2006-10-281-3/+2
|
* getstring() calls in config_notify_bar() and add_item() updatedFrederic Culot2006-10-281-25/+22
|
* getstring() improved to allow the modification of an existing stringFrederic Culot2006-10-281-31/+142
| | | | shwostring(), showcursor(), del_char() and add_char() created
* added SPC define, showstring(), showcursor(), ad_char() and del_char() ↵Frederic Culot2006-10-281-2/+8
| | | | prototypes added
* getopt function in parse_args() replaced by getopt_longFrederic Culot2006-10-171-27/+51
|
* '-t' flag now takes a priority number for argumentFrederic Culot2006-10-161-18/+36
|
* todo_arg() prototype updatedFrederic Culot2006-10-161-2/+2
|
* bugfix: when creating a recurrent item, the entered end-date is now included ↵Frederic Culot2006-10-161-4/+8
| | | | again
* bugfix: a number of minutes can no longer be entered while creating a new ↵Frederic Culot2006-09-301-2/+2
| | | | appointment
* CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot2006-09-301-2/+2
|
* moved LOCALEDIR definition from configure.ac to src/Makefile.amFrederic Culot2006-09-221-1/+4
|
* added test on warning time interval in config_notify_bar(), plus small bugfixesFrederic Culot2006-09-181-4/+5
|
* bugfix in help_screen(): text_lines is now correctly updatedFrederic Culot2006-09-171-3/+5
|
* help_screen() updatedFrederic Culot2006-09-171-1/+2
|
* getstring() improved to check for escape sequenceFrederic Culot2006-09-171-1/+4
|
* config_notify_bar() improvedFrederic Culot2006-09-171-11/+17
|
* mycpy() createdFrederic Culot2006-09-161-1/+12
|
* mycpy() addedFrederic Culot2006-09-161-1/+2
|
* NOTIFY_FIELD_LENGTH and notify_app_s structure updatedFrederic Culot2006-09-161-3/+4
|