aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c
Commit message (Collapse)AuthorAgeFilesLines
* notify_init_bar() updated to use static win variableFrederic Culot2007-08-151-3/+5
|
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-10/+6
|
* compiler warnings fixedFrederic Culot2007-07-291-2/+2
|
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-38/+31
|
* notify_print_options() addedFrederic Culot2007-07-211-1/+191
|
* notify_init_bar() modified to use window_t typeFrederic Culot2007-07-201-4/+5
|
* notify_thread_app(), notify_check_repeated() and notify_same_recur_item()Frederic Culot2007-07-011-4/+4
| | | | modified to call get_today()
* bugfix: notify bar init sequence modified to avoid a possible segfaultFrederic Culot2007-05-061-2/+4
|
* bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)Frederic Culot2007-04-141-36/+14
| | | | | appointment state now taken into account to make the notify bar blink notify_catch_children() and notify_thread_children() suppressed
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-6/+12
| | | | use of DAYINSEC and MININSEC defines
* init_notify_bar() moved from calcurse.c to notify_init_vars()Frederic Culot2007-03-241-10/+40
|
* notify_update_bar() updated to call notify_launch_cmd()Frederic Culot2007-02-251-27/+98
| | | | | | | | 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
* english mistakeFrederic Culot2007-02-241-2/+2
|
* missing headers addedFrederic Culot2006-12-151-3/+6
|
* notify_update_bar() improved and notify_app_s structure updatedFrederic Culot2006-09-161-12/+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
* 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_check_next_app() and notify_thread_app() createdFrederic Culot2006-09-111-12/+59
|
* implementation of notifying functionsFrederic Culot2006-09-091-0/+116