summaryrefslogtreecommitdiff
path: root/src/apoint.c
AgeCommit message (Collapse)Author
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-01-20Code parts related to item update rewrittenFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-08-15hilt_app moved to the static variable hiltFrederic Culot
apoint_hilt(), apoint_hilt_set(), apoint_hilt_decrease(), and apoint_hilt_increase() added scroll_pad_down() and scroll_pad_up() moved to apoint_scroll_pad_down() and apoint_scroll_pad_up()
2007-08-12apoint_update_panel() updated to display the phase of the moonFrederic 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-21apoint_update_panel(), apoint_add() and apoint_delete() addedFrederic Culot
2007-07-01apoint_switch_notify() prototype updated to take into account date_t typeFrederic Culot
2007-04-04use of DAYINSEC defineFrederic Culot
2007-02-25apoint_check_next() modified to handle item stateFrederic Culot
apoint_switch_notify() updated updated call to notify_check_added()
2007-02-24apoint_switch_notify() createdFrederic Culot
apoint_write() updated to save item state apoint_scan() and apoint_new() updated to load item state
2006-12-15strcpy replaced by strncpyFrederic Culot
2006-10-28display_item_date() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-09-16apoint_check_next() updatedFrederic Culot
2006-09-14apoint_recur_s2apoint_s() added, appoint_check_next() and ↵Frederic Culot
apoint_delete_bynum() updated
2006-09-12implementation of a mutex lock to prevent appointment linked list from race ↵Frederic Culot
conditions apoint_llist_init() created
2006-09-11apoint_check_next() createdFrederic Culot
2006-07-31Initial revisionFrederic Culot