Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates concerning the notify-bar and help texts | Frederic Culot | 2006-09-17 | 1 | -148/+209 |
| | |||||
* | help_screen() updated | Frederic Culot | 2006-09-17 | 1 | -1/+2 |
| | |||||
* | getstring() improved to check for escape sequence | Frederic Culot | 2006-09-17 | 1 | -1/+4 |
| | |||||
* | config_notify_bar() improved | Frederic Culot | 2006-09-17 | 1 | -11/+17 |
| | |||||
* | '-n' flag implemented | Frederic Culot | 2006-09-16 | 1 | -0/+11 |
| | | | | notify-bar layout improved | ||||
* | mycpy() created | Frederic Culot | 2006-09-16 | 1 | -1/+12 |
| | |||||
* | mycpy() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
| | |||||
* | NOTIFY_FIELD_LENGTH and notify_app_s structure updated | Frederic Culot | 2006-09-16 | 1 | -3/+4 |
| | |||||
* | notify_update_bar() improved and notify_app_s structure updated | Frederic Culot | 2006-09-16 | 1 | -12/+26 |
| | |||||
* | config_notify_bar() and print_notify_options() improved | Frederic Culot | 2006-09-16 | 1 | -6/+6 |
| | |||||
* | recur_apoint_check_next() and recur_repeat_item() updated | Frederic Culot | 2006-09-16 | 1 | -11/+5 |
| | |||||
* | apoint_check_next() updated | Frederic Culot | 2006-09-16 | 1 | -10/+4 |
| | |||||
* | now() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
| | |||||
* | now() created | Frederic Culot | 2006-09-16 | 1 | -1/+11 |
| | |||||
* | next_arg() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
| | |||||
* | parse_args(), help_arg() and usage() updated to implement the '-n' flag | Frederic Culot | 2006-09-16 | 1 | -5/+44 |
| | | | | next_arg() created | ||||
* | -n flag added | Frederic Culot | 2006-09-16 | 1 | -8/+17 |
| | |||||
* | notify_start_main_thread() and notify_stop_main_thread() added | Frederic Culot | 2006-09-15 | 1 | -2/+5 |
| | |||||
* | notify-bar settings implemented | Frederic Culot | 2006-09-15 | 1 | -0/+9 |
| | |||||
* | config_bar() updated to add a notify menu | Frederic Culot | 2006-09-15 | 1 | -1/+3 |
| | |||||
* | save_cal() updated to save notify-bar user settings | Frederic Culot | 2006-09-15 | 1 | -1/+26 |
| | |||||
* | updates to take notify-bar into account | Frederic Culot | 2006-09-15 | 1 | -9/+39 |
| | | | | notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created | ||||
* | help_screen() updated to take notify-bar into account | Frederic Culot | 2006-09-15 | 1 | -2/+5 |
| | |||||
* | init_notify_bar(), config_notify_bar() and print_notify_options() created | Frederic Culot | 2006-09-15 | 1 | -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 settings | Frederic Culot | 2006-09-15 | 1 | -1/+4 |
| | |||||
* | nbar_s structure created to store notify-bar settings | Frederic Culot | 2006-09-15 | 1 | -1/+11 |
| | |||||
* | couple of bugfixes plus several improvements in the notify-bar | Frederic Culot | 2006-09-14 | 1 | -0/+11 |
| | |||||
* | appt_pos added to the day_item_s structure to fix the bug causing the ↵ | Frederic Culot | 2006-09-14 | 1 | -9/+14 |
| | | | | deletion of the wrong recurrent appointment | ||||
* | day_add_apoint() updated | Frederic Culot | 2006-09-14 | 1 | -2/+4 |
| | |||||
* | apoint_recur_s2apoint_s() added, appoint_check_next() and ↵ | Frederic Culot | 2006-09-14 | 1 | -2/+24 |
| | | | | apoint_delete_bynum() updated | ||||
* | apoint_recur_s2apoint_s added | Frederic Culot | 2006-09-14 | 1 | -1/+2 |
| | |||||
* | notify_thread_app() and notify_update_bar() updated | Frederic Culot | 2006-09-14 | 1 | -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 Culot | 2006-09-14 | 1 | -1/+10 |
| | | | | functions prototypes | ||||
* | recur_item_inday() now returns the item start time if it belongs to current day | Frederic Culot | 2006-09-14 | 1 | -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 | ||||
* | recur_apoint_check_next() prototype updated | Frederic Culot | 2006-09-14 | 1 | -4/+2 |
| | |||||
* | today() created | Frederic Culot | 2006-09-14 | 2 | -2/+20 |
| | |||||
* | add_item() updated to check if newly added appointment is to be notified | Frederic Culot | 2006-09-14 | 1 | -7/+7 |
| | |||||
* | call to apoint_sec2str() updated | Frederic Culot | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | calls to apoint_llist_init() and recur_apoint_llist_init() added | Frederic Culot | 2006-09-12 | 1 | -2/+6 |
| | |||||
* | day_item_s2apoint_s prototype updated | Frederic Culot | 2006-09-12 | 1 | -2/+2 |
| | |||||
* | several routines updated to take new appointment linked list structure into ↵ | Frederic Culot | 2006-09-12 | 1 | -21/+37 |
| | | | | account | ||||
* | save_cal() updated to take new appointment linked list structure into account | Frederic Culot | 2006-09-12 | 1 | -3/+7 |
| | |||||
* | app_arg() updated to take new appointment linked list structure into account | Frederic Culot | 2006-09-12 | 1 | -5/+10 |
| | |||||
* | implementation of a mutex lock to prevent recurrent apointment linked list | Frederic Culot | 2006-09-12 | 1 | -22/+52 |
| | | | | | from race conditions recur_apoint_llist_init() created | ||||
* | prototypes updated to take new recurrent appointment linked lists structure ↵ | Frederic Culot | 2006-09-12 | 1 | -9/+16 |
| | | | | into account | ||||
* | implementation of a mutex lock to prevent appointment linked list from race ↵ | Frederic Culot | 2006-09-12 | 1 | -19/+41 |
| | | | | | | conditions apoint_llist_init() created | ||||
* | prototypes updated to take new appointment linked lists structure into account | Frederic Culot | 2006-09-12 | 1 | -11/+18 |
| | |||||
* | implementation of a mutex lock to protect the appointment linked lists from ↵ | Frederic Culot | 2006-09-12 | 1 | -0/+7 |
| | | | | race conditions | ||||
* | enhancements in the notify bar | Frederic Culot | 2006-09-11 | 1 | -1/+7 |
| | |||||
* | added call to notify_check_next_app() | Frederic Culot | 2006-09-11 | 1 | -1/+2 |
| |