aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
Commit message (Expand)AuthorAgeFilesLines
* Improved how the daemon checks for appointments to remind.Frederic Culot2009-08-011-1/+2
* More work on implementing the daemon.Frederic Culot2009-08-011-2/+4
* Beginning of work on implementing calcurse daemon.Frederic Culot2009-07-201-17/+20
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Free memory associated with structure used for appointments notification.Frederic Culot2009-06-211-1/+2
* code cleanupFrederic Culot2009-01-021-3/+1
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-1/+3
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-2/+2
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-28/+30
* notify_init_bar() updated to use static win variableFrederic Culot2007-08-151-2/+2
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-7/+1
* includes updatedFrederic Culot2007-07-231-2/+2
* notify_print_options() addedFrederic Culot2007-07-211-16/+17
* notify_init_bar() prototype updated to use window_t typeFrederic Culot2007-07-201-2/+2
* notify_init_vars() prototype addedFrederic Culot2007-03-241-1/+2
* notify_launch_cmd() addedFrederic Culot2007-02-251-5/+6
* NOTIFY_FIELD_LENGTH and notify_app_s structure updatedFrederic Culot2006-09-161-3/+4
* notify_start_main_thread() and notify_stop_main_thread() addedFrederic Culot2006-09-151-2/+5
* notify_app_s and notify_vars_s structures updated, and adding of the new func...Frederic Culot2006-09-141-1/+10
* notify_app_s created and notify_check_next_app(), notify_thread_app() createdFrederic Culot2006-09-111-3/+11
* implementation of notifying functionsFrederic Culot2006-09-091-0/+49