aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* notify_update_bar() improved and notify_app_s structure updatedFrederic Culot2006-09-161-12/+26
|
* config_notify_bar() and print_notify_options() improvedFrederic Culot2006-09-161-6/+6
|
* recur_apoint_check_next() and recur_repeat_item() updatedFrederic Culot2006-09-161-11/+5
|
* apoint_check_next() updatedFrederic Culot2006-09-161-10/+4
|
* now() addedFrederic Culot2006-09-161-1/+2
|
* now() createdFrederic Culot2006-09-161-1/+11
|
* next_arg() addedFrederic Culot2006-09-161-1/+2
|
* parse_args(), help_arg() and usage() updated to implement the '-n' flagFrederic Culot2006-09-161-5/+44
| | | | next_arg() created
* -n flag addedFrederic Culot2006-09-161-8/+17
|
* notify_start_main_thread() and notify_stop_main_thread() addedFrederic Culot2006-09-151-2/+5
|
* config_bar() updated to add a notify menuFrederic Culot2006-09-151-1/+3
|
* save_cal() updated to save notify-bar user settingsFrederic Culot2006-09-151-1/+26
|
* updates to take notify-bar into accountFrederic Culot2006-09-151-9/+39
| | | | notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created
* help_screen() updated to take notify-bar into accountFrederic Culot2006-09-151-2/+5
|
* init_notify_bar(), config_notify_bar() and print_notify_options() createdFrederic Culot2006-09-151-10/+179
| | | | | load_conf() updated to load notify-bar user settings several updates to take notify-bar settings into account
* new structure created to store notify-bar settingsFrederic Culot2006-09-151-1/+4
|
* nbar_s structure created to store notify-bar settingsFrederic Culot2006-09-151-1/+11
|
* appt_pos added to the day_item_s structure to fix the bug causing the ↵Frederic Culot2006-09-141-9/+14
| | | | deletion of the wrong recurrent appointment
* day_add_apoint() updatedFrederic Culot2006-09-141-2/+4
|
* apoint_recur_s2apoint_s() added, appoint_check_next() and ↵Frederic Culot2006-09-141-2/+24
| | | | apoint_delete_bynum() updated
* apoint_recur_s2apoint_s addedFrederic Culot2006-09-141-1/+2
|
* notify_thread_app() and notify_update_bar() updatedFrederic Culot2006-09-141-9/+120
| | | | | notify_check_added(), notify_same_item(), notify_same_recur_item() and notify_check_repeated() created
* notify_app_s and notify_vars_s structures updated, and adding of the new ↵Frederic Culot2006-09-141-1/+10
| | | | functions prototypes
* recur_item_inday() now returns the item start time if it belongs to current dayFrederic Culot2006-09-141-31/+23
| | | | | bugfix in recur_apoint_check_next(): a recurrent appointment is now properly notified bugfix in recur_item_inday(): apopintments now keep a correct start time when repeated