summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Expand)Author
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-02-14Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, th...Frederic Culot
2009-08-17Do not send notifications when running in background mode if user did not fla...Frederic Culot
2009-08-13Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot
2009-08-09notify_thread_app rewrittenFrederic Culot
2009-08-02Notification configuration menu rewritten to handle scrolling.Frederic Culot
2009-08-01Improved how the daemon checks for appointments to remind.Frederic Culot
2009-08-01More work on implementing the daemon.Frederic Culot
2009-07-20Beginning of work on implementing calcurse daemon.Frederic Culot
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 t...Frederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
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
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