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
/
event.c
Age
Commit message (
Expand
)
Author
2012-07-06
Refactor *_dup()
Lukas Fleischer
2012-06-30
Remove legacy cut/paste code
Lukas Fleischer
2012-06-30
Revise cut/pasting
Lukas Fleischer
2012-06-30
Make *_free() public
Lukas Fleischer
2012-06-30
Revise *_delete{,_bynum}()
Lukas Fleischer
2012-06-30
Allow passing more complex data to list callbacks
Lukas Fleischer
2012-06-30
Remove unused functions
Lukas Fleischer
2012-05-21
Switch to Linux kernel coding style
Lukas Fleischer
2012-04-06
Miscellaneous small code cleanups
Lukas Fleischer
2012-03-26
Update copyright ranges
Lukas Fleischer
2012-02-18
Trap fgets() failure in *_scan()
Lukas Fleischer
2011-11-02
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
Do not cast unused return values to void
Lukas Fleischer
2011-10-21
Make events start on 00:00 (12:00 a.m.)
Lukas Fleischer
2011-10-21
src/event.c: Fix event_inday()
Lukas Fleischer
2011-10-05
Do not unlink() note files on note removal
Lukas Fleischer
2011-06-09
Fix whitespace issues
Lukas Fleischer
2011-04-22
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-19
Use generic lists for events.
Lukas Fleischer
2011-04-05
Compare pointers to "NULL" instead of "0".
Lukas Fleischer
2011-03-14
Overall indentation fixes.
Lukas Fleischer
2011-03-04
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-03
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
Fixed file permissions.
Lukas Fleischer
2010-03-20
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2009-07-19
Make use of erase_note() whenever possible.
Frederic Culot
2009-07-05
Switch to BSD license.
Frederic Culot
2009-05-22
The buffer should be allocated dynamically, but I am quite busy right now :'(...
Frederic Culot
2009-01-03
more code cleanup
Frederic Culot
2009-01-02
various bugfixes
Frederic Culot
2009-01-01
cut/paste feature aded
Frederic Culot
2008-12-28
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-14
small bugfixes and 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
2008-01-20
Code parts related to item update rewritten
Frederic Culot
2008-01-13
Ability to attach notes to appointments and events added
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-04-04
use of DAYINSEC define
Frederic Culot
2006-12-15
strcpy replaced by strncpy
Frederic Culot
2006-07-31
Initial revision
Frederic Culot