index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
notify.h
Age
Commit message (
Expand
)
Author
2009-08-01
Improved how the daemon checks for appointments to remind.
Frederic Culot
2009-08-01
More work on implementing the daemon.
Frederic Culot
2009-07-20
Beginning of work on implementing calcurse daemon.
Frederic Culot
2009-07-05
Switch to BSD license.
Frederic Culot
2009-06-21
Free memory associated with structure used for appointments notification.
Frederic Culot
2009-01-02
code cleanup
Frederic Culot
2008-12-28
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-04-19
some memory leaks fixed using valgrind and some minor code cleanup
Frederic Culot
2008-04-12
Yet another style for source code. GNU style now used (I am fed up with tabs...)
Frederic Culot
2007-08-15
notify_init_bar() updated to use static win variable
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-07-23
includes updated
Frederic Culot
2007-07-21
notify_print_options() added
Frederic Culot
2007-07-20
notify_init_bar() prototype updated to use window_t type
Frederic Culot
2007-03-24
notify_init_vars() prototype added
Frederic Culot
2007-02-25
notify_launch_cmd() added
Frederic Culot
2006-09-16
NOTIFY_FIELD_LENGTH and notify_app_s structure updated
Frederic Culot
2006-09-15
notify_start_main_thread() and notify_stop_main_thread() added
Frederic Culot
2006-09-14
notify_app_s and notify_vars_s structures updated, and adding of the new func...
Frederic Culot
2006-09-11
notify_app_s created and notify_check_next_app(), notify_thread_app() created
Frederic Culot
2006-09-09
implementation of notifying functions
Frederic Culot