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
/
apoint.c
Age
Commit message (
Expand
)
Author
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
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-15
small bugfixes and a major one (freeze when deleting an appointment's note, t...
Frederic Culot
2008-12-14
small bugfixes and code cleanup
Frederic Culot
2008-12-12
code cleanup
Frederic Culot
2008-12-07
Checks added while loading key bindings configuration.
Frederic Culot
2008-11-16
More work on implementing user-definable keybindings
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
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-12-30
Ability to attach notes to todo items added
Frederic Culot
2007-10-21
routines updated to handle new window_t and window_e types
Frederic Culot
2007-08-15
hilt_app moved to the static variable hilt
Frederic Culot
2007-08-12
apoint_update_panel() updated to display the phase of the moon
Frederic Culot
2007-08-04
error handling while in ncurses mode improved
Frederic Culot
2007-07-29
compiler warnings fixed
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-07-21
apoint_update_panel(), apoint_add() and apoint_delete() added
Frederic Culot
2007-07-01
apoint_switch_notify() prototype updated to take into account date_t type
Frederic Culot
2007-04-04
use of DAYINSEC define
Frederic Culot
2007-02-25
apoint_check_next() modified to handle item state
Frederic Culot
2007-02-24
apoint_switch_notify() created
Frederic Culot
2006-12-15
strcpy replaced by strncpy
Frederic Culot
2006-10-28
display_item_date() updated to add an asterisk in front of recurrent items
Frederic Culot
2006-09-16
apoint_check_next() updated
Frederic Culot
2006-09-14
apoint_recur_s2apoint_s() added, appoint_check_next() and apoint_delete_bynum...
Frederic Culot
2006-09-12
implementation of a mutex lock to prevent appointment linked list from race c...
Frederic Culot
2006-09-11
apoint_check_next() created
Frederic Culot
2006-07-31
Initial revision
Frederic Culot