aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
Commit message (Expand)AuthorAgeFilesLines
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-221-3/+3
* more code cleanupFrederic Culot2009-01-031-12/+19
* code cleanupFrederic Culot2009-01-021-13/+13
* various bugfixesFrederic Culot2009-01-021-3/+3
* cut/paste feature adedFrederic Culot2009-01-011-9/+115
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-53/+64
* small bugfixes and a major one (freeze when deleting an appointment's note, t...Frederic Culot2008-12-151-5/+6
* small bugfixes and code cleanupFrederic Culot2008-12-141-10/+6
* code cleanupFrederic Culot2008-12-121-8/+5
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-4/+4
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-5/+6
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-15/+15
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-461/+505
* Code parts related to item update rewrittenFrederic Culot2008-01-201-9/+27
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-36/+37
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-34/+20
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-15/+16
* hilt_app moved to the static variable hiltFrederic Culot2007-08-151-20/+46
* apoint_update_panel() updated to display the phase of the moonFrederic Culot2007-08-121-4/+5
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-12/+8
* compiler warnings fixedFrederic Culot2007-07-291-4/+4
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-3/+3
* apoint_update_panel(), apoint_add() and apoint_delete() addedFrederic Culot2007-07-211-1/+213
* apoint_switch_notify() prototype updated to take into account date_t typeFrederic Culot2007-07-011-3/+4
* use of DAYINSEC defineFrederic Culot2007-04-041-6/+8
* apoint_check_next() modified to handle item stateFrederic Culot2007-02-251-11/+9
* apoint_switch_notify() createdFrederic Culot2007-02-241-14/+87
* strcpy replaced by strncpyFrederic Culot2006-12-151-4/+4
* display_item_date() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-3/+8
* apoint_check_next() updatedFrederic Culot2006-09-161-10/+4
* apoint_recur_s2apoint_s() added, appoint_check_next() and apoint_delete_bynum...Frederic Culot2006-09-141-2/+24
* implementation of a mutex lock to prevent appointment linked list from race c...Frederic Culot2006-09-121-19/+41
* apoint_check_next() createdFrederic Culot2006-09-111-1/+32
* Initial revisionFrederic Culot2006-07-311-0/+235