summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Expand)Author
2008-04-19some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-02-10memory leak fixed in notify_thread_app()Frederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-10-21notify_config_bar() updated to handle window resizingFrederic Culot
2007-10-16bugfix: do not stop thread in notify_config_bar() if it was not started beforeFrederic Culot
2007-08-19bugfix: extract_aptsfile() modified so that notify->apts_file is never setFrederic Culot
2007-08-15notify_init_bar() updated to use static win variableFrederic Culot
2007-08-04error handling while in ncurses mode improvedFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-21notify_print_options() addedFrederic Culot
2007-07-20notify_init_bar() modified to use window_t typeFrederic Culot
2007-07-01notify_thread_app(), notify_check_repeated() and notify_same_recur_item()Frederic Culot
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
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
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
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
2006-09-14notify_thread_app() and notify_update_bar() updatedFrederic Culot
2006-09-11notify_check_next_app() and notify_thread_app() createdFrederic Culot
2006-09-09implementation of notifying functionsFrederic Culot