summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Collapse)Author
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-21Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot
2009-06-21Free memory associated with structure used for appointments notification.Frederic Culot
2009-01-22bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot
thread was launched (thanks Jan for reporting this)
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot
memory usage
2008-12-18memory leak due to wrong thread usage fixedFrederic Culot
2008-12-12code cleanupFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
2008-11-23Building configuration menu to assign keybindingsFrederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-04-20no need to allocate tmp_app on heap in notify_thread_appFrederic Culot
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
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
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
to null
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
modified to call get_today()
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