Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | notify_config_bar() updated to handle window resizing | Frederic Culot | |
2007-10-16 | bugfix: do not stop thread in notify_config_bar() if it was not started before | Frederic Culot | |
2007-08-19 | bugfix: extract_aptsfile() modified so that notify->apts_file is never set | Frederic Culot | |
to null | |||
2007-08-15 | notify_init_bar() updated to use static win variable | Frederic Culot | |
2007-08-04 | error handling while in ncurses mode improved | Frederic Culot | |
2007-07-29 | compiler warnings fixed | Frederic Culot | |
2007-07-28 | unuseful headers removed and some functions became static | Frederic Culot | |
2007-07-21 | notify_print_options() added | Frederic Culot | |
2007-07-20 | notify_init_bar() modified to use window_t type | Frederic Culot | |
2007-07-01 | notify_thread_app(), notify_check_repeated() and notify_same_recur_item() | Frederic Culot | |
modified to call get_today() | |||
2007-05-06 | bugfix: notify bar init sequence modified to avoid a possible segfault | Frederic Culot | |
2007-04-14 | bugfix: wrong define was used (DAYINSEC instead of HOURINSEC) | Frederic Culot | |
appointment state now taken into account to make the notify bar blink notify_catch_children() and notify_thread_children() suppressed | |||
2007-04-04 | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | |
use of DAYINSEC and MININSEC defines | |||
2007-03-24 | init_notify_bar() moved from calcurse.c to notify_init_vars() | Frederic Culot | |
2007-02-25 | notify_update_bar() updated to call notify_launch_cmd() | Frederic Culot | |
notify_launch_cmd() created notify_thread_app() notify_check_added() and notify_check_repeated() updated to handle item state notify_catch_children() and notify_thread_children() created, to avoid zombie processes when launching user-defined commands to get notified | |||
2007-02-24 | english mistake | Frederic Culot | |
2006-12-15 | missing headers added | Frederic Culot | |
2006-09-16 | notify_update_bar() improved and notify_app_s structure updated | Frederic Culot | |
2006-09-15 | updates to take notify-bar into account | Frederic Culot | |
notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created | |||
2006-09-14 | notify_thread_app() and notify_update_bar() updated | Frederic Culot | |
notify_check_added(), notify_same_item(), notify_same_recur_item() and notify_check_repeated() created | |||
2006-09-11 | notify_check_next_app() and notify_thread_app() created | Frederic Culot | |
2006-09-09 | implementation of notifying functions | Frederic Culot | |