summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Collapse)Author
2007-05-06bugfix: notify bar init sequence modified to avoid a possible segfaultFrederic Culot
2007-04-14bugfix: 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-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of DAYINSEC and MININSEC defines
2007-03-24init_notify_bar() moved from calcurse.c to notify_init_vars()Frederic Culot
2007-02-25notify_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-24english mistakeFrederic Culot
2006-12-15missing headers addedFrederic Culot
2006-09-16notify_update_bar() improved and notify_app_s structure updatedFrederic Culot
2006-09-15updates to take notify-bar into accountFrederic Culot
notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created
2006-09-14notify_thread_app() and notify_update_bar() updatedFrederic Culot
notify_check_added(), notify_same_item(), notify_same_recur_item() and notify_check_repeated() created
2006-09-11notify_check_next_app() and notify_thread_app() createdFrederic Culot
2006-09-09implementation of notifying functionsFrederic Culot